Fetch Payment Link
Fetch a payment link
Required OAuth 2.0 scope: business/orders:read
Path parameters
payment_link_id
The unique identifier of the payment link.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
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.