Create Payment Link
Create payment link
Required OAuth 2.0 scopes: business/orders:read
, business/orders:write
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
amount
The amount to charge the customer.
customer_description
An optional description that will appear on the payment page.
customer_reference
The customer's name or reference that will appear on the payment page.
Response
Successful Response
created_at
The payment link creation date and time in ISO 8601 format.
customer_description
An optional description that will appear on the payment page.
customer_reference
The customer's name or reference that will appear on the payment page.
id
The unique identifier of the payment link.
order
The order associated with the payment link.
updated_at
The date and time the payment link was last modified in ISO 8601 format.
url
The payment link.