Cards
Create a card
This endpoint is used to create a card(prepaid,debit,credit). Only USD
is supported for now.
POST
Header
x-client-id
.
Bearer YOUR_TOKEN_HERE
.
Parameters
The id of the cardholder for the card.
Card product code.
The ID of the account balance this card is associated with.
Only USD
Initial 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.