Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
The unique identifier of the credit-usage product.
The customer’s contact details.
The customer’s full name.
The customer’s email address.
The customer’s mobile phone number.
Optional trial credit amount to grant to the customer upon registration.
Response
Successful Response — HTTP201
Main Structure (Root)
Status code from the API.
201 on successful registration.Status message (singular — write endpoints use
message).The registration result containing customer details, balance, and checkout link.
The unique identifier of the created or existing customer.
The customer’s full name.
The customer’s email address.
The customer’s initial credit balance (including trial credit if granted).
The checkout URL for the customer to purchase additional credit.
Errors
Returned when the request body fails validation.
Returned when a customer with this email already has a paid transaction on this product.
