Posting a card creates a new physical or virtual card
curl --location --request POST 'https://api.xente.co/cards' \ --header 'Content-Type: application/json' \ --header 'Authorization: Token <token>' \ --data-raw '{ "card_holder": "" }'
{ "success": 1, "data": { "transaction_id": "123123", "client_reference": "34567", "message": "queued" } }
The cardholder who will hold the card.
Indicates whether the call was successful. 1 if successful, error code if not.
The contents of the card creation transaction
Show Toggle object
The unique id of the transaction
The id that your system uses to identify the transaction
message from Xente on status of card creation transaction. This can be queued, processing, successful or failed