{ "info": { "_postman_id": "771b92a0-9ae6-492a-a909-bc55b3112c0d", "name": "Qonto Business Cards Terminals 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:31.000Z", "updatedAt": "2026-07-28T02:42:31.000Z", "lastUpdatedBy": "35240", "uid": "35240-771b92a0-9ae6-492a-a909-bc55b3112c0d" }, "item": [ { "name": "v2", "item": [ { "name": "terminals", "item": [ { "name": "List terminals", "id": "d737ecc8-1c3a-4dac-a89e-125804512e51", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/v2/terminals", "host": [ "{{baseUrl}}" ], "path": [ "v2", "terminals" ] }, "description": "OAuth scope: terminal.read" }, "response": [ { "id": "da74db23-4260-446d-9b4a-a1ddc31bdb9d", "name": "A list of terminals", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/terminals", "host": [ "{{baseUrl}}" ], "path": [ "v2", "terminals" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:42:31.000Z", "updatedAt": "2026-07-28T02:42:31.000Z", "uid": "35240-da74db23-4260-446d-9b4a-a1ddc31bdb9d" } ], "createdAt": "2026-07-28T02:42:31.000Z", "updatedAt": "2026-07-28T02:42:31.000Z", "uid": "35240-d737ecc8-1c3a-4dac-a89e-125804512e51" } ], "id": "bacfb2a6-165a-4d89-8c87-e27dc6d121f2", "createdAt": "2026-07-28T02:42:31.000Z", "updatedAt": "2026-07-28T02:42:31.000Z", "uid": "35240-bacfb2a6-165a-4d89-8c87-e27dc6d121f2" }, { "name": "terminal_payments", "item": [ { "name": "Create a terminal payment", "id": "d78b88bd-0711-4303-9d1f-8a1528f95afc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/v2/terminal_payments", "host": [ "{{baseUrl}}" ], "path": [ "v2", "terminal_payments" ] }, "description": "OAuth scope: terminal.write" }, "response": [ { "id": "d2aa70b1-f5e3-4de3-ac4e-f0f31db4f8b7", "name": "Terminal payment created", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/terminal_payments", "host": [ "{{baseUrl}}" ], "path": [ "v2", "terminal_payments" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:42:31.000Z", "updatedAt": "2026-07-28T02:42:31.000Z", "uid": "35240-d2aa70b1-f5e3-4de3-ac4e-f0f31db4f8b7" } ], "createdAt": "2026-07-28T02:42:31.000Z", "updatedAt": "2026-07-28T02:42:31.000Z", "uid": "35240-d78b88bd-0711-4303-9d1f-8a1528f95afc" } ], "id": "2785c2b6-78e6-4611-96ca-a8d0fbe30abb", "createdAt": "2026-07-28T02:42:31.000Z", "updatedAt": "2026-07-28T02:42:31.000Z", "uid": "35240-2785c2b6-78e6-4611-96ca-a8d0fbe30abb" } ], "id": "f7ce8e27-5382-462b-bc2f-8a8f1867ff62", "createdAt": "2026-07-28T02:42:31.000Z", "updatedAt": "2026-07-28T02:42:31.000Z", "uid": "35240-f7ce8e27-5382-462b-bc2f-8a8f1867ff62" } ], "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" } ] }