Create Card
Create a single card.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The preconfigured card setup to issue this card from. This setup already exists in the system and defines how the card should behave.
"507f1f77bcf86cd799439012"
Your own unique tracking number for this card request.
"CARD123456"
Set this to true if the card should support PIN transactions.
true
The card's starting PIN, sent in a protected format. Do not send the actual PIN as plain text.
The bank account that should be linked to the card.
The person who will own or use the card.
The name to print or display on the card.
"Customer Name"
The date the card should become valid.
"2025-12-31"
The date the card should expire.
"2028-12-31"
The card number to use. Only provide this if your setup allows you to bring your own card number; otherwise the system will create one.
"4111111111111111"
The starting status of the card.
active, inactive, suspended, expired The card's sequence number. If you do not provide it, the system takes it from the card setup.
"001"
Set this to true if the card should be enrolled for extra cardholder verification.
true
Set this to true if a physical card should be printed.
true
Response
Create Card completed successfully.
The response is of type object.