Create and share a payment link
An AI skill is available for this guide, get it on the Skills Marketplace (GitHub).
Use our Payment Links feature to create a payment link that the merchant can email to customers to pay for goods and services. The request to create a payment link contains the following settings for the payment link:
- type - Indicates whether the link can be used only once or if it can be used multiple times.
- authType - Indicates whether the transaction is a sale or a pre-authorization.
- paymentMethod - Indicates the payment methods that the merchant accepts.
- charge - Indicates whether the merchant or customer enters the amount for the transaction.
When the gateway creates the link, it returns the paymentLinkId that you use in the request to share the payment link.
Integration steps
Step 1. Create a payment link.
Step 2. Share a payment link.
Before you begin
Authenticate your requests before making API calls. If your request fails, see Errors.
Headers
To create the header of each GET request, you must include the following parameters:
- Content-Type: Include application/json as the value for this parameter.
- Authorization: Include your Bearer token in this parameter.
To create the header of each POST request, you must include the following parameters:
- Content-Type: Include application/json as the value for this parameter.
- Authorization: Include your Bearer token in this parameter.
- Idempotency-Key: Include a UUID v4 to make the request idempotent.
Errors
If your request is unsuccessful, we return an error. For more information about errors, see Errors.
Step 1. Create a payment link
To create a payment link, send a POST request to our Processing Terminals endpoint.
Request parameters
To create the body of your request, use the following parameters:
Request
Example request
Response fields
If your request is successful, our gateway returns a paymentLinkId. Save the paymentLinkId so that you can include it in the request to share the link. The response contains the following fields:
Response
Example response
Step 2. Share a payment link
To share a payment link, send a POST request to our Payment Links endpoint that includes the paymentLinkId of the link you want to share.
Request parameters
To create the body of your request, use the following parameters:
Request
Example request
Response fields
If your request is successful, our gateway shares the payment link with the recipients. The response contains the following fields: