{ "info": { "_postman_id": "f73c7489-5265-4914-8d5c-cde3f2ee71c2", "name": "Chariot FDX Accounts disbursements 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:26.000Z", "updatedAt": "2026-07-28T01:19:26.000Z", "lastUpdatedBy": "35240", "uid": "35240-f73c7489-5265-4914-8d5c-cde3f2ee71c2" }, "item": [ { "name": "v1", "item": [ { "name": "disbursements", "item": [ { "name": "bulk", "item": [ { "name": "Create multiple disbursements", "id": "682f93c7-a88f-4f31-8cf1-c9e6b2586c83", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"disbursements\": [\n {\n \"organization_id\": \"\",\n \"amount\": \"\",\n \"transactions\": [\n {\n \"amount\": \"\",\n \"type\": \"corporate_match\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"voluptatee\": \"\",\n \"do58\": \"\"\n }\n },\n {\n \"amount\": \"\",\n \"type\": \"donor_advised_fund_grant\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"et_4f7\": \"\"\n }\n }\n ],\n \"program_id\": \"\",\n \"auto_fund\": false,\n \"bypass_chariot_organization_verification\": false\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements/bulk", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", "bulk" ] }, "description": "Create multiple disbursements in a single request.\nThis is useful for batch operations where you need to create many disbursements at once.\n\nAll disbursements in the request will be created together. If any disbursement fails validation,\nthe entire request will fail and no disbursements will be created.\n\n**Note:** Disbursements created through this endpoint cannot be looked up via `GET /v1/disbursements?idempotency_key=...`. The `idempotency_key` field on the returned disbursements will be `null`.\n" }, "response": [ { "id": "e57ac867-bd84-4327-8c12-057183220a6f", "name": "The disbursements were created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"disbursements\": [\n {\n \"organization_id\": \"\",\n \"amount\": \"\",\n \"transactions\": [\n {\n \"amount\": \"\",\n \"type\": \"corporate_match\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"voluptatee\": \"\",\n \"do58\": \"\"\n }\n },\n {\n \"amount\": \"\",\n \"type\": \"donor_advised_fund_grant\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"et_4f7\": \"\"\n }\n }\n ],\n \"program_id\": \"\",\n \"auto_fund\": false,\n \"bypass_chariot_organization_verification\": false\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements/bulk", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", "bulk" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"disbursements\": [\n {\n \"id\": \"\",\n \"organization_id\": \"\",\n \"program_id\": \"\",\n \"amount\": \"\",\n \"organization\": {\n \"id\": \"\",\n \"ein\": \"\",\n \"name\": \"\",\n \"parent_organization_id\": \"\",\n \"physical_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"classification\": {\n \"group_exemption_number\": \"\",\n \"subsection_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"filing_requirement_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"foundation_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"affiliation_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"organization_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"exempt_status_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"deductibility_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ntee_code\": {\n \"code\": \"\",\n \"description\": \"\",\n \"parent_code\": \"\",\n \"parent_description\": \"\"\n },\n \"naics_code\": {\n \"naics2\": \"\",\n \"naics2_description\": \"\",\n \"naics4\": \"\",\n \"naics4_description\": \"\",\n \"naics6\": \"\",\n \"naics6_description\": \"\"\n }\n },\n \"compliance\": {\n \"daf_eligible\": \"\",\n \"irs_pub_78\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"ofac\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"foundation_code\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"california_attorney_general_registry\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"california_franchise_tax_board\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n }\n },\n \"mission_statement\": \"\",\n \"web\": {\n \"domain\": \"\"\n },\n \"brand\": {\n \"icon_url\": \"\",\n \"logo_url\": \"\"\n },\n \"officers\": [\n {\n \"name\": \"\",\n \"title\": \"\"\n },\n {\n \"name\": \"\",\n \"title\": \"\"\n }\n ],\n \"claimed\": \"\",\n \"incorporation\": {\n \"formation_year\": \"\",\n \"state\": \"\",\n \"ruling_date\": \"\"\n }\n },\n \"description\": \"\",\n \"auto_fund\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"status\": \"validating_organization\",\n \"cancelation\": {\n \"canceled_by\": \"\",\n \"canceled_at\": \"\"\n },\n \"approval\": {\n \"approved_by\": \"\",\n \"approved_at\": \"\"\n },\n \"rejection\": {\n \"reason\": \"incorrect_recipient\",\n \"rejected_at\": \"\"\n },\n \"verification\": {\n \"verified_at\": \"\"\n },\n \"stop\": {\n \"stopped_by\": \"\",\n \"stopped_at\": \"\"\n },\n \"program_details\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"transfers\": [\n {\n \"account_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"complete\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"ach_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"submitted\",\n \"created_at\": \"\",\n \"direction\": \"debit\",\n \"standard_entry_class_code\": \"prearranged_payments_and_deposit\",\n \"company_entry_description\": \"\",\n \"trace_number\": \"\",\n \"effective_date\": \"\",\n \"submitted_at\": \"\",\n \"settled_at\": \"\",\n \"rejected_at\": \"\",\n \"returned_at\": \"\",\n \"updated_at\": \"\"\n },\n \"check_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"canceled\",\n \"mailing_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"memo\": \"\",\n \"recipient_name\": \"\",\n \"created_at\": \"\",\n \"note\": \"\",\n \"check_number\": \"\",\n \"bank_of_first_deposit_routing_number\": \"\",\n \"postal_tracking_updates\": [\n {\n \"id\": \"\",\n \"event_type\": \"processed_for_delivery\",\n \"created_at\": \"\"\n },\n {\n \"id\": \"\",\n \"event_type\": \"in_transit\",\n \"created_at\": \"\"\n }\n ],\n \"submitted_at\": \"\",\n \"canceled_at\": \"\",\n \"stopped_at\": \"\",\n \"deposited_at\": \"\",\n \"updated_at\": \"\"\n },\n \"real_time_payments_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"rejected\",\n \"creditor_name\": \"\",\n \"remittance_information\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"transaction_identification\": \"\",\n \"submitted_at\": \"\",\n \"acknowledged_at\": \"\",\n \"rejected_at\": \"\"\n }\n },\n {\n \"account_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"pending_approval\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"ach_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"initiated\",\n \"created_at\": \"\",\n \"direction\": \"credit\",\n \"standard_entry_class_code\": \"corporate_credit_or_debit\",\n \"company_entry_description\": \"\",\n \"trace_number\": \"\",\n \"effective_date\": \"\",\n \"submitted_at\": \"\",\n \"settled_at\": \"\",\n \"rejected_at\": \"\",\n \"returned_at\": \"\",\n \"updated_at\": \"\"\n },\n \"check_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"stopped\",\n \"mailing_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"memo\": \"\",\n \"recipient_name\": \"\",\n \"created_at\": \"\",\n \"note\": \"\",\n \"check_number\": \"\",\n \"bank_of_first_deposit_routing_number\": \"\",\n \"postal_tracking_updates\": [\n {\n \"id\": \"\",\n \"event_type\": \"returned_to_sender\",\n \"created_at\": \"\"\n },\n {\n \"id\": \"\",\n \"event_type\": \"in_transit\",\n \"created_at\": \"\"\n }\n ],\n \"submitted_at\": \"\",\n \"canceled_at\": \"\",\n \"stopped_at\": \"\",\n \"deposited_at\": \"\",\n \"updated_at\": \"\"\n },\n \"real_time_payments_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"pending_submission\",\n \"creditor_name\": \"\",\n \"remittance_information\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"transaction_identification\": \"\",\n \"submitted_at\": \"\",\n \"acknowledged_at\": \"\",\n \"rejected_at\": \"\"\n }\n }\n ],\n \"bypass_chariot_organization_verification\": \"\",\n \"transactions\": [\n {\n \"amount\": \"\",\n \"net_amount\": \"\",\n \"type\": \"corporate_match\",\n \"id\": \"\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"metadata\": {\n \"laborea\": \"\"\n }\n },\n {\n \"amount\": \"\",\n \"net_amount\": \"\",\n \"type\": \"donor_advised_fund_grant\",\n \"id\": \"\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"metadata\": {\n \"in32\": \"\"\n }\n }\n ],\n \"idempotency_key\": \"\"\n },\n {\n \"id\": \"\",\n \"organization_id\": \"\",\n \"program_id\": \"\",\n \"amount\": \"\",\n \"organization\": {\n \"id\": \"\",\n \"ein\": \"\",\n \"name\": \"\",\n \"parent_organization_id\": \"\",\n \"physical_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"classification\": {\n \"group_exemption_number\": \"\",\n \"subsection_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"filing_requirement_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"foundation_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"affiliation_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"organization_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"exempt_status_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"deductibility_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ntee_code\": {\n \"code\": \"\",\n \"description\": \"\",\n \"parent_code\": \"\",\n \"parent_description\": \"\"\n },\n \"naics_code\": {\n \"naics2\": \"\",\n \"naics2_description\": \"\",\n \"naics4\": \"\",\n \"naics4_description\": \"\",\n \"naics6\": \"\",\n \"naics6_description\": \"\"\n }\n },\n \"compliance\": {\n \"daf_eligible\": \"\",\n \"irs_pub_78\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"ofac\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"foundation_code\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"california_attorney_general_registry\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"california_franchise_tax_board\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n }\n },\n \"mission_statement\": \"\",\n \"web\": {\n \"domain\": \"\"\n },\n \"brand\": {\n \"icon_url\": \"\",\n \"logo_url\": \"\"\n },\n \"officers\": [\n {\n \"name\": \"\",\n \"title\": \"\"\n },\n {\n \"name\": \"\",\n \"title\": \"\"\n }\n ],\n \"claimed\": \"\",\n \"incorporation\": {\n \"formation_year\": \"\",\n \"state\": \"\",\n \"ruling_date\": \"\"\n }\n },\n \"description\": \"\",\n \"auto_fund\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"status\": \"failed\",\n \"cancelation\": {\n \"canceled_by\": \"\",\n \"canceled_at\": \"\"\n },\n \"approval\": {\n \"approved_by\": \"\",\n \"approved_at\": \"\"\n },\n \"rejection\": {\n \"reason\": \"suspected_fraud\",\n \"rejected_at\": \"\"\n },\n \"verification\": {\n \"verified_at\": \"\"\n },\n \"stop\": {\n \"stopped_by\": \"\",\n \"stopped_at\": \"\"\n },\n \"program_details\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"transfers\": [\n {\n \"account_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"complete\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"ach_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"returned\",\n \"created_at\": \"\",\n \"direction\": \"debit\",\n \"standard_entry_class_code\": \"internet_initiated\",\n \"company_entry_description\": \"\",\n \"trace_number\": \"\",\n \"effective_date\": \"\",\n \"submitted_at\": \"\",\n \"settled_at\": \"\",\n \"rejected_at\": \"\",\n \"returned_at\": \"\",\n \"updated_at\": \"\"\n },\n \"check_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"stopped\",\n \"mailing_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"memo\": \"\",\n \"recipient_name\": \"\",\n \"created_at\": \"\",\n \"note\": \"\",\n \"check_number\": \"\",\n \"bank_of_first_deposit_routing_number\": \"\",\n \"postal_tracking_updates\": [\n {\n \"id\": \"\",\n \"event_type\": \"returned_to_sender\",\n \"created_at\": \"\"\n },\n {\n \"id\": \"\",\n \"event_type\": \"returned_to_sender\",\n \"created_at\": \"\"\n }\n ],\n \"submitted_at\": \"\",\n \"canceled_at\": \"\",\n \"stopped_at\": \"\",\n \"deposited_at\": \"\",\n \"updated_at\": \"\"\n },\n \"real_time_payments_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"rejected\",\n \"creditor_name\": \"\",\n \"remittance_information\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"transaction_identification\": \"\",\n \"submitted_at\": \"\",\n \"acknowledged_at\": \"\",\n \"rejected_at\": \"\"\n }\n },\n {\n \"account_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"complete\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"ach_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"returned\",\n \"created_at\": \"\",\n \"direction\": \"credit\",\n \"standard_entry_class_code\": \"corporate_credit_or_debit\",\n \"company_entry_description\": \"\",\n \"trace_number\": \"\",\n \"effective_date\": \"\",\n \"submitted_at\": \"\",\n \"settled_at\": \"\",\n \"rejected_at\": \"\",\n \"returned_at\": \"\",\n \"updated_at\": \"\"\n },\n \"check_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"pending\",\n \"mailing_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"memo\": \"\",\n \"recipient_name\": \"\",\n \"created_at\": \"\",\n \"note\": \"\",\n \"check_number\": \"\",\n \"bank_of_first_deposit_routing_number\": \"\",\n \"postal_tracking_updates\": [\n {\n \"id\": \"\",\n \"event_type\": \"delivered\",\n \"created_at\": \"\"\n },\n {\n \"id\": \"\",\n \"event_type\": \"delivered\",\n \"created_at\": \"\"\n }\n ],\n \"submitted_at\": \"\",\n \"canceled_at\": \"\",\n \"stopped_at\": \"\",\n \"deposited_at\": \"\",\n \"updated_at\": \"\"\n },\n \"real_time_payments_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"complete\",\n \"creditor_name\": \"\",\n \"remittance_information\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"transaction_identification\": \"\",\n \"submitted_at\": \"\",\n \"acknowledged_at\": \"\",\n \"rejected_at\": \"\"\n }\n }\n ],\n \"bypass_chariot_organization_verification\": \"\",\n \"transactions\": [\n {\n \"amount\": \"\",\n \"net_amount\": \"\",\n \"type\": \"corporate_match\",\n \"id\": \"\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"metadata\": {\n \"nulla6e\": \"\",\n \"cupidatatc\": \"\",\n \"aliqua7c\": \"\"\n }\n },\n {\n \"amount\": \"\",\n \"net_amount\": \"\",\n \"type\": \"donor_advised_fund_grant\",\n \"id\": \"\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"metadata\": {\n \"cillum2\": \"\"\n }\n }\n ],\n \"idempotency_key\": \"\"\n }\n ],\n \"count\": \"\"\n}", "createdAt": "2026-07-28T01:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-e57ac867-bd84-4327-8c12-057183220a6f" }, { "id": "af926042-2eb9-4554-8407-14c304e5233a", "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 \"disbursements\": [\n {\n \"organization_id\": \"\",\n \"amount\": \"\",\n \"transactions\": [\n {\n \"amount\": \"\",\n \"type\": \"corporate_match\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"voluptatee\": \"\",\n \"do58\": \"\"\n }\n },\n {\n \"amount\": \"\",\n \"type\": \"donor_advised_fund_grant\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"et_4f7\": \"\"\n }\n }\n ],\n \"program_id\": \"\",\n \"auto_fund\": false,\n \"bypass_chariot_organization_verification\": false\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements/bulk", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", "bulk" ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-af926042-2eb9-4554-8407-14c304e5233a" }, { "id": "a754a14e-56c0-4fee-a029-625a3df4a0b1", "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 \"disbursements\": [\n {\n \"organization_id\": \"\",\n \"amount\": \"\",\n \"transactions\": [\n {\n \"amount\": \"\",\n \"type\": \"corporate_match\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"voluptatee\": \"\",\n \"do58\": \"\"\n }\n },\n {\n \"amount\": \"\",\n \"type\": \"donor_advised_fund_grant\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"et_4f7\": \"\"\n }\n }\n ],\n \"program_id\": \"\",\n \"auto_fund\": false,\n \"bypass_chariot_organization_verification\": false\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements/bulk", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", "bulk" ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-a754a14e-56c0-4fee-a029-625a3df4a0b1" }, { "id": "575df135-d24f-4a4d-a2cc-2667712f3670", "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 \"disbursements\": [\n {\n \"organization_id\": \"\",\n \"amount\": \"\",\n \"transactions\": [\n {\n \"amount\": \"\",\n \"type\": \"corporate_match\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"voluptatee\": \"\",\n \"do58\": \"\"\n }\n },\n {\n \"amount\": \"\",\n \"type\": \"donor_advised_fund_grant\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"et_4f7\": \"\"\n }\n }\n ],\n \"program_id\": \"\",\n \"auto_fund\": false,\n \"bypass_chariot_organization_verification\": false\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements/bulk", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", "bulk" ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-575df135-d24f-4a4d-a2cc-2667712f3670" }, { "id": "f4eec5c4-d687-425d-b290-1773b606fe3b", "name": "Resource Conflicts", "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 \"disbursements\": [\n {\n \"organization_id\": \"\",\n \"amount\": \"\",\n \"transactions\": [\n {\n \"amount\": \"\",\n \"type\": \"corporate_match\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"voluptatee\": \"\",\n \"do58\": \"\"\n }\n },\n {\n \"amount\": \"\",\n \"type\": \"donor_advised_fund_grant\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"et_4f7\": \"\"\n }\n }\n ],\n \"program_id\": \"\",\n \"auto_fund\": false,\n \"bypass_chariot_organization_verification\": false\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements/bulk", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", "bulk" ] } }, "status": "Conflict", "code": 409, "_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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-f4eec5c4-d687-425d-b290-1773b606fe3b" }, { "id": "41cb26aa-d70b-49db-a182-57d843219f6f", "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 \"disbursements\": [\n {\n \"organization_id\": \"\",\n \"amount\": \"\",\n \"transactions\": [\n {\n \"amount\": \"\",\n \"type\": \"corporate_match\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"voluptatee\": \"\",\n \"do58\": \"\"\n }\n },\n {\n \"amount\": \"\",\n \"type\": \"donor_advised_fund_grant\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"et_4f7\": \"\"\n }\n }\n ],\n \"program_id\": \"\",\n \"auto_fund\": false,\n \"bypass_chariot_organization_verification\": false\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements/bulk", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", "bulk" ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-41cb26aa-d70b-49db-a182-57d843219f6f" } ], "createdAt": "2026-07-28T01:19:26.000Z", "updatedAt": "2026-07-28T01:19:26.000Z", "uid": "35240-682f93c7-a88f-4f31-8cf1-c9e6b2586c83" } ], "id": "891fe0a0-9718-4614-b731-895adb411306", "createdAt": "2026-07-28T01:19:26.000Z", "updatedAt": "2026-07-28T01:19:26.000Z", "uid": "35240-891fe0a0-9718-4614-b731-895adb411306" }, { "name": "{id}", "item": [ { "name": "approve", "item": [ { "name": "Approve a disbursement", "id": "c03899ad-96f2-499a-aa7a-70f0bb39727e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/disbursements/:id/approve", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id", "approve" ], "variable": [ { "id": "0a9e4b46-7e83-40bb-ac5c-7f3d31138221", "key": "id", "value": "", "description": "(Required) The unique identifier for the disbursement" } ] }, "description": "Approve a disbursement in a pending_approval state.\nIf the disbursement is in a different state, this will return a 400 error.\n" }, "response": [ { "id": "fc846c53-9ea9-4586-9474-024e3e5a9702", "name": "The disbursement was approved", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/disbursements/:id/approve", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id", "approve" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"organization_id\": \"\",\n \"program_id\": \"\",\n \"amount\": \"\",\n \"organization\": {\n \"id\": \"\",\n \"ein\": \"\",\n \"name\": \"\",\n \"parent_organization_id\": \"\",\n \"physical_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"classification\": {\n \"group_exemption_number\": \"\",\n \"subsection_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"filing_requirement_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"foundation_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"affiliation_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"organization_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"exempt_status_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"deductibility_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ntee_code\": {\n \"code\": \"\",\n \"description\": \"\",\n \"parent_code\": \"\",\n \"parent_description\": \"\"\n },\n \"naics_code\": {\n \"naics2\": \"\",\n \"naics2_description\": \"\",\n \"naics4\": \"\",\n \"naics4_description\": \"\",\n \"naics6\": \"\",\n \"naics6_description\": \"\"\n }\n },\n \"compliance\": {\n \"daf_eligible\": \"\",\n \"irs_pub_78\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"ofac\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"foundation_code\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"california_attorney_general_registry\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"california_franchise_tax_board\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n }\n },\n \"mission_statement\": \"\",\n \"web\": {\n \"domain\": \"\"\n },\n \"brand\": {\n \"icon_url\": \"\",\n \"logo_url\": \"\"\n },\n \"officers\": [\n {\n \"name\": \"\",\n \"title\": \"\"\n },\n {\n \"name\": \"\",\n \"title\": \"\"\n }\n ],\n \"claimed\": \"\",\n \"incorporation\": {\n \"formation_year\": \"\",\n \"state\": \"\",\n \"ruling_date\": \"\"\n }\n },\n \"description\": \"\",\n \"auto_fund\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"status\": \"submitted\",\n \"cancelation\": {\n \"canceled_by\": \"\",\n \"canceled_at\": \"\"\n },\n \"approval\": {\n \"approved_by\": \"\",\n \"approved_at\": \"\"\n },\n \"rejection\": {\n \"reason\": \"suspected_fraud\",\n \"rejected_at\": \"\"\n },\n \"verification\": {\n \"verified_at\": \"\"\n },\n \"stop\": {\n \"stopped_by\": \"\",\n \"stopped_at\": \"\"\n },\n \"program_details\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"transfers\": [\n {\n \"account_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"pending_approval\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"ach_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"completed\",\n \"created_at\": \"\",\n \"direction\": \"credit\",\n \"standard_entry_class_code\": \"prearranged_payments_and_deposit\",\n \"company_entry_description\": \"\",\n \"trace_number\": \"\",\n \"effective_date\": \"\",\n \"submitted_at\": \"\",\n \"settled_at\": \"\",\n \"rejected_at\": \"\",\n \"returned_at\": \"\",\n \"updated_at\": \"\"\n },\n \"check_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"issued\",\n \"mailing_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"memo\": \"\",\n \"recipient_name\": \"\",\n \"created_at\": \"\",\n \"note\": \"\",\n \"check_number\": \"\",\n \"bank_of_first_deposit_routing_number\": \"\",\n \"postal_tracking_updates\": [\n {\n \"id\": \"\",\n \"event_type\": \"delivered\",\n \"created_at\": \"\"\n },\n {\n \"id\": \"\",\n \"event_type\": \"in_transit\",\n \"created_at\": \"\"\n }\n ],\n \"submitted_at\": \"\",\n \"canceled_at\": \"\",\n \"stopped_at\": \"\",\n \"deposited_at\": \"\",\n \"updated_at\": \"\"\n },\n \"real_time_payments_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"submitted\",\n \"creditor_name\": \"\",\n \"remittance_information\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"transaction_identification\": \"\",\n \"submitted_at\": \"\",\n \"acknowledged_at\": \"\",\n \"rejected_at\": \"\"\n }\n },\n {\n \"account_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"complete\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"ach_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"completed\",\n \"created_at\": \"\",\n \"direction\": \"debit\",\n \"standard_entry_class_code\": \"corporate_credit_or_debit\",\n \"company_entry_description\": \"\",\n \"trace_number\": \"\",\n \"effective_date\": \"\",\n \"submitted_at\": \"\",\n \"settled_at\": \"\",\n \"rejected_at\": \"\",\n \"returned_at\": \"\",\n \"updated_at\": \"\"\n },\n \"check_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"returned\",\n \"mailing_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"memo\": \"\",\n \"recipient_name\": \"\",\n \"created_at\": \"\",\n \"note\": \"\",\n \"check_number\": \"\",\n \"bank_of_first_deposit_routing_number\": \"\",\n \"postal_tracking_updates\": [\n {\n \"id\": \"\",\n \"event_type\": \"processed_for_delivery\",\n \"created_at\": \"\"\n },\n {\n \"id\": \"\",\n \"event_type\": \"returned_to_sender\",\n \"created_at\": \"\"\n }\n ],\n \"submitted_at\": \"\",\n \"canceled_at\": \"\",\n \"stopped_at\": \"\",\n \"deposited_at\": \"\",\n \"updated_at\": \"\"\n },\n \"real_time_payments_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"pending_submission\",\n \"creditor_name\": \"\",\n \"remittance_information\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"transaction_identification\": \"\",\n \"submitted_at\": \"\",\n \"acknowledged_at\": \"\",\n \"rejected_at\": \"\"\n }\n }\n ],\n \"bypass_chariot_organization_verification\": \"\",\n \"transactions\": [\n {\n \"amount\": \"\",\n \"net_amount\": \"\",\n \"type\": \"donor_advised_fund_grant\",\n \"id\": \"\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"metadata\": {\n \"Lorem_3\": \"\",\n \"voluptateb2\": \"\"\n }\n },\n {\n \"amount\": \"\",\n \"net_amount\": \"\",\n \"type\": \"corporate_match\",\n \"id\": \"\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"metadata\": {\n \"nostrud_04\": \"\"\n }\n }\n ],\n \"idempotency_key\": \"\"\n}", "createdAt": "2026-07-28T01:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-fc846c53-9ea9-4586-9474-024e3e5a9702" }, { "id": "f80b02df-eb26-45d6-b2d1-46d2495da23b", "name": "The request is invalid or contains invalid parameters", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/disbursements/:id/approve", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id", "approve" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-f80b02df-eb26-45d6-b2d1-46d2495da23b" }, { "id": "e42e432e-a68f-40e7-811d-ecca13c2a310", "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": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/disbursements/:id/approve", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id", "approve" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-e42e432e-a68f-40e7-811d-ecca13c2a310" }, { "id": "61623850-551f-4d94-b09f-67f8233676db", "name": "Access denied", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/disbursements/:id/approve", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id", "approve" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-61623850-551f-4d94-b09f-67f8233676db" }, { "id": "dd720fb5-8ab2-4925-be96-7b22f8b2372d", "name": "Resource Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/disbursements/:id/approve", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id", "approve" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-dd720fb5-8ab2-4925-be96-7b22f8b2372d" }, { "id": "98af9d4d-e3b9-4af6-86ac-83e8c5b80914", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/disbursements/:id/approve", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id", "approve" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-98af9d4d-e3b9-4af6-86ac-83e8c5b80914" } ], "createdAt": "2026-07-28T01:19:26.000Z", "updatedAt": "2026-07-28T01:19:26.000Z", "uid": "35240-c03899ad-96f2-499a-aa7a-70f0bb39727e" } ], "id": "685ca677-7220-4a88-bf8d-6f7482c9008a", "createdAt": "2026-07-28T01:19:26.000Z", "updatedAt": "2026-07-28T01:19:26.000Z", "uid": "35240-685ca677-7220-4a88-bf8d-6f7482c9008a" }, { "name": "cancel", "item": [ { "name": "Cancel a pending disbursement", "id": "073c8b4f-d5f0-46ba-8db0-6229978407b1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/disbursements/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id", "cancel" ], "variable": [ { "id": "fce0be4b-3aa0-48f7-b590-f0c5fe497b56", "key": "id", "value": "", "description": "(Required) The unique identifier for the disbursement" } ] }, "description": "Cancel a pending disbursement in a pending_approval state.\nIf the disbursement is in a different state, this will return a 400 error.\n" }, "response": [ { "id": "c333672a-e63c-4968-8857-1b7210e2f4ab", "name": "The disbursement was canceled", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/disbursements/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id", "cancel" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"organization_id\": \"\",\n \"program_id\": \"\",\n \"amount\": \"\",\n \"organization\": {\n \"id\": \"\",\n \"ein\": \"\",\n \"name\": \"\",\n \"parent_organization_id\": \"\",\n \"physical_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"classification\": {\n \"group_exemption_number\": \"\",\n \"subsection_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"filing_requirement_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"foundation_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"affiliation_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"organization_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"exempt_status_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"deductibility_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ntee_code\": {\n \"code\": \"\",\n \"description\": \"\",\n \"parent_code\": \"\",\n \"parent_description\": \"\"\n },\n \"naics_code\": {\n \"naics2\": \"\",\n \"naics2_description\": \"\",\n \"naics4\": \"\",\n \"naics4_description\": \"\",\n \"naics6\": \"\",\n \"naics6_description\": \"\"\n }\n },\n \"compliance\": {\n \"daf_eligible\": \"\",\n \"irs_pub_78\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"ofac\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"foundation_code\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"california_attorney_general_registry\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"california_franchise_tax_board\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n }\n },\n \"mission_statement\": \"\",\n \"web\": {\n \"domain\": \"\"\n },\n \"brand\": {\n \"icon_url\": \"\",\n \"logo_url\": \"\"\n },\n \"officers\": [\n {\n \"name\": \"\",\n \"title\": \"\"\n },\n {\n \"name\": \"\",\n \"title\": \"\"\n }\n ],\n \"claimed\": \"\",\n \"incorporation\": {\n \"formation_year\": \"\",\n \"state\": \"\",\n \"ruling_date\": \"\"\n }\n },\n \"description\": \"\",\n \"auto_fund\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"status\": \"submitted\",\n \"cancelation\": {\n \"canceled_by\": \"\",\n \"canceled_at\": \"\"\n },\n \"approval\": {\n \"approved_by\": \"\",\n \"approved_at\": \"\"\n },\n \"rejection\": {\n \"reason\": \"suspected_fraud\",\n \"rejected_at\": \"\"\n },\n \"verification\": {\n \"verified_at\": \"\"\n },\n \"stop\": {\n \"stopped_by\": \"\",\n \"stopped_at\": \"\"\n },\n \"program_details\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"transfers\": [\n {\n \"account_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"pending_approval\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"ach_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"completed\",\n \"created_at\": \"\",\n \"direction\": \"credit\",\n \"standard_entry_class_code\": \"prearranged_payments_and_deposit\",\n \"company_entry_description\": \"\",\n \"trace_number\": \"\",\n \"effective_date\": \"\",\n \"submitted_at\": \"\",\n \"settled_at\": \"\",\n \"rejected_at\": \"\",\n \"returned_at\": \"\",\n \"updated_at\": \"\"\n },\n \"check_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"issued\",\n \"mailing_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"memo\": \"\",\n \"recipient_name\": \"\",\n \"created_at\": \"\",\n \"note\": \"\",\n \"check_number\": \"\",\n \"bank_of_first_deposit_routing_number\": \"\",\n \"postal_tracking_updates\": [\n {\n \"id\": \"\",\n \"event_type\": \"delivered\",\n \"created_at\": \"\"\n },\n {\n \"id\": \"\",\n \"event_type\": \"in_transit\",\n \"created_at\": \"\"\n }\n ],\n \"submitted_at\": \"\",\n \"canceled_at\": \"\",\n \"stopped_at\": \"\",\n \"deposited_at\": \"\",\n \"updated_at\": \"\"\n },\n \"real_time_payments_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"submitted\",\n \"creditor_name\": \"\",\n \"remittance_information\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"transaction_identification\": \"\",\n \"submitted_at\": \"\",\n \"acknowledged_at\": \"\",\n \"rejected_at\": \"\"\n }\n },\n {\n \"account_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"complete\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"ach_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"completed\",\n \"created_at\": \"\",\n \"direction\": \"debit\",\n \"standard_entry_class_code\": \"corporate_credit_or_debit\",\n \"company_entry_description\": \"\",\n \"trace_number\": \"\",\n \"effective_date\": \"\",\n \"submitted_at\": \"\",\n \"settled_at\": \"\",\n \"rejected_at\": \"\",\n \"returned_at\": \"\",\n \"updated_at\": \"\"\n },\n \"check_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"returned\",\n \"mailing_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"memo\": \"\",\n \"recipient_name\": \"\",\n \"created_at\": \"\",\n \"note\": \"\",\n \"check_number\": \"\",\n \"bank_of_first_deposit_routing_number\": \"\",\n \"postal_tracking_updates\": [\n {\n \"id\": \"\",\n \"event_type\": \"processed_for_delivery\",\n \"created_at\": \"\"\n },\n {\n \"id\": \"\",\n \"event_type\": \"returned_to_sender\",\n \"created_at\": \"\"\n }\n ],\n \"submitted_at\": \"\",\n \"canceled_at\": \"\",\n \"stopped_at\": \"\",\n \"deposited_at\": \"\",\n \"updated_at\": \"\"\n },\n \"real_time_payments_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"pending_submission\",\n \"creditor_name\": \"\",\n \"remittance_information\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"transaction_identification\": \"\",\n \"submitted_at\": \"\",\n \"acknowledged_at\": \"\",\n \"rejected_at\": \"\"\n }\n }\n ],\n \"bypass_chariot_organization_verification\": \"\",\n \"transactions\": [\n {\n \"amount\": \"\",\n \"net_amount\": \"\",\n \"type\": \"donor_advised_fund_grant\",\n \"id\": \"\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"metadata\": {\n \"Lorem_3\": \"\",\n \"voluptateb2\": \"\"\n }\n },\n {\n \"amount\": \"\",\n \"net_amount\": \"\",\n \"type\": \"corporate_match\",\n \"id\": \"\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"metadata\": {\n \"nostrud_04\": \"\"\n }\n }\n ],\n \"idempotency_key\": \"\"\n}", "createdAt": "2026-07-28T01:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-c333672a-e63c-4968-8857-1b7210e2f4ab" }, { "id": "3acb28d0-cd55-4aee-9f6d-2c387ca7a0a4", "name": "The request is invalid or contains invalid parameters", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/disbursements/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id", "cancel" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-3acb28d0-cd55-4aee-9f6d-2c387ca7a0a4" }, { "id": "a0f2634c-7d4b-438b-b90c-41756da65f16", "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": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/disbursements/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id", "cancel" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-a0f2634c-7d4b-438b-b90c-41756da65f16" }, { "id": "3e146561-8ed9-4e61-bb26-c857a31494b1", "name": "Access denied", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/disbursements/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id", "cancel" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-3e146561-8ed9-4e61-bb26-c857a31494b1" }, { "id": "0db4e761-6110-4423-8906-814d3b10b962", "name": "Resource Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/disbursements/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id", "cancel" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-0db4e761-6110-4423-8906-814d3b10b962" }, { "id": "817694c5-58d3-4ab5-8862-6395e44171a4", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/disbursements/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id", "cancel" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-817694c5-58d3-4ab5-8862-6395e44171a4" } ], "createdAt": "2026-07-28T01:19:26.000Z", "updatedAt": "2026-07-28T01:19:26.000Z", "uid": "35240-073c8b4f-d5f0-46ba-8db0-6229978407b1" } ], "id": "8700619a-1e34-4594-a714-b14cf1965c17", "createdAt": "2026-07-28T01:19:26.000Z", "updatedAt": "2026-07-28T01:19:26.000Z", "uid": "35240-8700619a-1e34-4594-a714-b14cf1965c17" }, { "name": "stop", "item": [ { "name": "Stop payment for a disbursement", "id": "d7bef171-7982-4d75-898b-f723076079aa", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" } ], "body": { "mode": "raw", "raw": "{\n \"reason\": \"voided\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements/:id/stop", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id", "stop" ], "variable": [ { "id": "868fdd8e-5e74-401b-a8aa-621f1cfaa2f0", "key": "id", "value": "", "description": "(Required) The unique identifier for the disbursement" } ] }, "description": "Stop payment for a disbursement sent via check.\n\nThis prevents the recipient from depositing the check. If the check has already been deposited, the stop payment request will fail.\n\n**Requirements:**\n- Disbursement must be in `submitted` status\n- Disbursement must be sent via check\n- Check must not have already been deposited\n\nAfter successfully stopping payment, the disbursement status will be updated to `stopped`.\n" }, "response": [ { "id": "4479f6f5-306e-42fb-8507-936501e47d25", "name": "The stop payment request was 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 \"reason\": \"voided\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements/:id/stop", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id", "stop" ], "variable": [ { "key": "id" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-4479f6f5-306e-42fb-8507-936501e47d25" }, { "id": "39850ae8-f29c-4b8b-bc7a-3c6f401feb6e", "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 \"reason\": \"voided\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements/:id/stop", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id", "stop" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-39850ae8-f29c-4b8b-bc7a-3c6f401feb6e" }, { "id": "5b674297-9a1f-4860-a52c-208858316035", "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 \"reason\": \"voided\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements/:id/stop", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id", "stop" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-5b674297-9a1f-4860-a52c-208858316035" }, { "id": "8b04b7fe-5e7c-498b-a10a-48107ae8d98c", "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 \"reason\": \"voided\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements/:id/stop", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id", "stop" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-8b04b7fe-5e7c-498b-a10a-48107ae8d98c" }, { "id": "04535ec4-3048-42ad-b111-e9f691c1d0eb", "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 \"reason\": \"voided\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements/:id/stop", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id", "stop" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-04535ec4-3048-42ad-b111-e9f691c1d0eb" }, { "id": "55e25f7b-fc28-44e1-8cd7-5c935f885d0a", "name": "Precondition Failed", "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 \"reason\": \"voided\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements/:id/stop", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id", "stop" ], "variable": [ { "key": "id" } ] } }, "status": "Precondition Failed", "code": 412, "_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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-55e25f7b-fc28-44e1-8cd7-5c935f885d0a" }, { "id": "6be99a1f-b7be-4150-abb9-b54715f6d513", "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 \"reason\": \"voided\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements/:id/stop", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id", "stop" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-6be99a1f-b7be-4150-abb9-b54715f6d513" } ], "createdAt": "2026-07-28T01:19:26.000Z", "updatedAt": "2026-07-28T01:19:26.000Z", "uid": "35240-d7bef171-7982-4d75-898b-f723076079aa" } ], "id": "9b7d75e2-3250-40c7-abf8-c8b47b7edc46", "createdAt": "2026-07-28T01:19:26.000Z", "updatedAt": "2026-07-28T01:19:26.000Z", "uid": "35240-9b7d75e2-3250-40c7-abf8-c8b47b7edc46" }, { "name": "Get a disbursement", "id": "5b4a4ded-3741-4bb5-a04f-36fec007ba60", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/disbursements/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id" ], "variable": [ { "id": "4e56c93d-753a-4503-91f6-107fcfe1b576", "key": "id", "value": "", "description": "(Required) The unique identifier for the disbursement" } ] }, "description": "Get a disbursement by its unique identifier.\n" }, "response": [ { "id": "113d8dcb-be45-415f-8f02-b6bc15719eb4", "name": "The disbursement was retrieved", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/disbursements/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"organization_id\": \"\",\n \"program_id\": \"\",\n \"amount\": \"\",\n \"organization\": {\n \"id\": \"\",\n \"ein\": \"\",\n \"name\": \"\",\n \"parent_organization_id\": \"\",\n \"physical_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"classification\": {\n \"group_exemption_number\": \"\",\n \"subsection_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"filing_requirement_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"foundation_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"affiliation_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"organization_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"exempt_status_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"deductibility_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ntee_code\": {\n \"code\": \"\",\n \"description\": \"\",\n \"parent_code\": \"\",\n \"parent_description\": \"\"\n },\n \"naics_code\": {\n \"naics2\": \"\",\n \"naics2_description\": \"\",\n \"naics4\": \"\",\n \"naics4_description\": \"\",\n \"naics6\": \"\",\n \"naics6_description\": \"\"\n }\n },\n \"compliance\": {\n \"daf_eligible\": \"\",\n \"irs_pub_78\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"ofac\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"foundation_code\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"california_attorney_general_registry\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"california_franchise_tax_board\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n }\n },\n \"mission_statement\": \"\",\n \"web\": {\n \"domain\": \"\"\n },\n \"brand\": {\n \"icon_url\": \"\",\n \"logo_url\": \"\"\n },\n \"officers\": [\n {\n \"name\": \"\",\n \"title\": \"\"\n },\n {\n \"name\": \"\",\n \"title\": \"\"\n }\n ],\n \"claimed\": \"\",\n \"incorporation\": {\n \"formation_year\": \"\",\n \"state\": \"\",\n \"ruling_date\": \"\"\n }\n },\n \"description\": \"\",\n \"auto_fund\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"status\": \"submitted\",\n \"cancelation\": {\n \"canceled_by\": \"\",\n \"canceled_at\": \"\"\n },\n \"approval\": {\n \"approved_by\": \"\",\n \"approved_at\": \"\"\n },\n \"rejection\": {\n \"reason\": \"suspected_fraud\",\n \"rejected_at\": \"\"\n },\n \"verification\": {\n \"verified_at\": \"\"\n },\n \"stop\": {\n \"stopped_by\": \"\",\n \"stopped_at\": \"\"\n },\n \"program_details\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"transfers\": [\n {\n \"account_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"pending_approval\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"ach_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"completed\",\n \"created_at\": \"\",\n \"direction\": \"credit\",\n \"standard_entry_class_code\": \"prearranged_payments_and_deposit\",\n \"company_entry_description\": \"\",\n \"trace_number\": \"\",\n \"effective_date\": \"\",\n \"submitted_at\": \"\",\n \"settled_at\": \"\",\n \"rejected_at\": \"\",\n \"returned_at\": \"\",\n \"updated_at\": \"\"\n },\n \"check_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"issued\",\n \"mailing_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"memo\": \"\",\n \"recipient_name\": \"\",\n \"created_at\": \"\",\n \"note\": \"\",\n \"check_number\": \"\",\n \"bank_of_first_deposit_routing_number\": \"\",\n \"postal_tracking_updates\": [\n {\n \"id\": \"\",\n \"event_type\": \"delivered\",\n \"created_at\": \"\"\n },\n {\n \"id\": \"\",\n \"event_type\": \"in_transit\",\n \"created_at\": \"\"\n }\n ],\n \"submitted_at\": \"\",\n \"canceled_at\": \"\",\n \"stopped_at\": \"\",\n \"deposited_at\": \"\",\n \"updated_at\": \"\"\n },\n \"real_time_payments_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"submitted\",\n \"creditor_name\": \"\",\n \"remittance_information\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"transaction_identification\": \"\",\n \"submitted_at\": \"\",\n \"acknowledged_at\": \"\",\n \"rejected_at\": \"\"\n }\n },\n {\n \"account_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"complete\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"ach_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"completed\",\n \"created_at\": \"\",\n \"direction\": \"debit\",\n \"standard_entry_class_code\": \"corporate_credit_or_debit\",\n \"company_entry_description\": \"\",\n \"trace_number\": \"\",\n \"effective_date\": \"\",\n \"submitted_at\": \"\",\n \"settled_at\": \"\",\n \"rejected_at\": \"\",\n \"returned_at\": \"\",\n \"updated_at\": \"\"\n },\n \"check_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"returned\",\n \"mailing_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"memo\": \"\",\n \"recipient_name\": \"\",\n \"created_at\": \"\",\n \"note\": \"\",\n \"check_number\": \"\",\n \"bank_of_first_deposit_routing_number\": \"\",\n \"postal_tracking_updates\": [\n {\n \"id\": \"\",\n \"event_type\": \"processed_for_delivery\",\n \"created_at\": \"\"\n },\n {\n \"id\": \"\",\n \"event_type\": \"returned_to_sender\",\n \"created_at\": \"\"\n }\n ],\n \"submitted_at\": \"\",\n \"canceled_at\": \"\",\n \"stopped_at\": \"\",\n \"deposited_at\": \"\",\n \"updated_at\": \"\"\n },\n \"real_time_payments_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"pending_submission\",\n \"creditor_name\": \"\",\n \"remittance_information\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"transaction_identification\": \"\",\n \"submitted_at\": \"\",\n \"acknowledged_at\": \"\",\n \"rejected_at\": \"\"\n }\n }\n ],\n \"bypass_chariot_organization_verification\": \"\",\n \"transactions\": [\n {\n \"amount\": \"\",\n \"net_amount\": \"\",\n \"type\": \"donor_advised_fund_grant\",\n \"id\": \"\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"metadata\": {\n \"Lorem_3\": \"\",\n \"voluptateb2\": \"\"\n }\n },\n {\n \"amount\": \"\",\n \"net_amount\": \"\",\n \"type\": \"corporate_match\",\n \"id\": \"\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"metadata\": {\n \"nostrud_04\": \"\"\n }\n }\n ],\n \"idempotency_key\": \"\"\n}", "createdAt": "2026-07-28T01:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-113d8dcb-be45-415f-8f02-b6bc15719eb4" }, { "id": "26fbf756-34e9-407f-b6bd-542813cc8eb6", "name": "The request is invalid or contains invalid parameters", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/disbursements/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-26fbf756-34e9-407f-b6bd-542813cc8eb6" }, { "id": "5fbf488e-9c08-4006-af19-86a7147b02ee", "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": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/disbursements/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-5fbf488e-9c08-4006-af19-86a7147b02ee" }, { "id": "4cea3b68-a85f-4506-bdba-922b75ffee4d", "name": "Access denied", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/disbursements/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-4cea3b68-a85f-4506-bdba-922b75ffee4d" }, { "id": "4956e3f3-6524-4df3-a7c6-58242f29c74a", "name": "Resource Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/disbursements/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-4956e3f3-6524-4df3-a7c6-58242f29c74a" }, { "id": "685e8dac-eeb3-4a37-b4c8-ab09969c27b0", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/disbursements/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", ":id" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-685e8dac-eeb3-4a37-b4c8-ab09969c27b0" } ], "createdAt": "2026-07-28T01:19:26.000Z", "updatedAt": "2026-07-28T01:19:26.000Z", "uid": "35240-5b4a4ded-3741-4bb5-a04f-36fec007ba60" } ], "id": "ed144601-ae37-4a9e-9487-7665d4a73d01", "createdAt": "2026-07-28T01:19:26.000Z", "updatedAt": "2026-07-28T01:19:26.000Z", "uid": "35240-ed144601-ae37-4a9e-9487-7665d4a73d01" }, { "name": "approve", "item": [ { "name": "Approve multiple disbursements", "id": "ac2cf9e2-0705-476c-a017-3e3df472c1a7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"disbursement_ids\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements/approve", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", "approve" ] }, "description": "Approve multiple disbursements in a single request.\nThis is useful for batch approval operations.\n\nAll disbursements must be in the `pending_approval` state. If any disbursement\ncannot be approved, the entire request will fail and no disbursements will be approved.\n" }, "response": [ { "id": "49caae45-fb07-4565-9501-ed3daeff8507", "name": "The disbursements were approved", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"disbursement_ids\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements/approve", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", "approve" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"disbursements\": [\n {\n \"id\": \"\",\n \"organization_id\": \"\",\n \"program_id\": \"\",\n \"amount\": \"\",\n \"organization\": {\n \"id\": \"\",\n \"ein\": \"\",\n \"name\": \"\",\n \"parent_organization_id\": \"\",\n \"physical_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"classification\": {\n \"group_exemption_number\": \"\",\n \"subsection_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"filing_requirement_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"foundation_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"affiliation_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"organization_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"exempt_status_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"deductibility_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ntee_code\": {\n \"code\": \"\",\n \"description\": \"\",\n \"parent_code\": \"\",\n \"parent_description\": \"\"\n },\n \"naics_code\": {\n \"naics2\": \"\",\n \"naics2_description\": \"\",\n \"naics4\": \"\",\n \"naics4_description\": \"\",\n \"naics6\": \"\",\n \"naics6_description\": \"\"\n }\n },\n \"compliance\": {\n \"daf_eligible\": \"\",\n \"irs_pub_78\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"ofac\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"foundation_code\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"california_attorney_general_registry\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"california_franchise_tax_board\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n }\n },\n \"mission_statement\": \"\",\n \"web\": {\n \"domain\": \"\"\n },\n \"brand\": {\n \"icon_url\": \"\",\n \"logo_url\": \"\"\n },\n \"officers\": [\n {\n \"name\": \"\",\n \"title\": \"\"\n },\n {\n \"name\": \"\",\n \"title\": \"\"\n }\n ],\n \"claimed\": \"\",\n \"incorporation\": {\n \"formation_year\": \"\",\n \"state\": \"\",\n \"ruling_date\": \"\"\n }\n },\n \"description\": \"\",\n \"auto_fund\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"status\": \"submitted\",\n \"cancelation\": {\n \"canceled_by\": \"\",\n \"canceled_at\": \"\"\n },\n \"approval\": {\n \"approved_by\": \"\",\n \"approved_at\": \"\"\n },\n \"rejection\": {\n \"reason\": \"insufficient_funds\",\n \"rejected_at\": \"\"\n },\n \"verification\": {\n \"verified_at\": \"\"\n },\n \"stop\": {\n \"stopped_by\": \"\",\n \"stopped_at\": \"\"\n },\n \"program_details\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"transfers\": [\n {\n \"account_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"pending_approval\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"ach_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"submitted\",\n \"created_at\": \"\",\n \"direction\": \"credit\",\n \"standard_entry_class_code\": \"prearranged_payments_and_deposit\",\n \"company_entry_description\": \"\",\n \"trace_number\": \"\",\n \"effective_date\": \"\",\n \"submitted_at\": \"\",\n \"settled_at\": \"\",\n \"rejected_at\": \"\",\n \"returned_at\": \"\",\n \"updated_at\": \"\"\n },\n \"check_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"pending\",\n \"mailing_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"memo\": \"\",\n \"recipient_name\": \"\",\n \"created_at\": \"\",\n \"note\": \"\",\n \"check_number\": \"\",\n \"bank_of_first_deposit_routing_number\": \"\",\n \"postal_tracking_updates\": [\n {\n \"id\": \"\",\n \"event_type\": \"in_transit\",\n \"created_at\": \"\"\n },\n {\n \"id\": \"\",\n \"event_type\": \"delivered\",\n \"created_at\": \"\"\n }\n ],\n \"submitted_at\": \"\",\n \"canceled_at\": \"\",\n \"stopped_at\": \"\",\n \"deposited_at\": \"\",\n \"updated_at\": \"\"\n },\n \"real_time_payments_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"complete\",\n \"creditor_name\": \"\",\n \"remittance_information\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"transaction_identification\": \"\",\n \"submitted_at\": \"\",\n \"acknowledged_at\": \"\",\n \"rejected_at\": \"\"\n }\n },\n {\n \"account_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"complete\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"ach_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"submitted\",\n \"created_at\": \"\",\n \"direction\": \"debit\",\n \"standard_entry_class_code\": \"internet_initiated\",\n \"company_entry_description\": \"\",\n \"trace_number\": \"\",\n \"effective_date\": \"\",\n \"submitted_at\": \"\",\n \"settled_at\": \"\",\n \"rejected_at\": \"\",\n \"returned_at\": \"\",\n \"updated_at\": \"\"\n },\n \"check_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"pending\",\n \"mailing_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"memo\": \"\",\n \"recipient_name\": \"\",\n \"created_at\": \"\",\n \"note\": \"\",\n \"check_number\": \"\",\n \"bank_of_first_deposit_routing_number\": \"\",\n \"postal_tracking_updates\": [\n {\n \"id\": \"\",\n \"event_type\": \"returned_to_sender\",\n \"created_at\": \"\"\n },\n {\n \"id\": \"\",\n \"event_type\": \"processed_for_delivery\",\n \"created_at\": \"\"\n }\n ],\n \"submitted_at\": \"\",\n \"canceled_at\": \"\",\n \"stopped_at\": \"\",\n \"deposited_at\": \"\",\n \"updated_at\": \"\"\n },\n \"real_time_payments_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"pending_submission\",\n \"creditor_name\": \"\",\n \"remittance_information\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"transaction_identification\": \"\",\n \"submitted_at\": \"\",\n \"acknowledged_at\": \"\",\n \"rejected_at\": \"\"\n }\n }\n ],\n \"bypass_chariot_organization_verification\": \"\",\n \"transactions\": [\n {\n \"amount\": \"\",\n \"net_amount\": \"\",\n \"type\": \"donor_advised_fund_grant\",\n \"id\": \"\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"metadata\": {\n \"magna_86\": \"\",\n \"adipisicingc66\": \"\",\n \"Ut_9\": \"\"\n }\n },\n {\n \"amount\": \"\",\n \"net_amount\": \"\",\n \"type\": \"donor_advised_fund_grant\",\n \"id\": \"\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"metadata\": {\n \"utd\": \"\",\n \"anim_9\": \"\",\n \"consequat248\": \"\"\n }\n }\n ],\n \"idempotency_key\": \"\"\n },\n {\n \"id\": \"\",\n \"organization_id\": \"\",\n \"program_id\": \"\",\n \"amount\": \"\",\n \"organization\": {\n \"id\": \"\",\n \"ein\": \"\",\n \"name\": \"\",\n \"parent_organization_id\": \"\",\n \"physical_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"classification\": {\n \"group_exemption_number\": \"\",\n \"subsection_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"filing_requirement_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"foundation_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"affiliation_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"organization_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"exempt_status_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"deductibility_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ntee_code\": {\n \"code\": \"\",\n \"description\": \"\",\n \"parent_code\": \"\",\n \"parent_description\": \"\"\n },\n \"naics_code\": {\n \"naics2\": \"\",\n \"naics2_description\": \"\",\n \"naics4\": \"\",\n \"naics4_description\": \"\",\n \"naics6\": \"\",\n \"naics6_description\": \"\"\n }\n },\n \"compliance\": {\n \"daf_eligible\": \"\",\n \"irs_pub_78\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"ofac\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"foundation_code\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"california_attorney_general_registry\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"california_franchise_tax_board\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n }\n },\n \"mission_statement\": \"\",\n \"web\": {\n \"domain\": \"\"\n },\n \"brand\": {\n \"icon_url\": \"\",\n \"logo_url\": \"\"\n },\n \"officers\": [\n {\n \"name\": \"\",\n \"title\": \"\"\n },\n {\n \"name\": \"\",\n \"title\": \"\"\n }\n ],\n \"claimed\": \"\",\n \"incorporation\": {\n \"formation_year\": \"\",\n \"state\": \"\",\n \"ruling_date\": \"\"\n }\n },\n \"description\": \"\",\n \"auto_fund\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"status\": \"awaiting_verification\",\n \"cancelation\": {\n \"canceled_by\": \"\",\n \"canceled_at\": \"\"\n },\n \"approval\": {\n \"approved_by\": \"\",\n \"approved_at\": \"\"\n },\n \"rejection\": {\n \"reason\": \"incorrect_recipient\",\n \"rejected_at\": \"\"\n },\n \"verification\": {\n \"verified_at\": \"\"\n },\n \"stop\": {\n \"stopped_by\": \"\",\n \"stopped_at\": \"\"\n },\n \"program_details\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"transfers\": [\n {\n \"account_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"canceled\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"ach_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"completed\",\n \"created_at\": \"\",\n \"direction\": \"credit\",\n \"standard_entry_class_code\": \"internet_initiated\",\n \"company_entry_description\": \"\",\n \"trace_number\": \"\",\n \"effective_date\": \"\",\n \"submitted_at\": \"\",\n \"settled_at\": \"\",\n \"rejected_at\": \"\",\n \"returned_at\": \"\",\n \"updated_at\": \"\"\n },\n \"check_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"returned\",\n \"mailing_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"memo\": \"\",\n \"recipient_name\": \"\",\n \"created_at\": \"\",\n \"note\": \"\",\n \"check_number\": \"\",\n \"bank_of_first_deposit_routing_number\": \"\",\n \"postal_tracking_updates\": [\n {\n \"id\": \"\",\n \"event_type\": \"in_transit\",\n \"created_at\": \"\"\n },\n {\n \"id\": \"\",\n \"event_type\": \"in_transit\",\n \"created_at\": \"\"\n }\n ],\n \"submitted_at\": \"\",\n \"canceled_at\": \"\",\n \"stopped_at\": \"\",\n \"deposited_at\": \"\",\n \"updated_at\": \"\"\n },\n \"real_time_payments_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"complete\",\n \"creditor_name\": \"\",\n \"remittance_information\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"transaction_identification\": \"\",\n \"submitted_at\": \"\",\n \"acknowledged_at\": \"\",\n \"rejected_at\": \"\"\n }\n },\n {\n \"account_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"pending_approval\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"ach_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"initiated\",\n \"created_at\": \"\",\n \"direction\": \"debit\",\n \"standard_entry_class_code\": \"prearranged_payments_and_deposit\",\n \"company_entry_description\": \"\",\n \"trace_number\": \"\",\n \"effective_date\": \"\",\n \"submitted_at\": \"\",\n \"settled_at\": \"\",\n \"rejected_at\": \"\",\n \"returned_at\": \"\",\n \"updated_at\": \"\"\n },\n \"check_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"canceled\",\n \"mailing_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"memo\": \"\",\n \"recipient_name\": \"\",\n \"created_at\": \"\",\n \"note\": \"\",\n \"check_number\": \"\",\n \"bank_of_first_deposit_routing_number\": \"\",\n \"postal_tracking_updates\": [\n {\n \"id\": \"\",\n \"event_type\": \"returned_to_sender\",\n \"created_at\": \"\"\n },\n {\n \"id\": \"\",\n \"event_type\": \"processed_for_delivery\",\n \"created_at\": \"\"\n }\n ],\n \"submitted_at\": \"\",\n \"canceled_at\": \"\",\n \"stopped_at\": \"\",\n \"deposited_at\": \"\",\n \"updated_at\": \"\"\n },\n \"real_time_payments_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"pending_submission\",\n \"creditor_name\": \"\",\n \"remittance_information\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"transaction_identification\": \"\",\n \"submitted_at\": \"\",\n \"acknowledged_at\": \"\",\n \"rejected_at\": \"\"\n }\n }\n ],\n \"bypass_chariot_organization_verification\": \"\",\n \"transactions\": [\n {\n \"amount\": \"\",\n \"net_amount\": \"\",\n \"type\": \"corporate_match\",\n \"id\": \"\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"metadata\": {\n \"mollit_1_\": \"\",\n \"exercitatione\": \"\"\n }\n },\n {\n \"amount\": \"\",\n \"net_amount\": \"\",\n \"type\": \"corporate_match\",\n \"id\": \"\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"metadata\": {\n \"in8\": \"\"\n }\n }\n ],\n \"idempotency_key\": \"\"\n }\n ],\n \"count\": \"\"\n}", "createdAt": "2026-07-28T01:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-49caae45-fb07-4565-9501-ed3daeff8507" }, { "id": "ac9a91f5-3996-4412-b2ea-0b2880e0792c", "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 \"disbursement_ids\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements/approve", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", "approve" ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-ac9a91f5-3996-4412-b2ea-0b2880e0792c" }, { "id": "009430e9-639c-4f9e-82c8-1000e6b877b7", "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 \"disbursement_ids\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements/approve", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", "approve" ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-009430e9-639c-4f9e-82c8-1000e6b877b7" }, { "id": "237185c6-e6fa-46d1-9cbe-2a820ee6a37d", "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 \"disbursement_ids\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements/approve", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", "approve" ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-237185c6-e6fa-46d1-9cbe-2a820ee6a37d" }, { "id": "a4bdb34f-d6b0-47d8-8117-2c4c2c9c48cb", "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 \"disbursement_ids\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements/approve", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", "approve" ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-a4bdb34f-d6b0-47d8-8117-2c4c2c9c48cb" }, { "id": "77ab5339-3509-40f2-9f7a-61146cab86d0", "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 \"disbursement_ids\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements/approve", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements", "approve" ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-77ab5339-3509-40f2-9f7a-61146cab86d0" } ], "createdAt": "2026-07-28T01:19:26.000Z", "updatedAt": "2026-07-28T01:19:26.000Z", "uid": "35240-ac2cf9e2-0705-476c-a017-3e3df472c1a7" } ], "id": "31588706-c92e-4b6a-bbb9-31d4526dc968", "createdAt": "2026-07-28T01:19:26.000Z", "updatedAt": "2026-07-28T01:19:26.000Z", "uid": "35240-31588706-c92e-4b6a-bbb9-31d4526dc968" }, { "name": "Create a disbursement", "id": "f128f2a5-3980-45fc-b7b4-b559667289af", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "A client-generated identifier for the request. Replays with the same key return `409 Conflict`. The successfully created disbursement can later be located via `GET /v1/disbursements?idempotency_key=...`.\n\nWe recommend supplying your own unique identifier for the disbursement in your system, so you can later look it up by an ID you already track.", "key": "Idempotency-Key", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"organization_id\": \"\",\n \"amount\": \"\",\n \"transactions\": [\n {\n \"amount\": \"\",\n \"type\": \"corporate_match\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"cillum_4\": \"\",\n \"nisie2\": \"\"\n }\n },\n {\n \"amount\": \"\",\n \"type\": \"corporate_match\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"ullamcof86\": \"\",\n \"esse_cd\": \"\"\n }\n }\n ],\n \"program_id\": \"\",\n \"auto_fund\": false,\n \"bypass_chariot_organization_verification\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements" ] }, "description": "Create a disbursement to send money to an organization.\n" }, "response": [ { "id": "5b459e2a-35da-4e57-a1e6-98ae988d0c19", "name": "The disbursement was created", "originalRequest": { "method": "POST", "header": [ { "description": "A client-generated identifier for the request. Replays with the same key return `409 Conflict`. The successfully created disbursement can later be located via `GET /v1/disbursements?idempotency_key=...`.\n\nWe recommend supplying your own unique identifier for the disbursement in your system, so you can later look it up by an ID you already track.", "key": "Idempotency-Key", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"organization_id\": \"\",\n \"amount\": \"\",\n \"transactions\": [\n {\n \"amount\": \"\",\n \"type\": \"corporate_match\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"cillum_4\": \"\",\n \"nisie2\": \"\"\n }\n },\n {\n \"amount\": \"\",\n \"type\": \"corporate_match\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"ullamcof86\": \"\",\n \"esse_cd\": \"\"\n }\n }\n ],\n \"program_id\": \"\",\n \"auto_fund\": false,\n \"bypass_chariot_organization_verification\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Location", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"organization_id\": \"\",\n \"program_id\": \"\",\n \"amount\": \"\",\n \"organization\": {\n \"id\": \"\",\n \"ein\": \"\",\n \"name\": \"\",\n \"parent_organization_id\": \"\",\n \"physical_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"classification\": {\n \"group_exemption_number\": \"\",\n \"subsection_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"filing_requirement_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"foundation_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"affiliation_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"organization_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"exempt_status_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"deductibility_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ntee_code\": {\n \"code\": \"\",\n \"description\": \"\",\n \"parent_code\": \"\",\n \"parent_description\": \"\"\n },\n \"naics_code\": {\n \"naics2\": \"\",\n \"naics2_description\": \"\",\n \"naics4\": \"\",\n \"naics4_description\": \"\",\n \"naics6\": \"\",\n \"naics6_description\": \"\"\n }\n },\n \"compliance\": {\n \"daf_eligible\": \"\",\n \"irs_pub_78\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"ofac\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"foundation_code\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"california_attorney_general_registry\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"california_franchise_tax_board\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n }\n },\n \"mission_statement\": \"\",\n \"web\": {\n \"domain\": \"\"\n },\n \"brand\": {\n \"icon_url\": \"\",\n \"logo_url\": \"\"\n },\n \"officers\": [\n {\n \"name\": \"\",\n \"title\": \"\"\n },\n {\n \"name\": \"\",\n \"title\": \"\"\n }\n ],\n \"claimed\": \"\",\n \"incorporation\": {\n \"formation_year\": \"\",\n \"state\": \"\",\n \"ruling_date\": \"\"\n }\n },\n \"description\": \"\",\n \"auto_fund\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"status\": \"submitted\",\n \"cancelation\": {\n \"canceled_by\": \"\",\n \"canceled_at\": \"\"\n },\n \"approval\": {\n \"approved_by\": \"\",\n \"approved_at\": \"\"\n },\n \"rejection\": {\n \"reason\": \"suspected_fraud\",\n \"rejected_at\": \"\"\n },\n \"verification\": {\n \"verified_at\": \"\"\n },\n \"stop\": {\n \"stopped_by\": \"\",\n \"stopped_at\": \"\"\n },\n \"program_details\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"transfers\": [\n {\n \"account_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"pending_approval\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"ach_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"completed\",\n \"created_at\": \"\",\n \"direction\": \"credit\",\n \"standard_entry_class_code\": \"prearranged_payments_and_deposit\",\n \"company_entry_description\": \"\",\n \"trace_number\": \"\",\n \"effective_date\": \"\",\n \"submitted_at\": \"\",\n \"settled_at\": \"\",\n \"rejected_at\": \"\",\n \"returned_at\": \"\",\n \"updated_at\": \"\"\n },\n \"check_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"issued\",\n \"mailing_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"memo\": \"\",\n \"recipient_name\": \"\",\n \"created_at\": \"\",\n \"note\": \"\",\n \"check_number\": \"\",\n \"bank_of_first_deposit_routing_number\": \"\",\n \"postal_tracking_updates\": [\n {\n \"id\": \"\",\n \"event_type\": \"delivered\",\n \"created_at\": \"\"\n },\n {\n \"id\": \"\",\n \"event_type\": \"in_transit\",\n \"created_at\": \"\"\n }\n ],\n \"submitted_at\": \"\",\n \"canceled_at\": \"\",\n \"stopped_at\": \"\",\n \"deposited_at\": \"\",\n \"updated_at\": \"\"\n },\n \"real_time_payments_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"submitted\",\n \"creditor_name\": \"\",\n \"remittance_information\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"transaction_identification\": \"\",\n \"submitted_at\": \"\",\n \"acknowledged_at\": \"\",\n \"rejected_at\": \"\"\n }\n },\n {\n \"account_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"complete\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"ach_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"completed\",\n \"created_at\": \"\",\n \"direction\": \"debit\",\n \"standard_entry_class_code\": \"corporate_credit_or_debit\",\n \"company_entry_description\": \"\",\n \"trace_number\": \"\",\n \"effective_date\": \"\",\n \"submitted_at\": \"\",\n \"settled_at\": \"\",\n \"rejected_at\": \"\",\n \"returned_at\": \"\",\n \"updated_at\": \"\"\n },\n \"check_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"returned\",\n \"mailing_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"memo\": \"\",\n \"recipient_name\": \"\",\n \"created_at\": \"\",\n \"note\": \"\",\n \"check_number\": \"\",\n \"bank_of_first_deposit_routing_number\": \"\",\n \"postal_tracking_updates\": [\n {\n \"id\": \"\",\n \"event_type\": \"processed_for_delivery\",\n \"created_at\": \"\"\n },\n {\n \"id\": \"\",\n \"event_type\": \"returned_to_sender\",\n \"created_at\": \"\"\n }\n ],\n \"submitted_at\": \"\",\n \"canceled_at\": \"\",\n \"stopped_at\": \"\",\n \"deposited_at\": \"\",\n \"updated_at\": \"\"\n },\n \"real_time_payments_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"pending_submission\",\n \"creditor_name\": \"\",\n \"remittance_information\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"transaction_identification\": \"\",\n \"submitted_at\": \"\",\n \"acknowledged_at\": \"\",\n \"rejected_at\": \"\"\n }\n }\n ],\n \"bypass_chariot_organization_verification\": \"\",\n \"transactions\": [\n {\n \"amount\": \"\",\n \"net_amount\": \"\",\n \"type\": \"donor_advised_fund_grant\",\n \"id\": \"\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"metadata\": {\n \"Lorem_3\": \"\",\n \"voluptateb2\": \"\"\n }\n },\n {\n \"amount\": \"\",\n \"net_amount\": \"\",\n \"type\": \"corporate_match\",\n \"id\": \"\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"metadata\": {\n \"nostrud_04\": \"\"\n }\n }\n ],\n \"idempotency_key\": \"\"\n}", "createdAt": "2026-07-28T01:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-5b459e2a-35da-4e57-a1e6-98ae988d0c19" }, { "id": "93a4c29c-9988-4817-ba59-dc88a56f7c45", "name": "The request is invalid or contains invalid parameters", "originalRequest": { "method": "POST", "header": [ { "description": "A client-generated identifier for the request. Replays with the same key return `409 Conflict`. The successfully created disbursement can later be located via `GET /v1/disbursements?idempotency_key=...`.\n\nWe recommend supplying your own unique identifier for the disbursement in your system, so you can later look it up by an ID you already track.", "key": "Idempotency-Key", "value": "" }, { "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 \"organization_id\": \"\",\n \"amount\": \"\",\n \"transactions\": [\n {\n \"amount\": \"\",\n \"type\": \"corporate_match\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"cillum_4\": \"\",\n \"nisie2\": \"\"\n }\n },\n {\n \"amount\": \"\",\n \"type\": \"corporate_match\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"ullamcof86\": \"\",\n \"esse_cd\": \"\"\n }\n }\n ],\n \"program_id\": \"\",\n \"auto_fund\": false,\n \"bypass_chariot_organization_verification\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements" ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-93a4c29c-9988-4817-ba59-dc88a56f7c45" }, { "id": "265ecd79-12f3-4cd0-99fd-0ee22ce9b360", "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": [ { "description": "A client-generated identifier for the request. Replays with the same key return `409 Conflict`. The successfully created disbursement can later be located via `GET /v1/disbursements?idempotency_key=...`.\n\nWe recommend supplying your own unique identifier for the disbursement in your system, so you can later look it up by an ID you already track.", "key": "Idempotency-Key", "value": "" }, { "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 \"organization_id\": \"\",\n \"amount\": \"\",\n \"transactions\": [\n {\n \"amount\": \"\",\n \"type\": \"corporate_match\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"cillum_4\": \"\",\n \"nisie2\": \"\"\n }\n },\n {\n \"amount\": \"\",\n \"type\": \"corporate_match\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"ullamcof86\": \"\",\n \"esse_cd\": \"\"\n }\n }\n ],\n \"program_id\": \"\",\n \"auto_fund\": false,\n \"bypass_chariot_organization_verification\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements" ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-265ecd79-12f3-4cd0-99fd-0ee22ce9b360" }, { "id": "c8b70051-3825-4b55-9428-9f59d6340781", "name": "Access denied", "originalRequest": { "method": "POST", "header": [ { "description": "A client-generated identifier for the request. Replays with the same key return `409 Conflict`. The successfully created disbursement can later be located via `GET /v1/disbursements?idempotency_key=...`.\n\nWe recommend supplying your own unique identifier for the disbursement in your system, so you can later look it up by an ID you already track.", "key": "Idempotency-Key", "value": "" }, { "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 \"organization_id\": \"\",\n \"amount\": \"\",\n \"transactions\": [\n {\n \"amount\": \"\",\n \"type\": \"corporate_match\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"cillum_4\": \"\",\n \"nisie2\": \"\"\n }\n },\n {\n \"amount\": \"\",\n \"type\": \"corporate_match\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"ullamcof86\": \"\",\n \"esse_cd\": \"\"\n }\n }\n ],\n \"program_id\": \"\",\n \"auto_fund\": false,\n \"bypass_chariot_organization_verification\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements" ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-c8b70051-3825-4b55-9428-9f59d6340781" }, { "id": "85dd7498-ba80-477c-9a3b-f22a0b158325", "name": "Resource Conflicts", "originalRequest": { "method": "POST", "header": [ { "description": "A client-generated identifier for the request. Replays with the same key return `409 Conflict`. The successfully created disbursement can later be located via `GET /v1/disbursements?idempotency_key=...`.\n\nWe recommend supplying your own unique identifier for the disbursement in your system, so you can later look it up by an ID you already track.", "key": "Idempotency-Key", "value": "" }, { "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 \"organization_id\": \"\",\n \"amount\": \"\",\n \"transactions\": [\n {\n \"amount\": \"\",\n \"type\": \"corporate_match\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"cillum_4\": \"\",\n \"nisie2\": \"\"\n }\n },\n {\n \"amount\": \"\",\n \"type\": \"corporate_match\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"ullamcof86\": \"\",\n \"esse_cd\": \"\"\n }\n }\n ],\n \"program_id\": \"\",\n \"auto_fund\": false,\n \"bypass_chariot_organization_verification\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements" ] } }, "status": "Conflict", "code": 409, "_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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-85dd7498-ba80-477c-9a3b-f22a0b158325" }, { "id": "2cc23828-3904-4652-9a3f-3922fa084203", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "description": "A client-generated identifier for the request. Replays with the same key return `409 Conflict`. The successfully created disbursement can later be located via `GET /v1/disbursements?idempotency_key=...`.\n\nWe recommend supplying your own unique identifier for the disbursement in your system, so you can later look it up by an ID you already track.", "key": "Idempotency-Key", "value": "" }, { "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 \"organization_id\": \"\",\n \"amount\": \"\",\n \"transactions\": [\n {\n \"amount\": \"\",\n \"type\": \"corporate_match\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"cillum_4\": \"\",\n \"nisie2\": \"\"\n }\n },\n {\n \"amount\": \"\",\n \"type\": \"corporate_match\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"metadata\": {\n \"ullamcof86\": \"\",\n \"esse_cd\": \"\"\n }\n }\n ],\n \"program_id\": \"\",\n \"auto_fund\": false,\n \"bypass_chariot_organization_verification\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/disbursements", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements" ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-2cc23828-3904-4652-9a3f-3922fa084203" } ], "createdAt": "2026-07-28T01:19:26.000Z", "updatedAt": "2026-07-28T01:19:26.000Z", "uid": "35240-f128f2a5-3980-45fc-b7b4-b559667289af" }, { "name": "List disbursements", "id": "8863cbcb-4ec5-4190-b3ea-bd1931ea5231", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/disbursements?organization_id=&page_limit=&next_page_token=&includes=&idempotency_key=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements" ], "query": [ { "description": "The unique identifier for the organization", "key": "organization_id", "value": "" }, { "description": "Limit the size of the list that is returned. The default (and maximum) is 100 objects.", "key": "page_limit", "value": "" }, { "description": "A token to use to retrieve the next page of results. This is useful for paginating over many pages of results. If set, all other arguments are expected to be kept the same as previous calls and the value of this field should be from the nextPageToken in the previous response.", "key": "next_page_token", "value": "" }, { "description": "A comma separated list of fields to include in the response.\nPossible values include:\n - `organization`: Include the organization object in the response.", "key": "includes", "value": "" }, { "description": "Filter to the disbursement created with this exact `Idempotency-Key` header on `POST /v1/disbursements`. Useful for recovering the result of a create request when the response was lost (e.g. network timeout). Returns at most one disbursement. Disbursements created via `POST /v1/disbursements/bulk` cannot be looked up this way.", "key": "idempotency_key", "value": "" } ] }, "description": "Returns a list of disbursements.\n" }, "response": [ { "id": "08a9a24e-776e-41a5-b882-5f0a26b3a432", "name": "The response for Disbursements.list", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/disbursements?organization_id=&page_limit=&next_page_token=&includes=&idempotency_key=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements" ], "query": [ { "description": "The unique identifier for the organization", "key": "organization_id", "value": "" }, { "description": "Limit the size of the list that is returned. The default (and maximum) is 100 objects.", "key": "page_limit", "value": "" }, { "description": "A token to use to retrieve the next page of results. This is useful for paginating over many pages of results. If set, all other arguments are expected to be kept the same as previous calls and the value of this field should be from the nextPageToken in the previous response.", "key": "next_page_token", "value": "" }, { "description": "A comma separated list of fields to include in the response.\nPossible values include:\n - `organization`: Include the organization object in the response.", "key": "includes", "value": "" }, { "description": "Filter to the disbursement created with this exact `Idempotency-Key` header on `POST /v1/disbursements`. Useful for recovering the result of a create request when the response was lost (e.g. network timeout). Returns at most one disbursement. Disbursements created via `POST /v1/disbursements/bulk` cannot be looked up this way.", "key": "idempotency_key", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"id\": \"\",\n \"organization_id\": \"\",\n \"program_id\": \"\",\n \"amount\": \"\",\n \"organization\": {\n \"id\": \"\",\n \"ein\": \"\",\n \"name\": \"\",\n \"parent_organization_id\": \"\",\n \"physical_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"classification\": {\n \"group_exemption_number\": \"\",\n \"subsection_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"filing_requirement_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"foundation_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"affiliation_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"organization_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"exempt_status_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"deductibility_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ntee_code\": {\n \"code\": \"\",\n \"description\": \"\",\n \"parent_code\": \"\",\n \"parent_description\": \"\"\n },\n \"naics_code\": {\n \"naics2\": \"\",\n \"naics2_description\": \"\",\n \"naics4\": \"\",\n \"naics4_description\": \"\",\n \"naics6\": \"\",\n \"naics6_description\": \"\"\n }\n },\n \"compliance\": {\n \"daf_eligible\": \"\",\n \"irs_pub_78\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"ofac\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"foundation_code\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"california_attorney_general_registry\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"california_franchise_tax_board\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n }\n },\n \"mission_statement\": \"\",\n \"web\": {\n \"domain\": \"\"\n },\n \"brand\": {\n \"icon_url\": \"\",\n \"logo_url\": \"\"\n },\n \"officers\": [\n {\n \"name\": \"\",\n \"title\": \"\"\n },\n {\n \"name\": \"\",\n \"title\": \"\"\n }\n ],\n \"claimed\": \"\",\n \"incorporation\": {\n \"formation_year\": \"\",\n \"state\": \"\",\n \"ruling_date\": \"\"\n }\n },\n \"description\": \"\",\n \"auto_fund\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"status\": \"failed\",\n \"cancelation\": {\n \"canceled_by\": \"\",\n \"canceled_at\": \"\"\n },\n \"approval\": {\n \"approved_by\": \"\",\n \"approved_at\": \"\"\n },\n \"rejection\": {\n \"reason\": \"incorrect_recipient\",\n \"rejected_at\": \"\"\n },\n \"verification\": {\n \"verified_at\": \"\"\n },\n \"stop\": {\n \"stopped_by\": \"\",\n \"stopped_at\": \"\"\n },\n \"program_details\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"transfers\": [\n {\n \"account_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"canceled\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"ach_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"rejected\",\n \"created_at\": \"\",\n \"direction\": \"debit\",\n \"standard_entry_class_code\": \"corporate_credit_or_debit\",\n \"company_entry_description\": \"\",\n \"trace_number\": \"\",\n \"effective_date\": \"\",\n \"submitted_at\": \"\",\n \"settled_at\": \"\",\n \"rejected_at\": \"\",\n \"returned_at\": \"\",\n \"updated_at\": \"\"\n },\n \"check_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"pending\",\n \"mailing_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"memo\": \"\",\n \"recipient_name\": \"\",\n \"created_at\": \"\",\n \"note\": \"\",\n \"check_number\": \"\",\n \"bank_of_first_deposit_routing_number\": \"\",\n \"postal_tracking_updates\": [\n {\n \"id\": \"\",\n \"event_type\": \"in_transit\",\n \"created_at\": \"\"\n },\n {\n \"id\": \"\",\n \"event_type\": \"processed_for_delivery\",\n \"created_at\": \"\"\n }\n ],\n \"submitted_at\": \"\",\n \"canceled_at\": \"\",\n \"stopped_at\": \"\",\n \"deposited_at\": \"\",\n \"updated_at\": \"\"\n },\n \"real_time_payments_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"rejected\",\n \"creditor_name\": \"\",\n \"remittance_information\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"transaction_identification\": \"\",\n \"submitted_at\": \"\",\n \"acknowledged_at\": \"\",\n \"rejected_at\": \"\"\n }\n },\n {\n \"account_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"canceled\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"ach_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"rejected\",\n \"created_at\": \"\",\n \"direction\": \"credit\",\n \"standard_entry_class_code\": \"corporate_credit_or_debit\",\n \"company_entry_description\": \"\",\n \"trace_number\": \"\",\n \"effective_date\": \"\",\n \"submitted_at\": \"\",\n \"settled_at\": \"\",\n \"rejected_at\": \"\",\n \"returned_at\": \"\",\n \"updated_at\": \"\"\n },\n \"check_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"canceled\",\n \"mailing_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"memo\": \"\",\n \"recipient_name\": \"\",\n \"created_at\": \"\",\n \"note\": \"\",\n \"check_number\": \"\",\n \"bank_of_first_deposit_routing_number\": \"\",\n \"postal_tracking_updates\": [\n {\n \"id\": \"\",\n \"event_type\": \"in_transit\",\n \"created_at\": \"\"\n },\n {\n \"id\": \"\",\n \"event_type\": \"processed_for_delivery\",\n \"created_at\": \"\"\n }\n ],\n \"submitted_at\": \"\",\n \"canceled_at\": \"\",\n \"stopped_at\": \"\",\n \"deposited_at\": \"\",\n \"updated_at\": \"\"\n },\n \"real_time_payments_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"rejected\",\n \"creditor_name\": \"\",\n \"remittance_information\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"transaction_identification\": \"\",\n \"submitted_at\": \"\",\n \"acknowledged_at\": \"\",\n \"rejected_at\": \"\"\n }\n }\n ],\n \"bypass_chariot_organization_verification\": \"\",\n \"transactions\": [\n {\n \"amount\": \"\",\n \"net_amount\": \"\",\n \"type\": \"corporate_match\",\n \"id\": \"\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"metadata\": {\n \"etea\": \"\"\n }\n },\n {\n \"amount\": \"\",\n \"net_amount\": \"\",\n \"type\": \"donor_advised_fund_grant\",\n \"id\": \"\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"metadata\": {\n \"Lorem_de\": \"\",\n \"quiseb6\": \"\"\n }\n }\n ],\n \"idempotency_key\": \"\"\n },\n {\n \"id\": \"\",\n \"organization_id\": \"\",\n \"program_id\": \"\",\n \"amount\": \"\",\n \"organization\": {\n \"id\": \"\",\n \"ein\": \"\",\n \"name\": \"\",\n \"parent_organization_id\": \"\",\n \"physical_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"classification\": {\n \"group_exemption_number\": \"\",\n \"subsection_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"filing_requirement_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"foundation_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"affiliation_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"organization_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"exempt_status_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"deductibility_code\": {\n \"name\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ntee_code\": {\n \"code\": \"\",\n \"description\": \"\",\n \"parent_code\": \"\",\n \"parent_description\": \"\"\n },\n \"naics_code\": {\n \"naics2\": \"\",\n \"naics2_description\": \"\",\n \"naics4\": \"\",\n \"naics4_description\": \"\",\n \"naics6\": \"\",\n \"naics6_description\": \"\"\n }\n },\n \"compliance\": {\n \"daf_eligible\": \"\",\n \"irs_pub_78\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"ofac\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"foundation_code\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"california_attorney_general_registry\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n },\n \"california_franchise_tax_board\": {\n \"compliant\": \"\",\n \"reason\": \"\",\n \"last_found_at\": \"\"\n }\n },\n \"mission_statement\": \"\",\n \"web\": {\n \"domain\": \"\"\n },\n \"brand\": {\n \"icon_url\": \"\",\n \"logo_url\": \"\"\n },\n \"officers\": [\n {\n \"name\": \"\",\n \"title\": \"\"\n },\n {\n \"name\": \"\",\n \"title\": \"\"\n }\n ],\n \"claimed\": \"\",\n \"incorporation\": {\n \"formation_year\": \"\",\n \"state\": \"\",\n \"ruling_date\": \"\"\n }\n },\n \"description\": \"\",\n \"auto_fund\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"status\": \"awaiting_account_claim\",\n \"cancelation\": {\n \"canceled_by\": \"\",\n \"canceled_at\": \"\"\n },\n \"approval\": {\n \"approved_by\": \"\",\n \"approved_at\": \"\"\n },\n \"rejection\": {\n \"reason\": \"requested_by_user\",\n \"rejected_at\": \"\"\n },\n \"verification\": {\n \"verified_at\": \"\"\n },\n \"stop\": {\n \"stopped_by\": \"\",\n \"stopped_at\": \"\"\n },\n \"program_details\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"transfers\": [\n {\n \"account_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"canceled\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"ach_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"rejected\",\n \"created_at\": \"\",\n \"direction\": \"debit\",\n \"standard_entry_class_code\": \"internet_initiated\",\n \"company_entry_description\": \"\",\n \"trace_number\": \"\",\n \"effective_date\": \"\",\n \"submitted_at\": \"\",\n \"settled_at\": \"\",\n \"rejected_at\": \"\",\n \"returned_at\": \"\",\n \"updated_at\": \"\"\n },\n \"check_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"rejected\",\n \"mailing_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"memo\": \"\",\n \"recipient_name\": \"\",\n \"created_at\": \"\",\n \"note\": \"\",\n \"check_number\": \"\",\n \"bank_of_first_deposit_routing_number\": \"\",\n \"postal_tracking_updates\": [\n {\n \"id\": \"\",\n \"event_type\": \"returned_to_sender\",\n \"created_at\": \"\"\n },\n {\n \"id\": \"\",\n \"event_type\": \"in_transit\",\n \"created_at\": \"\"\n }\n ],\n \"submitted_at\": \"\",\n \"canceled_at\": \"\",\n \"stopped_at\": \"\",\n \"deposited_at\": \"\",\n \"updated_at\": \"\"\n },\n \"real_time_payments_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"pending_submission\",\n \"creditor_name\": \"\",\n \"remittance_information\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"transaction_identification\": \"\",\n \"submitted_at\": \"\",\n \"acknowledged_at\": \"\",\n \"rejected_at\": \"\"\n }\n },\n {\n \"account_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"complete\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"ach_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"returned\",\n \"created_at\": \"\",\n \"direction\": \"credit\",\n \"standard_entry_class_code\": \"corporate_credit_or_debit\",\n \"company_entry_description\": \"\",\n \"trace_number\": \"\",\n \"effective_date\": \"\",\n \"submitted_at\": \"\",\n \"settled_at\": \"\",\n \"rejected_at\": \"\",\n \"returned_at\": \"\",\n \"updated_at\": \"\"\n },\n \"check_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"rejected\",\n \"mailing_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n },\n \"memo\": \"\",\n \"recipient_name\": \"\",\n \"created_at\": \"\",\n \"note\": \"\",\n \"check_number\": \"\",\n \"bank_of_first_deposit_routing_number\": \"\",\n \"postal_tracking_updates\": [\n {\n \"id\": \"\",\n \"event_type\": \"processed_for_delivery\",\n \"created_at\": \"\"\n },\n {\n \"id\": \"\",\n \"event_type\": \"in_transit\",\n \"created_at\": \"\"\n }\n ],\n \"submitted_at\": \"\",\n \"canceled_at\": \"\",\n \"stopped_at\": \"\",\n \"deposited_at\": \"\",\n \"updated_at\": \"\"\n },\n \"real_time_payments_transfer\": {\n \"transfer_id\": \"\",\n \"amount\": \"\",\n \"status\": \"complete\",\n \"creditor_name\": \"\",\n \"remittance_information\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"transaction_identification\": \"\",\n \"submitted_at\": \"\",\n \"acknowledged_at\": \"\",\n \"rejected_at\": \"\"\n }\n }\n ],\n \"bypass_chariot_organization_verification\": \"\",\n \"transactions\": [\n {\n \"amount\": \"\",\n \"net_amount\": \"\",\n \"type\": \"donor_advised_fund_grant\",\n \"id\": \"\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"metadata\": {\n \"dolore1a\": \"\",\n \"nisi_6f\": \"\"\n }\n },\n {\n \"amount\": \"\",\n \"net_amount\": \"\",\n \"type\": \"donor_advised_fund_grant\",\n \"id\": \"\",\n \"internal_transaction_id\": \"\",\n \"fee_amount\": \"\",\n \"purpose\": \"\",\n \"note\": \"\",\n \"recipient_name\": \"\",\n \"donors\": {\n \"primary_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n },\n \"joint_donor\": {\n \"full_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\",\n \"line2\": \"\"\n }\n }\n },\n \"daf_grant\": {\n \"fund_name\": \"\"\n },\n \"corporate_match\": {\n \"company_name\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"metadata\": {\n \"aliqua0\": \"\",\n \"ipsum_11\": \"\"\n }\n }\n ],\n \"idempotency_key\": \"\"\n }\n ],\n \"next_page_token\": \"\"\n}", "createdAt": "2026-07-28T01:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-08a9a24e-776e-41a5-b882-5f0a26b3a432" }, { "id": "feaf915c-4657-4b79-b515-b8f0b338a1d7", "name": "The request is invalid or contains invalid parameters", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/disbursements?organization_id=&page_limit=&next_page_token=&includes=&idempotency_key=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements" ], "query": [ { "description": "The unique identifier for the organization", "key": "organization_id", "value": "" }, { "description": "Limit the size of the list that is returned. The default (and maximum) is 100 objects.", "key": "page_limit", "value": "" }, { "description": "A token to use to retrieve the next page of results. This is useful for paginating over many pages of results. If set, all other arguments are expected to be kept the same as previous calls and the value of this field should be from the nextPageToken in the previous response.", "key": "next_page_token", "value": "" }, { "description": "A comma separated list of fields to include in the response.\nPossible values include:\n - `organization`: Include the organization object in the response.", "key": "includes", "value": "" }, { "description": "Filter to the disbursement created with this exact `Idempotency-Key` header on `POST /v1/disbursements`. Useful for recovering the result of a create request when the response was lost (e.g. network timeout). Returns at most one disbursement. Disbursements created via `POST /v1/disbursements/bulk` cannot be looked up this way.", "key": "idempotency_key", "value": "" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-feaf915c-4657-4b79-b515-b8f0b338a1d7" }, { "id": "2f76205b-590c-45f6-87b0-0722b7dec4d8", "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": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/disbursements?organization_id=&page_limit=&next_page_token=&includes=&idempotency_key=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements" ], "query": [ { "description": "The unique identifier for the organization", "key": "organization_id", "value": "" }, { "description": "Limit the size of the list that is returned. The default (and maximum) is 100 objects.", "key": "page_limit", "value": "" }, { "description": "A token to use to retrieve the next page of results. This is useful for paginating over many pages of results. If set, all other arguments are expected to be kept the same as previous calls and the value of this field should be from the nextPageToken in the previous response.", "key": "next_page_token", "value": "" }, { "description": "A comma separated list of fields to include in the response.\nPossible values include:\n - `organization`: Include the organization object in the response.", "key": "includes", "value": "" }, { "description": "Filter to the disbursement created with this exact `Idempotency-Key` header on `POST /v1/disbursements`. Useful for recovering the result of a create request when the response was lost (e.g. network timeout). Returns at most one disbursement. Disbursements created via `POST /v1/disbursements/bulk` cannot be looked up this way.", "key": "idempotency_key", "value": "" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-2f76205b-590c-45f6-87b0-0722b7dec4d8" }, { "id": "c4e7327a-8eab-4413-857b-dab8e51014be", "name": "Access denied", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/disbursements?organization_id=&page_limit=&next_page_token=&includes=&idempotency_key=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements" ], "query": [ { "description": "The unique identifier for the organization", "key": "organization_id", "value": "" }, { "description": "Limit the size of the list that is returned. The default (and maximum) is 100 objects.", "key": "page_limit", "value": "" }, { "description": "A token to use to retrieve the next page of results. This is useful for paginating over many pages of results. If set, all other arguments are expected to be kept the same as previous calls and the value of this field should be from the nextPageToken in the previous response.", "key": "next_page_token", "value": "" }, { "description": "A comma separated list of fields to include in the response.\nPossible values include:\n - `organization`: Include the organization object in the response.", "key": "includes", "value": "" }, { "description": "Filter to the disbursement created with this exact `Idempotency-Key` header on `POST /v1/disbursements`. Useful for recovering the result of a create request when the response was lost (e.g. network timeout). Returns at most one disbursement. Disbursements created via `POST /v1/disbursements/bulk` cannot be looked up this way.", "key": "idempotency_key", "value": "" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-c4e7327a-8eab-4413-857b-dab8e51014be" }, { "id": "ca5fee3b-257e-40a6-95d1-50153b74cfe5", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/disbursements?organization_id=&page_limit=&next_page_token=&includes=&idempotency_key=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "disbursements" ], "query": [ { "description": "The unique identifier for the organization", "key": "organization_id", "value": "" }, { "description": "Limit the size of the list that is returned. The default (and maximum) is 100 objects.", "key": "page_limit", "value": "" }, { "description": "A token to use to retrieve the next page of results. This is useful for paginating over many pages of results. If set, all other arguments are expected to be kept the same as previous calls and the value of this field should be from the nextPageToken in the previous response.", "key": "next_page_token", "value": "" }, { "description": "A comma separated list of fields to include in the response.\nPossible values include:\n - `organization`: Include the organization object in the response.", "key": "includes", "value": "" }, { "description": "Filter to the disbursement created with this exact `Idempotency-Key` header on `POST /v1/disbursements`. Useful for recovering the result of a create request when the response was lost (e.g. network timeout). Returns at most one disbursement. Disbursements created via `POST /v1/disbursements/bulk` cannot be looked up this way.", "key": "idempotency_key", "value": "" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-ca5fee3b-257e-40a6-95d1-50153b74cfe5" } ], "createdAt": "2026-07-28T01:19:26.000Z", "updatedAt": "2026-07-28T01:19:26.000Z", "uid": "35240-8863cbcb-4ec5-4190-b3ea-bd1931ea5231" } ], "id": "1b296087-d9d2-452d-8de4-275aa9394879", "createdAt": "2026-07-28T01:19:26.000Z", "updatedAt": "2026-07-28T01:19:26.000Z", "uid": "35240-1b296087-d9d2-452d-8de4-275aa9394879" }, { "name": "simulations", "item": [ { "name": "disbursements", "item": [ { "name": "{id}", "item": [ { "name": "complete", "item": [ { "name": "Sandbox: Complete a disbursement", "id": "903262ea-5108-4a36-a669-93dd2561d48d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" } ], "url": { "raw": "{{baseUrl}}/v1/simulations/disbursements/:id/complete", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "disbursements", ":id", "complete" ], "variable": [ { "id": "321d812a-925d-47be-b6b7-b4b0b2d2c161", "key": "id", "value": "", "description": "(Required) The unique identifier for the disbursement" } ] }, "description": "Simulates successful disbursement completion for testing purposes.\nThe disbursement must have a status of `submitted`.\n\nAfter calling this endpoint, the disbursement status will be updated to `completed`.\n\n\nThis API is only available in the sandbox environment.\n\n" }, "response": [ { "id": "637dfddd-dbb9-4cf3-9044-f03050982b08", "name": "The disbursement completion request was accepted", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/simulations/disbursements/:id/complete", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "disbursements", ":id", "complete" ], "variable": [ { "key": "id" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-637dfddd-dbb9-4cf3-9044-f03050982b08" }, { "id": "02f2ee5a-15ab-4779-b107-44627aa06a57", "name": "The request is invalid or contains invalid parameters", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/simulations/disbursements/:id/complete", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "disbursements", ":id", "complete" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-02f2ee5a-15ab-4779-b107-44627aa06a57" }, { "id": "06043678-bf70-4fc3-a545-58fb89f4af71", "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": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/simulations/disbursements/:id/complete", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "disbursements", ":id", "complete" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-06043678-bf70-4fc3-a545-58fb89f4af71" }, { "id": "8afbc19e-242e-4912-ab6e-ee8573077903", "name": "Access denied", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/simulations/disbursements/:id/complete", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "disbursements", ":id", "complete" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-8afbc19e-242e-4912-ab6e-ee8573077903" }, { "id": "501c0d94-0a1c-48a0-8e4a-fb5db4f3493c", "name": "Resource Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/simulations/disbursements/:id/complete", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "disbursements", ":id", "complete" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-501c0d94-0a1c-48a0-8e4a-fb5db4f3493c" }, { "id": "3c542273-310b-4a9e-a51d-b41397d53bbb", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/simulations/disbursements/:id/complete", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "disbursements", ":id", "complete" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-3c542273-310b-4a9e-a51d-b41397d53bbb" } ], "createdAt": "2026-07-28T01:19:26.000Z", "updatedAt": "2026-07-28T01:19:26.000Z", "uid": "35240-903262ea-5108-4a36-a669-93dd2561d48d" } ], "id": "85267c00-6ad6-49f1-83e1-f6b48d1f5fe3", "createdAt": "2026-07-28T01:19:26.000Z", "updatedAt": "2026-07-28T01:19:26.000Z", "uid": "35240-85267c00-6ad6-49f1-83e1-f6b48d1f5fe3" }, { "name": "fail", "item": [ { "name": "Sandbox: Fail a disbursement", "id": "e6581aff-9017-4a9b-bae7-b2048746a59f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" } ], "url": { "raw": "{{baseUrl}}/v1/simulations/disbursements/:id/fail", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "disbursements", ":id", "fail" ], "variable": [ { "id": "7b35742e-47ce-421b-9bfc-14ed4cbbc9df", "key": "id", "value": "", "description": "(Required) The unique identifier for the disbursement" } ] }, "description": "Simulates a payment failure or return for testing purposes.\nThe disbursement must have a status of `submitted`.\nThis only applies for disbursements sent via ACH or check.\n\n- **ACH disbursements**: Status becomes `failed` (payment was returned and cannot be retried)\n- **Check disbursements**: Status becomes `validating_organization` (check was returned). When this happens, Chariot will investigate why the check failed to reach the organization, update any required recipient information (such as mailing address or organization contact details), and automatically reattempt payout once the issue is resolved.\n\n\nThis API is only available in the sandbox environment.\n\n" }, "response": [ { "id": "592f14c3-525b-411b-ad27-08c489482f1f", "name": "The disbursement failure simulation was accepted", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/simulations/disbursements/:id/fail", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "disbursements", ":id", "fail" ], "variable": [ { "key": "id" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-592f14c3-525b-411b-ad27-08c489482f1f" }, { "id": "adcfaa25-e704-4f92-9617-406f52a284c6", "name": "The request is invalid or contains invalid parameters", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/simulations/disbursements/:id/fail", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "disbursements", ":id", "fail" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-adcfaa25-e704-4f92-9617-406f52a284c6" }, { "id": "d13e23c3-902b-4196-9541-1517f1dea917", "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": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/simulations/disbursements/:id/fail", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "disbursements", ":id", "fail" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-d13e23c3-902b-4196-9541-1517f1dea917" }, { "id": "40825712-499e-4119-8ab6-6b3968c46c08", "name": "Access denied", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/simulations/disbursements/:id/fail", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "disbursements", ":id", "fail" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-40825712-499e-4119-8ab6-6b3968c46c08" }, { "id": "a70d061f-47e2-43c5-9afc-d1d0dbe102ab", "name": "Resource Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/simulations/disbursements/:id/fail", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "disbursements", ":id", "fail" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-a70d061f-47e2-43c5-9afc-d1d0dbe102ab" }, { "id": "11645d3a-1994-4aaf-9aaf-9d21a20ec2c9", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/simulations/disbursements/:id/fail", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "disbursements", ":id", "fail" ], "variable": [ { "key": "id" } ] } }, "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:19:27.000Z", "updatedAt": "2026-07-28T01:19:27.000Z", "uid": "35240-11645d3a-1994-4aaf-9aaf-9d21a20ec2c9" } ], "createdAt": "2026-07-28T01:19:26.000Z", "updatedAt": "2026-07-28T01:19:26.000Z", "uid": "35240-e6581aff-9017-4a9b-bae7-b2048746a59f" } ], "id": "e90f0f4e-7156-45fb-ac4a-9ad818b74c1f", "createdAt": "2026-07-28T01:19:26.000Z", "updatedAt": "2026-07-28T01:19:26.000Z", "uid": "35240-e90f0f4e-7156-45fb-ac4a-9ad818b74c1f" } ], "id": "8728738d-fb48-483b-b083-abe23e96c00a", "createdAt": "2026-07-28T01:19:26.000Z", "updatedAt": "2026-07-28T01:19:26.000Z", "uid": "35240-8728738d-fb48-483b-b083-abe23e96c00a" } ], "id": "da3e1122-f1f9-4b5a-b9da-ab4ba8765ad5", "createdAt": "2026-07-28T01:19:26.000Z", "updatedAt": "2026-07-28T01:19:26.000Z", "uid": "35240-da3e1122-f1f9-4b5a-b9da-ab4ba8765ad5" } ], "id": "d38e98f4-db34-46d3-a846-727d93362bbc", "createdAt": "2026-07-28T01:19:26.000Z", "updatedAt": "2026-07-28T01:19:26.000Z", "uid": "35240-d38e98f4-db34-46d3-a846-727d93362bbc" } ], "id": "e9efd52b-a7b2-4cc6-b8b1-b5ce4ceaba1f", "createdAt": "2026-07-28T01:19:26.000Z", "updatedAt": "2026-07-28T01:19:26.000Z", "uid": "35240-e9efd52b-a7b2-4cc6-b8b1-b5ce4ceaba1f" } ], "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" } ] }