{ "info": { "_postman_id": "2949ffce-65bf-43ef-8409-fee5cc857753", "name": "Prometeo Account Validation API", "description": "Prometeo is a LatAm-founded (Uruguay) fintech infrastructure platform exposing a single financial API over 7,500+ banking connections across the Americas. Products include the Banking API (account access, movements, transfers), Account Validation, Cross-Border payments (pay-in / payout / FX), the Payment (account-to-account) API, Identity (Mexico CURP), and Fiscal (DIAN / SAT / CEP / BCU). All products authenticate with an X-API-Key header.\n\nContact Support:\n Name: Prometeo Support\n Email: sales@prometeoapi.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:41:08.000Z", "updatedAt": "2026-07-28T02:41:08.000Z", "lastUpdatedBy": "35240", "uid": "35240-2949ffce-65bf-43ef-8409-fee5cc857753" }, "item": [ { "name": "validate-account", "item": [ { "name": "Verify a bank account is valid and reachable", "id": "5b7d1b94-858e-4ef4-a27d-259de636a6a8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"account_number\": \"\",\n \"country_code\": \"\",\n \"bank_code\": \"\",\n \"document_number\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://account-validation.prometeoapi.net/validate-account/", "protocol": "https", "host": [ "account-validation", "prometeoapi", "net" ], "path": [ "validate-account", "" ] } }, "response": [ { "id": "68834743-4fd4-4404-90cc-b5ecb86bc77f", "name": "Validation result.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"account_number\": \"\",\n \"country_code\": \"\",\n \"bank_code\": \"\",\n \"document_number\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "https://account-validation.prometeoapi.net/validate-account/", "protocol": "https", "host": [ "account-validation", "prometeoapi", "net" ], "path": [ "validate-account", "" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:41:09.000Z", "updatedAt": "2026-07-28T02:41:09.000Z", "uid": "35240-68834743-4fd4-4404-90cc-b5ecb86bc77f" } ], "createdAt": "2026-07-28T02:41:09.000Z", "updatedAt": "2026-07-28T02:41:09.000Z", "uid": "35240-5b7d1b94-858e-4ef4-a27d-259de636a6a8" } ], "id": "bd99d041-096b-4da4-8516-92cf5aefc15b", "createdAt": "2026-07-28T02:41:09.000Z", "updatedAt": "2026-07-28T02:41:09.000Z", "uid": "35240-bd99d041-096b-4da4-8516-92cf5aefc15b" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://banking.prometeoapi.net" } ] }