Cards
Create a card
This endpoint is used to create a card(prepaid,debit,credit). Only USD is supported for now.
POST
Header
string
required
x-client-id.string
required
Bearer
YOUR_TOKEN_HERE.Parameters
string
required
The id of the cardholder for the card.
string
required
Card product code.
string
required
The ID of the account balance this card is associated with.
Only
Only
USDnumber
required
Initial Recharge Amount.
string
required
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 36Response
number
Indicates whether the call was successful. 200 if successful, 400 if not.
string
Response Message. “Success” if successful, others not.
object