{ "info": { "_postman_id": "cf7ee985-8028-4895-8ff2-6eec11e0a98e", "name": "Chariot FDX Accounts nonprofitContacts API", "description": "Financial Data Exchange (FDX) v6 compatible API for read-only access to Chariot bank account data. Implements the FDX v6 standard for account information, transactions, and statements.\n\nContact Support:\n Name: Chariot Development Team\n Email: developers@givechariot.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:20:00.000Z", "updatedAt": "2026-07-28T01:20:01.000Z", "lastUpdatedBy": "35240", "uid": "35240-cf7ee985-8028-4895-8ff2-6eec11e0a98e" }, "item": [ { "name": "v1", "item": [ { "name": "nonprofit_contacts", "item": [ { "name": "Create Nonprofit Contacts", "id": "5ceb67f7-6a5e-48ca-a853-72f5627fd4ea", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" } ], "body": { "mode": "raw", "raw": "{\n \"entries\": [\n {\n \"ein\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/nonprofit_contacts", "host": [ "{{baseUrl}}" ], "path": [ "v1", "nonprofit_contacts" ] }, "description": "Submit contact information for one or more nonprofits. Uploaded\ncontacts are used as suggestions for who to notify about disbursements." }, "response": [ { "id": "20669464-b797-485e-b657-8138e77c22b8", "name": "All suggestions were accepted.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"entries\": [\n {\n \"ein\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/nonprofit_contacts", "host": [ "{{baseUrl}}" ], "path": [ "v1", "nonprofit_contacts" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:20:01.000Z", "updatedAt": "2026-07-28T01:20:01.000Z", "uid": "35240-20669464-b797-485e-b657-8138e77c22b8" }, { "id": "b90272d1-50b1-4527-9b72-d6c6cba4da94", "name": "The request is invalid or contains invalid parameters", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"entries\": [\n {\n \"ein\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/nonprofit_contacts", "host": [ "{{baseUrl}}" ], "path": [ "v1", "nonprofit_contacts" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T01:20:01.000Z", "updatedAt": "2026-07-28T01:20:01.000Z", "uid": "35240-b90272d1-50b1-4527-9b72-d6c6cba4da94" }, { "id": "6740b277-13ce-4986-ac9c-d5a25fb89f06", "name": "Unauthorized. The request is missing the security (OAuth2 Bearer token) requirements and the server is unable to verify the identify of the caller.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"entries\": [\n {\n \"ein\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/nonprofit_contacts", "host": [ "{{baseUrl}}" ], "path": [ "v1", "nonprofit_contacts" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T01:20:01.000Z", "updatedAt": "2026-07-28T01:20:01.000Z", "uid": "35240-6740b277-13ce-4986-ac9c-d5a25fb89f06" }, { "id": "2cccdf3a-500c-43f5-80c7-411b304af2cc", "name": "Access denied", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"entries\": [\n {\n \"ein\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/nonprofit_contacts", "host": [ "{{baseUrl}}" ], "path": [ "v1", "nonprofit_contacts" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T01:20:01.000Z", "updatedAt": "2026-07-28T01:20:01.000Z", "uid": "35240-2cccdf3a-500c-43f5-80c7-411b304af2cc" }, { "id": "af1393d1-db48-4686-a02f-ddc367a93b5d", "name": "Resource Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"entries\": [\n {\n \"ein\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/nonprofit_contacts", "host": [ "{{baseUrl}}" ], "path": [ "v1", "nonprofit_contacts" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T01:20:01.000Z", "updatedAt": "2026-07-28T01:20:01.000Z", "uid": "35240-af1393d1-db48-4686-a02f-ddc367a93b5d" }, { "id": "a0091571-bf76-4b73-b690-0c28093e7fb6", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"entries\": [\n {\n \"ein\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/nonprofit_contacts", "host": [ "{{baseUrl}}" ], "path": [ "v1", "nonprofit_contacts" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T01:20:01.000Z", "updatedAt": "2026-07-28T01:20:01.000Z", "uid": "35240-a0091571-bf76-4b73-b690-0c28093e7fb6" } ], "createdAt": "2026-07-28T01:20:01.000Z", "updatedAt": "2026-07-28T01:20:01.000Z", "uid": "35240-5ceb67f7-6a5e-48ca-a853-72f5627fd4ea" } ], "id": "69c6476a-2fb6-4bbb-8ae0-56fcd08f737b", "createdAt": "2026-07-28T01:20:01.000Z", "updatedAt": "2026-07-28T01:20:01.000Z", "uid": "35240-69c6476a-2fb6-4bbb-8ae0-56fcd08f737b" } ], "id": "4ace7b96-04f5-4cff-a1a0-1bc199344618", "createdAt": "2026-07-28T01:20:01.000Z", "updatedAt": "2026-07-28T01:20:01.000Z", "uid": "35240-4ace7b96-04f5-4cff-a1a0-1bc199344618" } ], "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "read:bank_accounts sync:connected_accounts", "type": "string" }, { "key": "accessTokenUrl", "value": "https://api.givechariot.com/auth/oauth/token", "type": "string" }, { "key": "authUrl", "value": "https://dashboard.givechariot.com/oauth/authorize", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.givechariot.com/fdx/v6" } ] }