Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
The unique identifier of the customer to add credit to.
The unique identifier of the credit-based or membership product.
The unique identifier of the membership tier (required when the product is a membership product with multiple tiers).
The amount of credit to add to the customer’s add-on wallet. Must be a positive integer.
Response
Successful ResponseMain Structure (Root)
Status code from the API.
Status message that describes the status code.
The top-up result object.
The customer’s updated total balance after the top-up.
Errors
Returned when required fields are missing or the amount is invalid.
Returned when the API key does not have access to the specified product.
