Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
The unique identifier of the credit-based or membership product.
The customer’s contact details to pre-fill in the checkout link.
The customer’s full name.
The customer’s email address.
The customer’s mobile phone number.
The amount of credit to set as the default value in the checkout. For membership products this determines the tier pricing displayed.
Response
Successful ResponseMain Structure (Root)
Status code from the API.
Status message (singular — write endpoints use
message).The checkout link result.
The immutable checkout URL with customer information embedded as an HMAC-signed token. This URL can be safely shared with the customer.
Errors
Returned when required fields are missing or fail validation.
Returned when the API key does not have access to the specified product.
