{ "info": { "_postman_id": "7c81f23e-2235-4fa8-b705-63b056cf217e", "name": "Chariot FDX Accounts inboundTransfers 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:55.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "lastUpdatedBy": "35240", "uid": "35240-7c81f23e-2235-4fa8-b705-63b056cf217e" }, "item": [ { "name": "v1", "item": [ { "name": "inbound_transfers", "item": [ { "name": "{id}", "item": [ { "name": "cancel", "item": [ { "name": "Cancel an Inbound Transfer", "id": "18906831-0bab-4221-af1d-b27794b7e923", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/inbound_transfers/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers", ":id", "cancel" ], "variable": [ { "id": "e857b525-d140-4fbf-8b2c-80a38c370bbf", "key": "id", "value": "", "description": "(Required) The unique identifier for the inbound transfer" } ] }, "description": "Cancel an inbound transfer.\nReturns the Inbound Transfer object if the cancelation succeeded.\nReturns a 412 Precondition Failed if the Inbound Transfer has already been canceled or cannot be canceled." }, "response": [ { "id": "40002d11-1dd7-4925-8a48-045be84c9226", "name": "The inbound transfer 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/inbound_transfers/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers", ":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 \"amount\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"status\": \"pending\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T01:19:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-40002d11-1dd7-4925-8a48-045be84c9226" }, { "id": "5da0cfcb-78ac-4b1e-8033-211d90663908", "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/inbound_transfers/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers", ":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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-5da0cfcb-78ac-4b1e-8033-211d90663908" }, { "id": "8b667206-541d-44a4-8152-ae321a09bf5a", "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/inbound_transfers/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers", ":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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-8b667206-541d-44a4-8152-ae321a09bf5a" }, { "id": "9444d653-786e-414a-a094-ae9ae44218ce", "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/inbound_transfers/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers", ":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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-9444d653-786e-414a-a094-ae9ae44218ce" }, { "id": "c9164088-5c7e-415a-bf24-9f3656e45dfc", "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/inbound_transfers/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers", ":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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-c9164088-5c7e-415a-bf24-9f3656e45dfc" }, { "id": "aade8108-cdd5-4b87-8785-c8de8c03e041", "name": "Resource Conflicts", "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/inbound_transfers/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers", ":id", "cancel" ], "variable": [ { "key": "id" } ] } }, "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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-aade8108-cdd5-4b87-8785-c8de8c03e041" }, { "id": "ecd2b5e1-a55a-47c3-939c-d8fe6d7fd072", "name": "Precondition Failed", "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/inbound_transfers/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers", ":id", "cancel" ], "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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-ecd2b5e1-a55a-47c3-939c-d8fe6d7fd072" }, { "id": "0bf6a5a9-369f-413d-b82f-175e93492f17", "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/inbound_transfers/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers", ":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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-0bf6a5a9-369f-413d-b82f-175e93492f17" } ], "createdAt": "2026-07-28T01:19:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-18906831-0bab-4221-af1d-b27794b7e923" } ], "id": "aa8023ce-9e92-43ee-8dd2-fb91eb11a3b7", "createdAt": "2026-07-28T01:19:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-aa8023ce-9e92-43ee-8dd2-fb91eb11a3b7" }, { "name": "Get an Inbound Transfer", "id": "850c69de-4540-4d51-a0c3-b3285a7960aa", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/inbound_transfers/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers", ":id" ], "variable": [ { "id": "ae3d2c35-a6d3-460a-80de-9a328287a32e", "key": "id", "value": "", "description": "(Required) The unique identifier for the inbound transfer" } ] }, "description": "Get an inbound transfer by its unique identifier." }, "response": [ { "id": "50f7bfd1-ee1f-4fcd-b024-df8e36c8a45f", "name": "The inbound transfer 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/inbound_transfers/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers", ":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 \"amount\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"status\": \"pending\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T01:19:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-50f7bfd1-ee1f-4fcd-b024-df8e36c8a45f" }, { "id": "0b3ff857-4eef-489d-aac5-1b71832edbd2", "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/inbound_transfers/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers", ":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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-0b3ff857-4eef-489d-aac5-1b71832edbd2" }, { "id": "a74085f5-3bac-416d-ac25-70987a07189a", "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/inbound_transfers/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers", ":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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-a74085f5-3bac-416d-ac25-70987a07189a" }, { "id": "c8319d56-bbd1-4ea1-a3b2-3f6a1ea5042b", "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/inbound_transfers/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers", ":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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-c8319d56-bbd1-4ea1-a3b2-3f6a1ea5042b" }, { "id": "266dec35-707e-4a52-9089-24b531e89cce", "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/inbound_transfers/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers", ":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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-266dec35-707e-4a52-9089-24b531e89cce" }, { "id": "0dbe56ae-1046-47c4-a0e9-5acf921da186", "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/inbound_transfers/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers", ":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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-0dbe56ae-1046-47c4-a0e9-5acf921da186" } ], "createdAt": "2026-07-28T01:19:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-850c69de-4540-4d51-a0c3-b3285a7960aa" } ], "id": "b58e44a1-5ddc-40af-958a-90579ada668f", "createdAt": "2026-07-28T01:19:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-b58e44a1-5ddc-40af-958a-90579ada668f" }, { "name": "Create an Inbound transfer", "id": "6bb7268c-9e63-45d6-ba42-7c4b6b4cd202", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "The idempotency key for the request", "key": "Idempotency-Key", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"account_id\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/inbound_transfers", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers" ] }, "description": "Create an inbound transfer to fund your financial account\nfrom an externally linked bank account.\nIn Production, this requires that an external bank account has been setup\nand verified for your account through the Chariot Dashboard." }, "response": [ { "id": "fbb898ec-9731-4846-a288-5a9480d2cbfd", "name": "The inbound transfer was created", "originalRequest": { "method": "POST", "header": [ { "description": "The idempotency key for the request", "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 \"amount\": \"\",\n \"account_id\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/inbound_transfers", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Location", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Idempotency-Key", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"amount\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"status\": \"pending\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T01:19:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-fbb898ec-9731-4846-a288-5a9480d2cbfd" }, { "id": "31ef155e-651d-4098-aac7-260b7371a152", "name": "The request is invalid or contains invalid parameters", "originalRequest": { "method": "POST", "header": [ { "description": "The idempotency key for the request", "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 \"amount\": \"\",\n \"account_id\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/inbound_transfers", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers" ] } }, "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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-31ef155e-651d-4098-aac7-260b7371a152" }, { "id": "828a27cc-e89e-4004-8441-9d7c5ed7d5ec", "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": "The idempotency key for the request", "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 \"amount\": \"\",\n \"account_id\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/inbound_transfers", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers" ] } }, "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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-828a27cc-e89e-4004-8441-9d7c5ed7d5ec" }, { "id": "618ae05f-979f-49f8-a04f-e2a2bd672472", "name": "Access denied", "originalRequest": { "method": "POST", "header": [ { "description": "The idempotency key for the request", "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 \"amount\": \"\",\n \"account_id\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/inbound_transfers", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers" ] } }, "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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-618ae05f-979f-49f8-a04f-e2a2bd672472" }, { "id": "cb297ca4-f91a-4eff-94b0-f5f5cd856485", "name": "Resource Conflicts", "originalRequest": { "method": "POST", "header": [ { "description": "The idempotency key for the request", "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 \"amount\": \"\",\n \"account_id\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/inbound_transfers", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers" ] } }, "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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-cb297ca4-f91a-4eff-94b0-f5f5cd856485" }, { "id": "6ec00efb-a012-48ba-a018-8d2efa7ffc8e", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "description": "The idempotency key for the request", "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 \"amount\": \"\",\n \"account_id\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/inbound_transfers", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers" ] } }, "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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-6ec00efb-a012-48ba-a018-8d2efa7ffc8e" } ], "createdAt": "2026-07-28T01:19:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-6bb7268c-9e63-45d6-ba42-7c4b6b4cd202" }, { "name": "List Inbound Transfers", "id": "cc3f14ad-e431-4e07-96cd-2f2a47a9871d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/inbound_transfers?limit=&pageToken=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers" ], "query": [ { "description": "Limit the size of the list that is returned. The default (and maximum) is 100 objects.", "key": "limit", "value": "" }, { "description": "The cursor to use for pagination. If not set, the first page of results will be returned.", "key": "pageToken", "value": "" } ] }, "description": "List inbound transfers for your account." }, "response": [ { "id": "30181c48-b7e2-442f-8891-e31510a11067", "name": "The response for InboundTransfers.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/inbound_transfers?limit=&pageToken=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers" ], "query": [ { "description": "Limit the size of the list that is returned. The default (and maximum) is 100 objects.", "key": "limit", "value": "" }, { "description": "The cursor to use for pagination. If not set, the first page of results will be returned.", "key": "pageToken", "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 \"amount\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"status\": \"failed\",\n \"updated_at\": \"\"\n },\n {\n \"id\": \"\",\n \"amount\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"status\": \"failed\",\n \"updated_at\": \"\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "createdAt": "2026-07-28T01:19:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-30181c48-b7e2-442f-8891-e31510a11067" }, { "id": "adaea11c-5868-44da-8d39-51446b705c77", "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/inbound_transfers?limit=&pageToken=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers" ], "query": [ { "description": "Limit the size of the list that is returned. The default (and maximum) is 100 objects.", "key": "limit", "value": "" }, { "description": "The cursor to use for pagination. If not set, the first page of results will be returned.", "key": "pageToken", "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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-adaea11c-5868-44da-8d39-51446b705c77" }, { "id": "4c5e28be-78ae-4e12-b377-d189f6b3c6d0", "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/inbound_transfers?limit=&pageToken=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers" ], "query": [ { "description": "Limit the size of the list that is returned. The default (and maximum) is 100 objects.", "key": "limit", "value": "" }, { "description": "The cursor to use for pagination. If not set, the first page of results will be returned.", "key": "pageToken", "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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-4c5e28be-78ae-4e12-b377-d189f6b3c6d0" }, { "id": "ad54c96b-014b-4ca3-8300-5c0ad8e4dbc2", "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/inbound_transfers?limit=&pageToken=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers" ], "query": [ { "description": "Limit the size of the list that is returned. The default (and maximum) is 100 objects.", "key": "limit", "value": "" }, { "description": "The cursor to use for pagination. If not set, the first page of results will be returned.", "key": "pageToken", "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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-ad54c96b-014b-4ca3-8300-5c0ad8e4dbc2" }, { "id": "ba87e7f2-1177-4f89-a997-9daf8225df5b", "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/inbound_transfers?limit=&pageToken=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers" ], "query": [ { "description": "Limit the size of the list that is returned. The default (and maximum) is 100 objects.", "key": "limit", "value": "" }, { "description": "The cursor to use for pagination. If not set, the first page of results will be returned.", "key": "pageToken", "value": "" } ] } }, "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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-ba87e7f2-1177-4f89-a997-9daf8225df5b" }, { "id": "688ddc42-b310-45ab-a6c6-7c8d2785d918", "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/inbound_transfers?limit=&pageToken=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "inbound_transfers" ], "query": [ { "description": "Limit the size of the list that is returned. The default (and maximum) is 100 objects.", "key": "limit", "value": "" }, { "description": "The cursor to use for pagination. If not set, the first page of results will be returned.", "key": "pageToken", "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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-688ddc42-b310-45ab-a6c6-7c8d2785d918" } ], "createdAt": "2026-07-28T01:19:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-cc3f14ad-e431-4e07-96cd-2f2a47a9871d" } ], "id": "6cd4786e-70a3-4d0b-8b6a-f368cc466115", "createdAt": "2026-07-28T01:19:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-6cd4786e-70a3-4d0b-8b6a-f368cc466115" }, { "name": "simulations", "item": [ { "name": "inbound_transfers", "item": [ { "name": "{id}", "item": [ { "name": "fail", "item": [ { "name": "Sandbox: Fail an Inbound Transfer", "id": "4156accb-e287-4340-8261-f0e876b4fd63", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" } ], "url": { "raw": "{{baseUrl}}/v1/simulations/inbound_transfers/:id/fail", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "inbound_transfers", ":id", "fail" ], "variable": [ { "id": "bc68d649-5b82-48c7-af6a-7a5e6dd73793", "key": "id", "value": "", "description": "(Required) The unique identifier for the inbound transfer" } ] }, "description": "Simulate an inbound transfer failure.\n\n\nThis API is only available in the sandbox environment.\n" }, "response": [ { "id": "ef42ad00-634a-47cc-85fe-088a7087f055", "name": "The inbound transfer failure request was accepted", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/simulations/inbound_transfers/:id/fail", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "inbound_transfers", ":id", "fail" ], "variable": [ { "key": "id" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:19:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-ef42ad00-634a-47cc-85fe-088a7087f055" }, { "id": "25da7b96-09a9-49a2-ba7b-3b05eba83d7e", "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/inbound_transfers/:id/fail", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "inbound_transfers", ":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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-25da7b96-09a9-49a2-ba7b-3b05eba83d7e" }, { "id": "6bff6fac-b1ce-4ae8-8367-10db5f0bd4e6", "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/inbound_transfers/:id/fail", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "inbound_transfers", ":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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-6bff6fac-b1ce-4ae8-8367-10db5f0bd4e6" }, { "id": "70c75a0a-5d07-419a-aabd-521228319e59", "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/inbound_transfers/:id/fail", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "inbound_transfers", ":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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-70c75a0a-5d07-419a-aabd-521228319e59" }, { "id": "4ad3a2a4-8516-4ec8-aa1d-4008447fb654", "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/inbound_transfers/:id/fail", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "inbound_transfers", ":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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-4ad3a2a4-8516-4ec8-aa1d-4008447fb654" }, { "id": "60e66d7a-531f-4071-af84-f4695ec58e5a", "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/inbound_transfers/:id/fail", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "inbound_transfers", ":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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-60e66d7a-531f-4071-af84-f4695ec58e5a" } ], "createdAt": "2026-07-28T01:19:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-4156accb-e287-4340-8261-f0e876b4fd63" } ], "id": "f27394ea-d3f1-49b8-b1c3-9fc9949dd7d9", "createdAt": "2026-07-28T01:19:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-f27394ea-d3f1-49b8-b1c3-9fc9949dd7d9" }, { "name": "complete", "item": [ { "name": "Sandbox: Complete an Inbound Transfer", "id": "534811eb-6540-4d59-a5c2-a2fa16d22207", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" } ], "url": { "raw": "{{baseUrl}}/v1/simulations/inbound_transfers/:id/complete", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "inbound_transfers", ":id", "complete" ], "variable": [ { "id": "6fa54316-3ce4-47ea-8994-fccf90973ac0", "key": "id", "value": "", "description": "(Required) The unique identifier for the inbound transfer" } ] }, "description": "Simulate an inbound transfer completion.\n\n\nThis API is only available in the sandbox environment.\n" }, "response": [ { "id": "df72c5b0-2775-43ff-b89d-5a5ae954b7e4", "name": "The inbound transfer 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/inbound_transfers/:id/complete", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "inbound_transfers", ":id", "complete" ], "variable": [ { "key": "id" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:19:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-df72c5b0-2775-43ff-b89d-5a5ae954b7e4" }, { "id": "16f919e9-4489-407b-97a0-6f91b2d33ca1", "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/inbound_transfers/:id/complete", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "inbound_transfers", ":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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-16f919e9-4489-407b-97a0-6f91b2d33ca1" }, { "id": "72d59d99-9eb8-4129-aee6-1bc94f7e877e", "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/inbound_transfers/:id/complete", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "inbound_transfers", ":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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-72d59d99-9eb8-4129-aee6-1bc94f7e877e" }, { "id": "57727d02-f31a-4516-a218-7ce94121e2c3", "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/inbound_transfers/:id/complete", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "inbound_transfers", ":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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-57727d02-f31a-4516-a218-7ce94121e2c3" }, { "id": "42091d02-96ae-4afc-a0e1-b3a903c71fbd", "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/inbound_transfers/:id/complete", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "inbound_transfers", ":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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-42091d02-96ae-4afc-a0e1-b3a903c71fbd" }, { "id": "42ce2c4b-14dd-4de0-ab2f-6bba86ee93af", "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/inbound_transfers/:id/complete", "host": [ "{{baseUrl}}" ], "path": [ "v1", "simulations", "inbound_transfers", ":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:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-42ce2c4b-14dd-4de0-ab2f-6bba86ee93af" } ], "createdAt": "2026-07-28T01:19:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-534811eb-6540-4d59-a5c2-a2fa16d22207" } ], "id": "2f835fa9-799f-47fa-bbc1-58ce71989322", "createdAt": "2026-07-28T01:19:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-2f835fa9-799f-47fa-bbc1-58ce71989322" } ], "id": "628d09a3-c10c-4426-9f76-4c82f1ba564a", "createdAt": "2026-07-28T01:19:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-628d09a3-c10c-4426-9f76-4c82f1ba564a" } ], "id": "4572c9d5-a2ae-46a8-91e3-6c6d902874f5", "createdAt": "2026-07-28T01:19:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-4572c9d5-a2ae-46a8-91e3-6c6d902874f5" } ], "id": "07f234f7-639c-4f37-b4af-2cd449354ef9", "createdAt": "2026-07-28T01:19:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-07f234f7-639c-4f37-b4af-2cd449354ef9" } ], "id": "be656fcd-2faa-412c-86e0-f5b1b288a170", "createdAt": "2026-07-28T01:19:56.000Z", "updatedAt": "2026-07-28T01:19:56.000Z", "uid": "35240-be656fcd-2faa-412c-86e0-f5b1b288a170" } ], "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" } ] }