{ "info": { "_postman_id": "b924cf8f-b522-4a77-82a2-ca04a2ec5fa1", "name": "Chariot FDX Accounts nonprofitAddresses 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:19:59.000Z", "updatedAt": "2026-07-28T01:20:00.000Z", "lastUpdatedBy": "35240", "uid": "35240-b924cf8f-b522-4a77-82a2-ca04a2ec5fa1" }, "item": [ { "name": "v1", "item": [ { "name": "nonprofit_addresses", "item": [ { "name": "Create Nonprofit Addresses", "id": "acf02259-c1c3-4551-aad6-3ec9d9e7e3b4", "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 \"line1\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"line2\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/nonprofit_addresses", "host": [ "{{baseUrl}}" ], "path": [ "v1", "nonprofit_addresses" ] }, "description": "Submit mailing addresses for one or more nonprofits. Uploaded\naddresses are used as suggestions for where to send disbursements." }, "response": [ { "id": "c8af41bd-b8dc-4a28-bc8d-f2c6192e14a6", "name": "All addresses 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 \"line1\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"line2\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/nonprofit_addresses", "host": [ "{{baseUrl}}" ], "path": [ "v1", "nonprofit_addresses" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:20:00.000Z", "updatedAt": "2026-07-28T01:20:00.000Z", "uid": "35240-c8af41bd-b8dc-4a28-bc8d-f2c6192e14a6" }, { "id": "a4da43d9-a2dd-4b2b-a8dc-6eed8ff82d63", "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 \"line1\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"line2\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/nonprofit_addresses", "host": [ "{{baseUrl}}" ], "path": [ "v1", "nonprofit_addresses" ] } }, "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:00.000Z", "updatedAt": "2026-07-28T01:20:00.000Z", "uid": "35240-a4da43d9-a2dd-4b2b-a8dc-6eed8ff82d63" }, { "id": "f175c53f-ac7f-45cb-9430-af7725c8bcdc", "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 \"line1\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"line2\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/nonprofit_addresses", "host": [ "{{baseUrl}}" ], "path": [ "v1", "nonprofit_addresses" ] } }, "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:00.000Z", "updatedAt": "2026-07-28T01:20:00.000Z", "uid": "35240-f175c53f-ac7f-45cb-9430-af7725c8bcdc" }, { "id": "63d7d520-6b4e-4049-88f8-42e08fd212bd", "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 \"line1\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"line2\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/nonprofit_addresses", "host": [ "{{baseUrl}}" ], "path": [ "v1", "nonprofit_addresses" ] } }, "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:00.000Z", "updatedAt": "2026-07-28T01:20:00.000Z", "uid": "35240-63d7d520-6b4e-4049-88f8-42e08fd212bd" }, { "id": "33cfc51d-49c1-44cd-a922-674b00c3fe80", "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 \"line1\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"line2\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/nonprofit_addresses", "host": [ "{{baseUrl}}" ], "path": [ "v1", "nonprofit_addresses" ] } }, "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:00.000Z", "updatedAt": "2026-07-28T01:20:00.000Z", "uid": "35240-33cfc51d-49c1-44cd-a922-674b00c3fe80" }, { "id": "e5a58dcd-b6e4-45ba-993a-f5bef7956f3a", "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 \"line1\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"line2\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/nonprofit_addresses", "host": [ "{{baseUrl}}" ], "path": [ "v1", "nonprofit_addresses" ] } }, "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:00.000Z", "updatedAt": "2026-07-28T01:20:00.000Z", "uid": "35240-e5a58dcd-b6e4-45ba-993a-f5bef7956f3a" } ], "createdAt": "2026-07-28T01:20:00.000Z", "updatedAt": "2026-07-28T01:20:00.000Z", "uid": "35240-acf02259-c1c3-4551-aad6-3ec9d9e7e3b4" } ], "id": "4e9688be-0797-4cd8-8b80-b437e0c49a93", "createdAt": "2026-07-28T01:20:00.000Z", "updatedAt": "2026-07-28T01:20:00.000Z", "uid": "35240-4e9688be-0797-4cd8-8b80-b437e0c49a93" } ], "id": "ec8ced9f-050f-4fde-b0e6-9209ad6fda66", "createdAt": "2026-07-28T01:20:00.000Z", "updatedAt": "2026-07-28T01:20:00.000Z", "uid": "35240-ec8ced9f-050f-4fde-b0e6-9209ad6fda66" } ], "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" } ] }