Checkout
List payment links
Create payment link
Delete payment link
Retrieve payment link
Update payment link
<- Checkout API
Checkout API
Version
2023-05-17
GET
/v2/online-checkout/payment-links/{id}
Retrieves a payment link.
Guide
Manage Checkout
Example code
id
string
Required
The ID of link to retrieve.
errors
Error [ ]
Any errors that occurred during the request.
payment_link
PaymentLink
The payment link that is retrieved.