This endpoint is used to grant credits to a customer. Submit the credit amount and customer ID in the request body to grant the credits. The granted credits will be added to the customer’s account.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
RequestSuccess