Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-Here
Request Body
The unique identifier of the customer whose credit will be spent.
The unique identifier of the member whose credit will be spent.
The unique identifier of the product associated with the credit.
The unique identifier of the membership tier associated with the credit.
The amount of credit to deduct (positive integer).
At least one of
customerId
or memberId
must be provided.Response
Successful ResponseStatus code form API.
Status message that describes the status code.
The unique identifier of the customer to whom the credit be added.
The unique identifier of the product associated with the credit added.
The unique identifier of the membership tier associated with the credit added.
The amount of credit to add (positive integer).
The amount of credit balance after adding credit.