# Paylink

This page provides an overview of Xplor Pay’s Paylink solution, which allows you to accept payments online by sending a secure payment link to your customers via text message (SMS) or email.

## About Paylink

The Xplor Pay’s Paylink enables you to collect payments securely by generating a payment link and sending it to your customers through SMS or email as an invoice payment request. This payment link directs your customers to a pre-generated payment form where they can complete the payment using a credit card, debit card, or ACH. Paylink Settings API allows you to integrate the hosted paylink into your website.

## Business challenges addressed

Paylink helps you overcome the challenges by:

* Eliminating the need to capture or store card details.
* Reducing PCI compliance exposure.
* Speeding up the payment process and collection through SMS or email.
* Providing a secure checkout experience to customers.

## Key capabilities

Using Paylink, you can:

* Send a secure payment link to customers via SMS or email.
* Accept credit card, debit card, and ACH payments.
* Use a PCI-compliant pre-generated hosted payment form.
* Configure billing address visibility and requirements.

## Use cases

Paylink is ideal for scenarios where payments are collected remotely, such as:

* Sending payment requests after services are completed.
* Accepting payments during phone or support interactions.
* Collecting an invoice or follow-up payment.
* Fast, minimum-touch online payments without a customer portal.

## Paylink process flow

{% stepper %}
{% step %}
**Review Paylink settings.**

Confirm that Paylink is enabled for the terminal. If required, enable Paylink and configure the settings.
{% endstep %}

{% step %}
**Generate a payment link.**

Generate a secure Paylink URL to request payment from your customer. The Paylink URL is tied to the configured terminal and payment details.
{% endstep %}

{% step %}
**Send payment link via SMS or email.**

Send the secure Paylink URL to your customer by text message (SMS) or email, such as an invoice email.
{% endstep %}

{% step %}
**Customer completes the payment.**

The Paylink URL directs the customer to a hosted payment form, where they complete the payment using a credit card, debit card, or ACH.

Based on the payment result, the customer is redirected to a success or cancellation page.
{% endstep %}
{% endstepper %}

## Technical requirements

* Xplor Pay’s API access.
* An API access key.

## Related topic

* To learn how to implement the setup, see [Paylink](https://docs.xplorpay.com/api-reference/api/payments/gateway-settings/paylink).
* For API details, see [Paylink API Reference](https://docs.xplorpay.com/api-reference/api/payments/gateway-settings/paylink-settings).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.xplorpay.com/getting-started/getting-started/our-products/payment-processing/paylink.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
