Skip to main content
POST
Create a payment link

Headers

x-api-key
string
required

Body

application/json
amount
number
required

Payment amount

Example:

49.99

currency
string
required

ISO 4217 currency code

Example:

"usd"

email
string

Customer email for receipts

Example:

"customer@example.com"

description
string

Payment description shown to customer

Example:

"Premium plan subscription"

metadata
object

Arbitrary metadata attached to the payment

Example:

Response

Payment link created

success
boolean
required
Example:

true

data
object
required