Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Generates a secure, one-time checkout link that can be shared with a customer to initiate a payment. This URL can be seamlessly integrated into your payment flow — embedded into your payment page, or used to redirect customers to a hosted payment page managed by the platform.
The link is automatically deactivated once the customer opens the checkout page, ensuring it can’t be reused. It’s especially useful for scenarios where merchants avoid handling sensitive data directly (e.g., to maintain PCI compliance).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.