{ "info": { "_postman_id": "74646b3c-3e0f-48ac-8db5-f3744acbe854", "name": "Natural Agent Keys Transfers API", "description": "Natural's payments API for autonomous agents.\n\n**Base URL:** `https://api.natural.com`\n\nAI agents, including coding agents, should prefer the hosted MCP server at `https://mcp.natural.com` when an MCP-aware host runs the agent, the Natural CLI for terminal/CI workflows, and the official SDKs for application runtimes they own. Use direct HTTP only for explicit low-level integrations, unsupported SDK gaps, or infrastructure work where REST is required.\n\nFor support: support@natural.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:16:41.000Z", "updatedAt": "2026-07-28T02:16:41.000Z", "lastUpdatedBy": "35240", "uid": "35240-74646b3c-3e0f-48ac-8db5-f3744acbe854" }, "item": [ { "name": "transfers", "item": [ { "name": "deposit", "item": [ { "name": "Initiate deposit", "id": "80c05367-5103-404a-9841-8ce34430e756", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_22d291ac479a513d7c2c6dcd8c759fa5\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_c0aa2e877d9ff31e440bc42fe46272e2\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/deposit", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "deposit" ] }, "description": "Move funds from a linked bank account into a wallet" }, "response": [ { "id": "72b88c73-7ab2-443f-9a76-b1e28473a7f6", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_22d291ac479a513d7c2c6dcd8c759fa5\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_c0aa2e877d9ff31e440bc42fe46272e2\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/deposit", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "deposit" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"type\": \"transfer\",\n \"id\": \"trf_3a4bc3623c9969382e0bd48a892bdcb3\",\n \"attributes\": {\n \"type\": \"internal\",\n \"amount\": \"\",\n \"currency\": \"\",\n \"status\": \"PROCESSING\",\n \"description\": \"\",\n \"externalAccountDisplayMask\": \"\",\n \"expectedAvailableAt\": \"\",\n \"failure\": {\n \"code\": \"\",\n \"reason\": \"\"\n },\n \"return\": {\n \"code\": \"\",\n \"reason\": \"\",\n \"returnedAt\": \"\"\n },\n \"submittedAt\": \"\",\n \"settledAt\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n },\n \"relationships\": {\n \"party\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_afc8f755a8e87c7523c881e6592ff452\"\n }\n },\n \"wallet\": {\n \"data\": {\n \"type\": \"wallet\",\n \"id\": \"wal_61786186e3c9bb7d97dc2053a9d91bc5\"\n }\n },\n \"externalAccount\": {\n \"data\": {\n \"type\": \"externalAccount\",\n \"id\": \"eac_77a74059a7e07d46d2316c235465c3a1\"\n }\n },\n \"transaction\": {\n \"data\": {\n \"type\": \"transaction\",\n \"id\": \"\"\n }\n },\n \"destWallet\": {\n \"data\": {\n \"type\": \"wallet\",\n \"id\": \"wal_ed5bced3604e4513a80140c397b8b324\"\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-72b88c73-7ab2-443f-9a76-b1e28473a7f6" }, { "id": "55cd4f77-c164-4ea8-9f5c-6214a1ef07e8", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_22d291ac479a513d7c2c6dcd8c759fa5\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_c0aa2e877d9ff31e440bc42fe46272e2\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/deposit", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "deposit" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-55cd4f77-c164-4ea8-9f5c-6214a1ef07e8" }, { "id": "9ac162c7-1390-4261-942e-c6b46b2c917c", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_22d291ac479a513d7c2c6dcd8c759fa5\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_c0aa2e877d9ff31e440bc42fe46272e2\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/deposit", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "deposit" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-9ac162c7-1390-4261-942e-c6b46b2c917c" }, { "id": "8c5a58fa-a975-4dde-bd06-533021f3a4d9", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_22d291ac479a513d7c2c6dcd8c759fa5\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_c0aa2e877d9ff31e440bc42fe46272e2\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/deposit", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "deposit" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-8c5a58fa-a975-4dde-bd06-533021f3a4d9" }, { "id": "6441b032-b912-4202-bfd7-4330d042f60c", "name": "Not Found. Returned when the resource does not exist, or when it exists but is not accessible to your account. The two cases are intentionally indistinguishable, so that resource IDs cannot be enumerated by probing.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_22d291ac479a513d7c2c6dcd8c759fa5\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_c0aa2e877d9ff31e440bc42fe46272e2\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/deposit", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "deposit" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-6441b032-b912-4202-bfd7-4330d042f60c" }, { "id": "d7371760-90f3-47a5-946d-44bdc0bf075c", "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_22d291ac479a513d7c2c6dcd8c759fa5\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_c0aa2e877d9ff31e440bc42fe46272e2\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/deposit", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "deposit" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-d7371760-90f3-47a5-946d-44bdc0bf075c" }, { "id": "a8aa466e-7fce-4f93-bd94-adc140c9973e", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_22d291ac479a513d7c2c6dcd8c759fa5\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_c0aa2e877d9ff31e440bc42fe46272e2\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/deposit", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "deposit" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-a8aa466e-7fce-4f93-bd94-adc140c9973e" }, { "id": "1cd40ec7-582f-49fc-9904-b58845c625ea", "name": "Precondition Required", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_22d291ac479a513d7c2c6dcd8c759fa5\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_c0aa2e877d9ff31e440bc42fe46272e2\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/deposit", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "deposit" ] } }, "status": "Precondition Required", "code": 428, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-1cd40ec7-582f-49fc-9904-b58845c625ea" }, { "id": "61deb54e-23f7-441a-8ea9-696f9b175539", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_22d291ac479a513d7c2c6dcd8c759fa5\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_c0aa2e877d9ff31e440bc42fe46272e2\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/deposit", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "deposit" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Seconds to wait before retrying.", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-61deb54e-23f7-441a-8ea9-696f9b175539" }, { "id": "1faec9ae-dbf9-47f5-8bde-a3fbf14ef234", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_22d291ac479a513d7c2c6dcd8c759fa5\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_c0aa2e877d9ff31e440bc42fe46272e2\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/deposit", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "deposit" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-1faec9ae-dbf9-47f5-8bde-a3fbf14ef234" }, { "id": "8dda5ca4-b90e-4288-af0e-65a8763fc234", "name": "Not Implemented", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_22d291ac479a513d7c2c6dcd8c759fa5\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_c0aa2e877d9ff31e440bc42fe46272e2\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/deposit", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "deposit" ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-8dda5ca4-b90e-4288-af0e-65a8763fc234" }, { "id": "bd29c72f-1f70-4249-bd74-82eae028ca1b", "name": "Bad Gateway", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_22d291ac479a513d7c2c6dcd8c759fa5\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_c0aa2e877d9ff31e440bc42fe46272e2\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/deposit", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "deposit" ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-bd29c72f-1f70-4249-bd74-82eae028ca1b" }, { "id": "14a21cce-3807-452f-8e63-86cdfc6ea6eb", "name": "Service Unavailable", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_22d291ac479a513d7c2c6dcd8c759fa5\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_c0aa2e877d9ff31e440bc42fe46272e2\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/deposit", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "deposit" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-14a21cce-3807-452f-8e63-86cdfc6ea6eb" } ], "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-80c05367-5103-404a-9841-8ce34430e756" } ], "id": "2a2994e4-79a6-4d2a-b735-1bc0af4e8cce", "createdAt": "2026-07-28T02:16:41.000Z", "updatedAt": "2026-07-28T02:16:41.000Z", "uid": "35240-2a2994e4-79a6-4d2a-b735-1bc0af4e8cce" }, { "name": "withdraw", "item": [ { "name": "Initiate withdrawal", "id": "0a913fdc-0763-4c8a-af72-0b5480f42c1b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_8340eedcd8d382407b2e6e9e803fa34f\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_7c8ad1963c80ae784a1e8bc772a5928a\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/withdraw", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "withdraw" ] }, "description": "Move funds from a wallet to a linked bank account" }, "response": [ { "id": "418d492c-be00-42dc-9f98-c6dbc2fb50c0", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_8340eedcd8d382407b2e6e9e803fa34f\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_7c8ad1963c80ae784a1e8bc772a5928a\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/withdraw", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "withdraw" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"type\": \"transfer\",\n \"id\": \"trf_3a4bc3623c9969382e0bd48a892bdcb3\",\n \"attributes\": {\n \"type\": \"internal\",\n \"amount\": \"\",\n \"currency\": \"\",\n \"status\": \"PROCESSING\",\n \"description\": \"\",\n \"externalAccountDisplayMask\": \"\",\n \"expectedAvailableAt\": \"\",\n \"failure\": {\n \"code\": \"\",\n \"reason\": \"\"\n },\n \"return\": {\n \"code\": \"\",\n \"reason\": \"\",\n \"returnedAt\": \"\"\n },\n \"submittedAt\": \"\",\n \"settledAt\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n },\n \"relationships\": {\n \"party\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_afc8f755a8e87c7523c881e6592ff452\"\n }\n },\n \"wallet\": {\n \"data\": {\n \"type\": \"wallet\",\n \"id\": \"wal_61786186e3c9bb7d97dc2053a9d91bc5\"\n }\n },\n \"externalAccount\": {\n \"data\": {\n \"type\": \"externalAccount\",\n \"id\": \"eac_77a74059a7e07d46d2316c235465c3a1\"\n }\n },\n \"transaction\": {\n \"data\": {\n \"type\": \"transaction\",\n \"id\": \"\"\n }\n },\n \"destWallet\": {\n \"data\": {\n \"type\": \"wallet\",\n \"id\": \"wal_ed5bced3604e4513a80140c397b8b324\"\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-418d492c-be00-42dc-9f98-c6dbc2fb50c0" }, { "id": "69dd692c-31e2-4d29-8c39-8ae7e1c8b7ce", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_8340eedcd8d382407b2e6e9e803fa34f\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_7c8ad1963c80ae784a1e8bc772a5928a\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/withdraw", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "withdraw" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-69dd692c-31e2-4d29-8c39-8ae7e1c8b7ce" }, { "id": "e78411bc-a3f3-4c46-ac7f-7f462618bdf3", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_8340eedcd8d382407b2e6e9e803fa34f\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_7c8ad1963c80ae784a1e8bc772a5928a\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/withdraw", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "withdraw" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-e78411bc-a3f3-4c46-ac7f-7f462618bdf3" }, { "id": "0fde0b3a-167f-4d1c-ad45-20389a3586e2", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_8340eedcd8d382407b2e6e9e803fa34f\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_7c8ad1963c80ae784a1e8bc772a5928a\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/withdraw", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "withdraw" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-0fde0b3a-167f-4d1c-ad45-20389a3586e2" }, { "id": "25849585-19d2-476b-acae-0d047f1fec0f", "name": "Not Found. Returned when the resource does not exist, or when it exists but is not accessible to your account. The two cases are intentionally indistinguishable, so that resource IDs cannot be enumerated by probing.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_8340eedcd8d382407b2e6e9e803fa34f\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_7c8ad1963c80ae784a1e8bc772a5928a\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/withdraw", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "withdraw" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-25849585-19d2-476b-acae-0d047f1fec0f" }, { "id": "6369fef9-0ad8-4705-bf0b-a16b44955579", "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_8340eedcd8d382407b2e6e9e803fa34f\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_7c8ad1963c80ae784a1e8bc772a5928a\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/withdraw", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "withdraw" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-6369fef9-0ad8-4705-bf0b-a16b44955579" }, { "id": "18daf843-5abf-4a6a-aa4f-fae6581f2c12", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_8340eedcd8d382407b2e6e9e803fa34f\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_7c8ad1963c80ae784a1e8bc772a5928a\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/withdraw", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "withdraw" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-18daf843-5abf-4a6a-aa4f-fae6581f2c12" }, { "id": "5dbac5a6-e6bb-498a-bae2-2c2b06139411", "name": "Precondition Required", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_8340eedcd8d382407b2e6e9e803fa34f\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_7c8ad1963c80ae784a1e8bc772a5928a\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/withdraw", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "withdraw" ] } }, "status": "Precondition Required", "code": 428, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-5dbac5a6-e6bb-498a-bae2-2c2b06139411" }, { "id": "9e0b6aa9-ff0d-425a-8393-b8ef5a5c590d", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_8340eedcd8d382407b2e6e9e803fa34f\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_7c8ad1963c80ae784a1e8bc772a5928a\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/withdraw", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "withdraw" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Seconds to wait before retrying.", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-9e0b6aa9-ff0d-425a-8393-b8ef5a5c590d" }, { "id": "9ecbc624-2629-458a-9794-538b3ae7c84f", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_8340eedcd8d382407b2e6e9e803fa34f\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_7c8ad1963c80ae784a1e8bc772a5928a\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/withdraw", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "withdraw" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-9ecbc624-2629-458a-9794-538b3ae7c84f" }, { "id": "2840cafb-008a-4e7f-a035-0d8b3cb2a63e", "name": "Not Implemented", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_8340eedcd8d382407b2e6e9e803fa34f\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_7c8ad1963c80ae784a1e8bc772a5928a\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/withdraw", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "withdraw" ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-2840cafb-008a-4e7f-a035-0d8b3cb2a63e" }, { "id": "8c1140a3-647a-40ae-b22b-ede2174f8b79", "name": "Bad Gateway", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_8340eedcd8d382407b2e6e9e803fa34f\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_7c8ad1963c80ae784a1e8bc772a5928a\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/withdraw", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "withdraw" ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-8c1140a3-647a-40ae-b22b-ede2174f8b79" }, { "id": "58627cdd-8e67-478e-933f-954600a99412", "name": "Service Unavailable", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"externalAccountId\": \"eac_8340eedcd8d382407b2e6e9e803fa34f\",\n \"currency\": \"USD\",\n \"walletId\": \"wal_7c8ad1963c80ae784a1e8bc772a5928a\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/withdraw", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "withdraw" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-58627cdd-8e67-478e-933f-954600a99412" } ], "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-0a913fdc-0763-4c8a-af72-0b5480f42c1b" } ], "id": "98f7eab3-681a-403a-bc9b-55e8f3665c94", "createdAt": "2026-07-28T02:16:41.000Z", "updatedAt": "2026-07-28T02:16:41.000Z", "uid": "35240-98f7eab3-681a-403a-bc9b-55e8f3665c94" }, { "name": "internal", "item": [ { "name": "Initiate internal transfer", "id": "40760222-f804-4e35-a59c-e20344a49e1a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"sourceWalletId\": \"wal_7f3468c41696936f434d60bb2daca614\",\n \"destWalletId\": \"wal_9f703f44342cf5927343350b21c8091e\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/internal", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "internal" ] }, "description": "Move funds between two wallets" }, "response": [ { "id": "d745ff0b-f149-4111-8f8c-4af58a10ba43", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"sourceWalletId\": \"wal_7f3468c41696936f434d60bb2daca614\",\n \"destWalletId\": \"wal_9f703f44342cf5927343350b21c8091e\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/internal", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "internal" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"type\": \"transfer\",\n \"id\": \"trf_9d4ab87640f1e7ff5d94b13b2c8054df\",\n \"attributes\": {\n \"type\": \"withdrawal\",\n \"amount\": \"\",\n \"currency\": \"\",\n \"status\": \"APPROVAL_DENIED\",\n \"description\": \"\",\n \"externalAccountDisplayMask\": \"\",\n \"expectedAvailableAt\": \"\",\n \"failure\": {\n \"code\": \"\",\n \"reason\": \"\"\n },\n \"return\": {\n \"code\": \"\",\n \"reason\": \"\",\n \"returnedAt\": \"\"\n },\n \"submittedAt\": \"\",\n \"settledAt\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n },\n \"relationships\": {\n \"party\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_19a812d3acf06e202111d12c8413e284\"\n }\n },\n \"wallet\": {\n \"data\": {\n \"type\": \"wallet\",\n \"id\": \"wal_d07c199bdd27262df43ecfa5fafc3ebc\"\n }\n },\n \"externalAccount\": {\n \"data\": {\n \"type\": \"externalAccount\",\n \"id\": \"eac_abefa02401370273e45623442a72f6aa\"\n }\n },\n \"transaction\": {\n \"data\": {\n \"type\": \"transaction\",\n \"id\": \"\"\n }\n },\n \"destWallet\": {\n \"data\": {\n \"type\": \"wallet\",\n \"id\": \"wal_91ac6510687922fda78b5828ce964514\"\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-d745ff0b-f149-4111-8f8c-4af58a10ba43" }, { "id": "c0708abd-772f-46a7-bbd8-6c0fb02b8e54", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"sourceWalletId\": \"wal_7f3468c41696936f434d60bb2daca614\",\n \"destWalletId\": \"wal_9f703f44342cf5927343350b21c8091e\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/internal", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "internal" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-c0708abd-772f-46a7-bbd8-6c0fb02b8e54" }, { "id": "a52b2994-9288-4dda-a851-6df385fb501c", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"sourceWalletId\": \"wal_7f3468c41696936f434d60bb2daca614\",\n \"destWalletId\": \"wal_9f703f44342cf5927343350b21c8091e\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/internal", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "internal" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-a52b2994-9288-4dda-a851-6df385fb501c" }, { "id": "7842ed52-508b-48e9-85fc-2d8951562bf9", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"sourceWalletId\": \"wal_7f3468c41696936f434d60bb2daca614\",\n \"destWalletId\": \"wal_9f703f44342cf5927343350b21c8091e\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/internal", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "internal" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-7842ed52-508b-48e9-85fc-2d8951562bf9" }, { "id": "adb9b6e0-6853-45ae-ad26-cdd41e7705d2", "name": "Not Found. Returned when the resource does not exist, or when it exists but is not accessible to your account. The two cases are intentionally indistinguishable, so that resource IDs cannot be enumerated by probing.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"sourceWalletId\": \"wal_7f3468c41696936f434d60bb2daca614\",\n \"destWalletId\": \"wal_9f703f44342cf5927343350b21c8091e\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/internal", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "internal" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-adb9b6e0-6853-45ae-ad26-cdd41e7705d2" }, { "id": "ff115b0c-6940-471e-8942-88de781592c8", "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"sourceWalletId\": \"wal_7f3468c41696936f434d60bb2daca614\",\n \"destWalletId\": \"wal_9f703f44342cf5927343350b21c8091e\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/internal", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "internal" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-ff115b0c-6940-471e-8942-88de781592c8" }, { "id": "12633197-31fa-47ed-b3e2-53032270b04e", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"sourceWalletId\": \"wal_7f3468c41696936f434d60bb2daca614\",\n \"destWalletId\": \"wal_9f703f44342cf5927343350b21c8091e\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/internal", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "internal" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-12633197-31fa-47ed-b3e2-53032270b04e" }, { "id": "430fe08c-cba6-4a19-abda-b182dcb4b5a1", "name": "Precondition Required", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"sourceWalletId\": \"wal_7f3468c41696936f434d60bb2daca614\",\n \"destWalletId\": \"wal_9f703f44342cf5927343350b21c8091e\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/internal", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "internal" ] } }, "status": "Precondition Required", "code": 428, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-430fe08c-cba6-4a19-abda-b182dcb4b5a1" }, { "id": "d35ea67c-a06d-478c-b7a8-ada2e8d98edd", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"sourceWalletId\": \"wal_7f3468c41696936f434d60bb2daca614\",\n \"destWalletId\": \"wal_9f703f44342cf5927343350b21c8091e\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/internal", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "internal" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Seconds to wait before retrying.", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-d35ea67c-a06d-478c-b7a8-ada2e8d98edd" }, { "id": "457ac0d3-3c1c-4803-a3ce-5e29a8f6194b", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"sourceWalletId\": \"wal_7f3468c41696936f434d60bb2daca614\",\n \"destWalletId\": \"wal_9f703f44342cf5927343350b21c8091e\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/internal", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "internal" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-457ac0d3-3c1c-4803-a3ce-5e29a8f6194b" }, { "id": "9e5a2a52-3429-48d2-a4d7-b85e0d4bacdb", "name": "Not Implemented", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"sourceWalletId\": \"wal_7f3468c41696936f434d60bb2daca614\",\n \"destWalletId\": \"wal_9f703f44342cf5927343350b21c8091e\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/internal", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "internal" ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-9e5a2a52-3429-48d2-a4d7-b85e0d4bacdb" }, { "id": "f198c986-44e9-453c-9649-f6adad22208a", "name": "Bad Gateway", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"sourceWalletId\": \"wal_7f3468c41696936f434d60bb2daca614\",\n \"destWalletId\": \"wal_9f703f44342cf5927343350b21c8091e\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/internal", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "internal" ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-f198c986-44e9-453c-9649-f6adad22208a" }, { "id": "963b1118-056a-4c28-b6c0-d8e7ca42ffeb", "name": "Service Unavailable", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"amount\": \"\",\n \"sourceWalletId\": \"wal_7f3468c41696936f434d60bb2daca614\",\n \"destWalletId\": \"wal_9f703f44342cf5927343350b21c8091e\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/internal", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "internal" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-963b1118-056a-4c28-b6c0-d8e7ca42ffeb" } ], "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-40760222-f804-4e35-a59c-e20344a49e1a" } ], "id": "79312374-74c2-4595-b909-e1e0c4b47f2b", "createdAt": "2026-07-28T02:16:41.000Z", "updatedAt": "2026-07-28T02:16:41.000Z", "uid": "35240-79312374-74c2-4595-b909-e1e0c4b47f2b" }, { "name": "{transferId}", "item": [ { "name": "Get transfer", "id": "2b7418b0-e32a-4075-b8b8-10a149db25db", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/transfers/:transferId?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0", "host": [ "{{baseUrl}}" ], "path": [ "transfers", ":transferId" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" } ], "variable": [ { "id": "7a45fb60-e4a7-4731-94c7-f3d92f8ea9af", "key": "transferId", "value": "trf_21a6602a6062b4bbdfc31390dad1a621", "description": "(Required) " } ] }, "description": "Get a transfer" }, "response": [ { "id": "7bc855ed-a2a3-4112-83fc-5d583ce44f20", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/transfers/:transferId?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0", "host": [ "{{baseUrl}}" ], "path": [ "transfers", ":transferId" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" } ], "variable": [ { "key": "transferId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"type\": \"transfer\",\n \"id\": \"trf_3523d69b25dd73281328d5b8c52c43cd\",\n \"attributes\": {\n \"type\": \"withdrawal\",\n \"amount\": \"\",\n \"currency\": \"\",\n \"status\": \"IN_REVIEW\",\n \"description\": \"\",\n \"externalAccountDisplayMask\": \"\",\n \"expectedAvailableAt\": \"\",\n \"failure\": {\n \"code\": \"\",\n \"reason\": \"\"\n },\n \"return\": {\n \"code\": \"\",\n \"reason\": \"\",\n \"returnedAt\": \"\"\n },\n \"submittedAt\": \"\",\n \"settledAt\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n },\n \"relationships\": {\n \"party\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_f4169b43ae16207556e4f7aefbd9b4f3\"\n }\n },\n \"wallet\": {\n \"data\": {\n \"type\": \"wallet\",\n \"id\": \"wal_915158f33bf8e45745627b16d6ee8fa6\"\n }\n },\n \"externalAccount\": {\n \"data\": {\n \"type\": \"externalAccount\",\n \"id\": \"eac_dbd0e7f850e88cf760671f57f15f4538\"\n }\n },\n \"transaction\": {\n \"data\": {\n \"type\": \"transaction\",\n \"id\": \"\"\n }\n },\n \"destWallet\": {\n \"data\": {\n \"type\": \"wallet\",\n \"id\": \"wal_1fcbfe0af577110904ed9dadcddcc0a5\"\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-7bc855ed-a2a3-4112-83fc-5d583ce44f20" }, { "id": "04c18889-7954-41a9-b8f5-c9a861f35b5c", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/transfers/:transferId?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0", "host": [ "{{baseUrl}}" ], "path": [ "transfers", ":transferId" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" } ], "variable": [ { "key": "transferId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-04c18889-7954-41a9-b8f5-c9a861f35b5c" }, { "id": "09f652a7-cea4-42e4-aa62-5bfa8757ff36", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/transfers/:transferId?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0", "host": [ "{{baseUrl}}" ], "path": [ "transfers", ":transferId" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" } ], "variable": [ { "key": "transferId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-09f652a7-cea4-42e4-aa62-5bfa8757ff36" }, { "id": "aeadaeb8-1bb8-478c-b48f-c31022d303f9", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/transfers/:transferId?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0", "host": [ "{{baseUrl}}" ], "path": [ "transfers", ":transferId" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" } ], "variable": [ { "key": "transferId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-aeadaeb8-1bb8-478c-b48f-c31022d303f9" }, { "id": "dfe7ab31-145b-46d5-afaf-febcecaee9c1", "name": "Not Found. Returned when the resource does not exist, or when it exists but is not accessible to your account. The two cases are intentionally indistinguishable, so that resource IDs cannot be enumerated by probing.", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/transfers/:transferId?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0", "host": [ "{{baseUrl}}" ], "path": [ "transfers", ":transferId" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" } ], "variable": [ { "key": "transferId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-dfe7ab31-145b-46d5-afaf-febcecaee9c1" }, { "id": "f87d16d8-821a-4fb0-bcdd-2aa36003b42d", "name": "Conflict", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/transfers/:transferId?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0", "host": [ "{{baseUrl}}" ], "path": [ "transfers", ":transferId" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" } ], "variable": [ { "key": "transferId" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-f87d16d8-821a-4fb0-bcdd-2aa36003b42d" }, { "id": "aadb35fc-4e57-4951-98c9-b45da8a9d039", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/transfers/:transferId?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0", "host": [ "{{baseUrl}}" ], "path": [ "transfers", ":transferId" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" } ], "variable": [ { "key": "transferId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-aadb35fc-4e57-4951-98c9-b45da8a9d039" }, { "id": "082f69c9-5409-4fdd-99c9-bdfe904a63fe", "name": "Precondition Required", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/transfers/:transferId?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0", "host": [ "{{baseUrl}}" ], "path": [ "transfers", ":transferId" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" } ], "variable": [ { "key": "transferId" } ] } }, "status": "Precondition Required", "code": 428, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-082f69c9-5409-4fdd-99c9-bdfe904a63fe" }, { "id": "b692f169-a6ba-4b4e-b384-d60b167f6cb9", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/transfers/:transferId?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0", "host": [ "{{baseUrl}}" ], "path": [ "transfers", ":transferId" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" } ], "variable": [ { "key": "transferId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Seconds to wait before retrying.", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-b692f169-a6ba-4b4e-b384-d60b167f6cb9" }, { "id": "7a06d035-977e-4618-bfc8-5846a110de94", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/transfers/:transferId?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0", "host": [ "{{baseUrl}}" ], "path": [ "transfers", ":transferId" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" } ], "variable": [ { "key": "transferId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-7a06d035-977e-4618-bfc8-5846a110de94" }, { "id": "3775cef6-41d3-4d20-be71-cfb0ef2f361f", "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/transfers/:transferId?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0", "host": [ "{{baseUrl}}" ], "path": [ "transfers", ":transferId" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" } ], "variable": [ { "key": "transferId" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-3775cef6-41d3-4d20-be71-cfb0ef2f361f" }, { "id": "4a48d4fb-adc0-407c-b43c-ee81351ee92b", "name": "Bad Gateway", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/transfers/:transferId?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0", "host": [ "{{baseUrl}}" ], "path": [ "transfers", ":transferId" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" } ], "variable": [ { "key": "transferId" } ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-4a48d4fb-adc0-407c-b43c-ee81351ee92b" }, { "id": "745fa2d6-be3d-45f3-8567-c6a49b18e85a", "name": "Service Unavailable", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/transfers/:transferId?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0", "host": [ "{{baseUrl}}" ], "path": [ "transfers", ":transferId" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" } ], "variable": [ { "key": "transferId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-745fa2d6-be3d-45f3-8567-c6a49b18e85a" } ], "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-2b7418b0-e32a-4075-b8b8-10a149db25db" } ], "id": "e8684d37-c722-408e-93d5-6dacc76bef17", "createdAt": "2026-07-28T02:16:41.000Z", "updatedAt": "2026-07-28T02:16:41.000Z", "uid": "35240-e8684d37-c722-408e-93d5-6dacc76bef17" }, { "name": "List transfers", "id": "f721ef97-82cd-4ede-ba8f-5d3b684c4dcf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/transfers?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0&limit=50&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "transfers" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" }, { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" } ] }, "description": "List transfers" }, "response": [ { "id": "58771ee2-4740-430f-98a8-6ca61b6b62d6", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/transfers?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0&limit=50&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "transfers" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" }, { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"type\": \"transfer\",\n \"id\": \"trf_f00bd203029d98f70b20c1a8e4c6d66d\",\n \"attributes\": {\n \"type\": \"internal\",\n \"amount\": \"\",\n \"currency\": \"\",\n \"status\": \"COMPLETED\",\n \"description\": \"\",\n \"externalAccountDisplayMask\": \"\",\n \"expectedAvailableAt\": \"\",\n \"failure\": {\n \"code\": \"\",\n \"reason\": \"\"\n },\n \"return\": {\n \"code\": \"\",\n \"reason\": \"\",\n \"returnedAt\": \"\"\n },\n \"submittedAt\": \"\",\n \"settledAt\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n },\n \"relationships\": {\n \"party\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_6f2671b7cf1b0190fc63ca29048d7e56\"\n }\n },\n \"wallet\": {\n \"data\": {\n \"type\": \"wallet\",\n \"id\": \"wal_b4faf0e26e5a625f4c2f86c4098727b5\"\n }\n },\n \"externalAccount\": {\n \"data\": {\n \"type\": \"externalAccount\",\n \"id\": \"eac_5bed9905f558e83ec2ddad74e1928f3d\"\n }\n },\n \"transaction\": {\n \"data\": {\n \"type\": \"transaction\",\n \"id\": \"\"\n }\n },\n \"destWallet\": {\n \"data\": {\n \"type\": \"wallet\",\n \"id\": \"wal_87dce841b72d0c17e1a73c52bdeeb69e\"\n }\n }\n }\n },\n {\n \"type\": \"transfer\",\n \"id\": \"trf_5182c97eedaa5a815172e2322ed5ed3f\",\n \"attributes\": {\n \"type\": \"internal\",\n \"amount\": \"\",\n \"currency\": \"\",\n \"status\": \"IN_REVIEW\",\n \"description\": \"\",\n \"externalAccountDisplayMask\": \"\",\n \"expectedAvailableAt\": \"\",\n \"failure\": {\n \"code\": \"\",\n \"reason\": \"\"\n },\n \"return\": {\n \"code\": \"\",\n \"reason\": \"\",\n \"returnedAt\": \"\"\n },\n \"submittedAt\": \"\",\n \"settledAt\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n },\n \"relationships\": {\n \"party\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_11f957c910d8903af670fbbcb5e9cd3e\"\n }\n },\n \"wallet\": {\n \"data\": {\n \"type\": \"wallet\",\n \"id\": \"wal_66d825d5229e3795079152b8be90b116\"\n }\n },\n \"externalAccount\": {\n \"data\": {\n \"type\": \"externalAccount\",\n \"id\": \"eac_29f9bf7c62844f87906a700cfd38d592\"\n }\n },\n \"transaction\": {\n \"data\": {\n \"type\": \"transaction\",\n \"id\": \"\"\n }\n },\n \"destWallet\": {\n \"data\": {\n \"type\": \"wallet\",\n \"id\": \"wal_1cf09d3e18df64379e10bc18768deb08\"\n }\n }\n }\n }\n ],\n \"meta\": {\n \"pagination\": {\n \"hasMore\": \"\",\n \"nextCursor\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-58771ee2-4740-430f-98a8-6ca61b6b62d6" }, { "id": "be401e53-039e-4c8d-8fd7-795f55a71114", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/transfers?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0&limit=50&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "transfers" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" }, { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-be401e53-039e-4c8d-8fd7-795f55a71114" }, { "id": "829a7de2-ec9c-44d6-86af-51a1f7689f9c", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/transfers?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0&limit=50&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "transfers" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" }, { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-829a7de2-ec9c-44d6-86af-51a1f7689f9c" }, { "id": "e9405878-6f9e-4fe4-8323-4dd4994e415a", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/transfers?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0&limit=50&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "transfers" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" }, { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-e9405878-6f9e-4fe4-8323-4dd4994e415a" }, { "id": "778d9faa-ea0f-4571-84ff-f61ae01351d5", "name": "Not Found. Returned when the resource does not exist, or when it exists but is not accessible to your account. The two cases are intentionally indistinguishable, so that resource IDs cannot be enumerated by probing.", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/transfers?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0&limit=50&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "transfers" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" }, { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-778d9faa-ea0f-4571-84ff-f61ae01351d5" }, { "id": "30245eb0-2323-4d5d-9ff1-dc8d8aa6473d", "name": "Conflict", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/transfers?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0&limit=50&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "transfers" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" }, { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-30245eb0-2323-4d5d-9ff1-dc8d8aa6473d" }, { "id": "7a37c073-00b1-474b-a42c-64d592a79e07", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/transfers?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0&limit=50&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "transfers" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" }, { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-7a37c073-00b1-474b-a42c-64d592a79e07" }, { "id": "c61ec9d6-cf83-46a2-bd10-dbb4abf5908c", "name": "Precondition Required", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/transfers?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0&limit=50&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "transfers" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" }, { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" } ] } }, "status": "Precondition Required", "code": 428, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-c61ec9d6-cf83-46a2-bd10-dbb4abf5908c" }, { "id": "bec2cc5f-1d87-472f-b3c6-db044684ceca", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/transfers?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0&limit=50&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "transfers" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" }, { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Seconds to wait before retrying.", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-bec2cc5f-1d87-472f-b3c6-db044684ceca" }, { "id": "a9c2f41b-9b71-4222-a2f5-9c73d14aac0a", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/transfers?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0&limit=50&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "transfers" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" }, { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-a9c2f41b-9b71-4222-a2f5-9c73d14aac0a" }, { "id": "3f71fbb6-d9d8-4a6f-90c7-ec2ddfd91de1", "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/transfers?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0&limit=50&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "transfers" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" }, { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-3f71fbb6-d9d8-4a6f-90c7-ec2ddfd91de1" }, { "id": "fc7cef5f-3894-4f3e-9527-00108659737a", "name": "Bad Gateway", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/transfers?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0&limit=50&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "transfers" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" }, { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" } ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-fc7cef5f-3894-4f3e-9527-00108659737a" }, { "id": "51c7ce6e-866c-4643-b05e-4fb99589a89f", "name": "Service Unavailable", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_121b8b4070c974f98380d831948bb38c" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/transfers?partyId=pty_22cb8e41a0832fffc2b8d7d5942b9be0&limit=50&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "transfers" ], "query": [ { "key": "partyId", "value": "pty_22cb8e41a0832fffc2b8d7d5942b9be0" }, { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"disconnected\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-51c7ce6e-866c-4643-b05e-4fb99589a89f" } ], "createdAt": "2026-07-28T02:16:42.000Z", "updatedAt": "2026-07-28T02:16:42.000Z", "uid": "35240-f721ef97-82cd-4ede-ba8f-5d3b684c4dcf" } ], "id": "cabbeff9-5466-4fa0-8b76-7de9d9a62b76", "createdAt": "2026-07-28T02:16:41.000Z", "updatedAt": "2026-07-28T02:16:41.000Z", "uid": "35240-cabbeff9-5466-4fa0-8b76-7de9d9a62b76" } ], "variable": [ { "key": "baseUrl", "value": "https://api.natural.com" } ] }