Bulk create cards
Cards
Bulk create cards
OAuth scope: card.write
This operation requires Strong Customer Authentication.
Creates multiple cards for the authenticated organization.
This endpoint is still in beta. Please get in touch with our team if you have any question or feedback: here.
POST
Bulk create cards
This endpoint is a sensitive action and requires Strong Customer Authentication (SCA). You may receive a
428 Precondition Required response, which means SCA is required before proceeding.Authorizations
Bearer authorization header: Bearer <token>, where <token> is the access token received from the authorization server at the end of the OAuth 2.0 flow.
Headers
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
Body
application/json
cards
(CreatePhysicalCard · object | CreateVirtualCard · object | CreateFlashCard · object | CreateAdvertisingCard · object)[]
required
Required array length:
1 - 50 elements- CreatePhysicalCard
- CreateVirtualCard
- CreateFlashCard
- CreateAdvertisingCard
Response
Returns the card creation result, in the same order as provided in the request.
A representation of a card, wrapped in a card property
- Option 1
- Errors