Cards
Create a batch of cards
Create multiple customer cards in a single request. Use this endpoint to import a large number of cards efficiently. ⚠️ Adjust batch sizes based on processing times. We recommend using a maximum of 1000 records and adjusting the batch size based on processing time. ⚠️ Endpoint is available only in the Enterprise interface.
post/cards/batch
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Request body
Example request
{
"cards": [
{
"card_id": "81eaeea13b8984a169c490a325",
"customer_id": "8ea2591121e636086a4a9c0992",
"card_type_id": "8bed991c68a470e7aaeffbf048",
"card_number": "1000000000016",
"secondary_card_number": "AXNFUAIOHFDSNKA",
"valid_from": "2021-04-14 00:00:00",
"valid_to": "2059-07-05 00:00:00",
"last_change": "2019-07-15 17:26:34",
"state": 1
}
]
}Response
No Content