Create Card
Institution Cards
Create Card
Create a single card.
POST
Create Card
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Card PAN.
Example:
"4111111111111111"
Card status.
Available options:
active, inactive, suspended, expired Sequence number.
Example:
"001"
Enable or disable 2FA.
Example:
true
Embossing name.
Example:
"Customer Name"
Card start date.
Example:
"2025-12-31"
Card expiry date.
Example:
"2028-12-31"
Whether to print the card.
Example:
true
Response
201 - application/json
Create Card completed successfully.
The response is of type object.