Create a payment link
Create a payment link
Required scopes: business/orders:read, business/orders:write
Authentication
AuthorizationBearer
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_reference
The customer's name or reference that will appear on the payment page.
customer_description
An optional description 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_id
A reference to the original order.
updated_at
The date and time the payment link was last modified in ISO 8601 format.
url
The payment link.