{ "info": { "_postman_id": "3fa7e40e-b647-487b-b6d0-545ab09209f8", "name": "Qonto Business Cards API", "description": "Business banking API for Qonto - programmatic access to business accounts, EUR transactions, SEPA and international transfers, cards, client and supplier invoices, SEPA Direct Debit, payment links, terminals, and webhooks. Authenticated with a login+secret-key API key or OAuth 2.0. Modeled from public documentation.\n\nContact Support:\n Name: Qonto Developers", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:42:17.000Z", "updatedAt": "2026-07-28T02:42:17.000Z", "lastUpdatedBy": "35240", "uid": "35240-3fa7e40e-b647-487b-b6d0-545ab09209f8" }, "item": [ { "name": "v2", "item": [ { "name": "cards", "item": [ { "name": "List cards", "id": "3bc428c8-9627-4e5e-a1d4-10e3f7bc8071", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/v2/cards", "host": [ "{{baseUrl}}" ], "path": [ "v2", "cards" ] }, "description": "OAuth scope: card.read" }, "response": [ { "id": "6e5f28b2-2990-463d-a436-d56a9b437781", "name": "A paginated list of cards", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/cards", "host": [ "{{baseUrl}}" ], "path": [ "v2", "cards" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:42:18.000Z", "updatedAt": "2026-07-28T02:42:18.000Z", "uid": "35240-6e5f28b2-2990-463d-a436-d56a9b437781" } ], "createdAt": "2026-07-28T02:42:18.000Z", "updatedAt": "2026-07-28T02:42:18.000Z", "uid": "35240-3bc428c8-9627-4e5e-a1d4-10e3f7bc8071" }, { "name": "Create a card", "id": "5daa9b25-e321-4c19-869f-077716e1cc43", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "Client-generated key to safely retry create requests without duplication.", "key": "X-Qonto-Idempotency-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/cards", "host": [ "{{baseUrl}}" ], "path": [ "v2", "cards" ] }, "description": "OAuth scope: card.write. Issues a virtual or physical card." }, "response": [ { "id": "45eba348-36f0-4133-8c9d-5bd44b3a08a4", "name": "Card created", "originalRequest": { "method": "POST", "header": [ { "description": "Client-generated key to safely retry create requests without duplication.", "key": "X-Qonto-Idempotency-Key", "value": "" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/cards", "host": [ "{{baseUrl}}" ], "path": [ "v2", "cards" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:42:18.000Z", "updatedAt": "2026-07-28T02:42:18.000Z", "uid": "35240-45eba348-36f0-4133-8c9d-5bd44b3a08a4" } ], "createdAt": "2026-07-28T02:42:18.000Z", "updatedAt": "2026-07-28T02:42:18.000Z", "uid": "35240-5daa9b25-e321-4c19-869f-077716e1cc43" } ], "id": "926e2a7c-2770-4833-bd23-ff1ff3e286df", "createdAt": "2026-07-28T02:42:18.000Z", "updatedAt": "2026-07-28T02:42:18.000Z", "uid": "35240-926e2a7c-2770-4833-bd23-ff1ff3e286df" } ], "id": "f75ee547-72f3-41f4-91eb-b1f6de37e63b", "createdAt": "2026-07-28T02:42:18.000Z", "updatedAt": "2026-07-28T02:42:18.000Z", "uid": "35240-f75ee547-72f3-41f4-91eb-b1f6de37e63b" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://thirdparty.qonto.com" } ] }