Authentication
AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token.
Request
This endpoint expects an object.
amountobjectRequired
The amount to charge the customer.
customer_descriptionstring or nullRequired>=1 character
<=255 characters
An optional description that will appear on the payment page.
customer_referencestringRequired>=1 character
<=100 characters
The customer's name or reference that will appear on the payment page.
Response
Successful Response
created_atstringformat: "date-time"
The payment link creation date and time in ISO 8601 format.
customer_descriptionstring or null
An optional description that will appear on the payment page.
customer_referencestring
The customer's name or reference that will appear on the payment page.
idstring
The unique identifier of the payment link.
order_idstring
A reference to the original order.
updated_atstring or nullformat: "date-time"
The date and time the payment link was last modified in ISO 8601 format.
urlstring
The payment link.