Cards
Recharge a card
This endpoint recharge a card. Add money to your card using your account balance.
POST
Header
x-client-id
.
Bearer YOUR_TOKEN_HERE
.
Parameters
Card number.
Unique Identifier for card.
The ID of the account balance this card is associated with.
Recharge amount.
A unique request ID specified by the client. Requests with the same request_id will be ignored. This allows requests to be replayed if client is unsure of the outcome, e.g. due to network issues, system failures, etc. Note: Can be non-UUID as long as it is unique between requests.
Maximum Length 36
Response
Indicates whether the call was successful. 200 if successful, 400 if not.
Response Message. “Success” if successful, others not.