Skip to main content
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

Authorization
string
header
required

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

X-Qonto-Staging-Token
string

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

Response

Returns the card creation result, in the same order as provided in the request.

cards
(object | Errors ยท object)[]

A representation of a card, wrapped in a card property