v1

latestOpenAPI 3.1.02026-07-2479154362.5 KB
Payment Link

Create a payment link

Create a payment link

post/api/v1/payment-link/

Request body

product_idstring required
external_idstring nullable

An external ID to identify a user. It can be the merchant's user ID or other tracking ID

conceptstring nullable

Concept associated with the payment link. This text will be reflected as a concept in the bank issuing the payment

currencystring

Currency associated with the amount of the payment link

amountstring decimal nullable

Amount to be charged to a payment link

expires_atstring date-time nullable

Date the payment link will expire

emailstring email nullable

Email of the user that created the payment link

reusableboolean

If the payment link can be used multiple times

callback_urlstring url nullable

URL to be called when the payment link status changes - (SOON)

redirect_urlstring url nullable

URL to redirect the user after the payment link is paid - (SOON)

Example request

{
  "currency": "USD"
}

Response

Payment link created

idstring required
urlstring required
expires_atstring date-time nullable

Date the payment link will expire

qr_codestring nullable

Payment link qr code