Skip to main content
POST
Create a new payment link (Partner or Merchant authentication)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request body

order
object
required
merchant_id
string<uuid>

Required for Partner authentication, forbidden for Merchant authentication

metadata
object

Optional metadata to attach to the payment link

redirect_urls
object

Response

Created

success
boolean
required

Indicates if the request was successful

Example:

true

data
object
required