{ "info": { "_postman_id": "e628d7ba-c745-4bd7-8e3b-4260b9cb6f92", "name": "Natural Agent Keys PaymentRequests 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:13.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "lastUpdatedBy": "35240", "uid": "35240-e628d7ba-c745-4bd7-8e3b-4260b9cb6f92" }, "item": [ { "name": "payment-requests", "item": [ { "name": "incoming", "item": [ { "name": "List incoming payment requests", "id": "b4acf543-c30b-4c2a-88d2-c33b5bb7bce9", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/incoming?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", "incoming" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ] }, "description": "List incoming payment requests" }, "response": [ { "id": "0f67aaed-5080-4eed-a7fa-2ae922f96a8d", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/incoming?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", "incoming" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ] } }, "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\": \"paymentRequest\",\n \"id\": \"prq_849f1043f739f2e5a7f39c9c89dfe5cb\",\n \"attributes\": {\n \"amount\": \"\",\n \"currency\": \"\",\n \"status\": \"EXPIRED\",\n \"description\": \"\",\n \"requesterName\": \"\",\n \"requesterEmail\": \"\",\n \"requesterAvatarUrl\": \"\",\n \"requesterHandle\": \"\",\n \"walletName\": \"\",\n \"payerName\": \"\",\n \"payerEmail\": \"\",\n \"payerAvatarUrl\": \"\",\n \"payerHandle\": \"\",\n \"payerPhone\": \"\",\n \"payerPartyId\": \"\",\n \"payerIdentifierType\": \"party_id\",\n \"payerIdentifier\": \"\",\n \"initiatorParty\": {\n \"id\": \"pty_da1bdc130e816b650e04d673554928d3\",\n \"name\": \"\",\n \"handle\": \"\"\n },\n \"initiatorAgent\": {\n \"id\": \"agt_a3876c756d31dffcf75b9e9cec622f40\",\n \"name\": \"\",\n \"handle\": \"\"\n },\n \"paymentLinkUrl\": \"\",\n \"transactionId\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n },\n \"relationships\": {\n \"requesterParty\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_110b990ae4752123fc9c559de83d7ac7\"\n }\n },\n \"wallet\": {\n \"data\": {\n \"type\": \"wallet\",\n \"id\": \"wal_7873261c47b518ecfcc1a261286eb927\"\n }\n },\n \"payerParty\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_820b898f23768def9ae0e26a50a0a7ad\"\n }\n },\n \"payerAgent\": {\n \"data\": {\n \"type\": \"agent\",\n \"id\": \"agt_cfacf96d67e70a3960c53632ccd2822f\"\n }\n },\n \"payment\": {\n \"data\": {\n \"type\": \"payment\",\n \"id\": \"pay_9b7346d04f44fe9cab3c120fcb1d0fe0\"\n }\n }\n }\n },\n {\n \"type\": \"paymentRequest\",\n \"id\": \"prq_71fa69f4ad7c84df2e12454ac97052e0\",\n \"attributes\": {\n \"amount\": \"\",\n \"currency\": \"\",\n \"status\": \"RETURNED\",\n \"description\": \"\",\n \"requesterName\": \"\",\n \"requesterEmail\": \"\",\n \"requesterAvatarUrl\": \"\",\n \"requesterHandle\": \"\",\n \"walletName\": \"\",\n \"payerName\": \"\",\n \"payerEmail\": \"\",\n \"payerAvatarUrl\": \"\",\n \"payerHandle\": \"\",\n \"payerPhone\": \"\",\n \"payerPartyId\": \"\",\n \"payerIdentifierType\": \"email\",\n \"payerIdentifier\": \"\",\n \"initiatorParty\": {\n \"id\": \"pty_f82bca2116295cebdd4ecca61a239e4e\",\n \"name\": \"\",\n \"handle\": \"\"\n },\n \"initiatorAgent\": {\n \"id\": \"agt_7490e1836a62ffdc794f513bec0f20df\",\n \"name\": \"\",\n \"handle\": \"\"\n },\n \"paymentLinkUrl\": \"\",\n \"transactionId\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n },\n \"relationships\": {\n \"requesterParty\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_a28f0903f53c9565465956b45f65004f\"\n }\n },\n \"wallet\": {\n \"data\": {\n \"type\": \"wallet\",\n \"id\": \"wal_e6105668c6dc4c5b626c94c757cbd2ae\"\n }\n },\n \"payerParty\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_482eea793609eaea59700817d515c732\"\n }\n },\n \"payerAgent\": {\n \"data\": {\n \"type\": \"agent\",\n \"id\": \"agt_02617473daea6e76328a1e6576811195\"\n }\n },\n \"payment\": {\n \"data\": {\n \"type\": \"payment\",\n \"id\": \"pay_ec4d90393b12f4834b6e09760659a2e3\"\n }\n }\n }\n }\n ],\n \"meta\": {\n \"pagination\": {\n \"hasMore\": \"\",\n \"nextCursor\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:16:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-0f67aaed-5080-4eed-a7fa-2ae922f96a8d" }, { "id": "911abeab-4177-4320-94d5-8db035dec206", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/incoming?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", "incoming" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-911abeab-4177-4320-94d5-8db035dec206" }, { "id": "6461f506-f245-46aa-b092-fac1e21dc82f", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/incoming?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", "incoming" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-6461f506-f245-46aa-b092-fac1e21dc82f" }, { "id": "0f51f5b8-68e3-4b66-8e6d-e89a1ca958fa", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/incoming?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", "incoming" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-0f51f5b8-68e3-4b66-8e6d-e89a1ca958fa" }, { "id": "6e61fe38-de17-4a3c-8c6a-88d57c418687", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/incoming?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", "incoming" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-6e61fe38-de17-4a3c-8c6a-88d57c418687" }, { "id": "9d6d0249-f536-4d1b-b133-37905423ddef", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/incoming?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", "incoming" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-9d6d0249-f536-4d1b-b133-37905423ddef" }, { "id": "766e49ac-964b-44b8-9e39-f218f40f521d", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/incoming?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", "incoming" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-766e49ac-964b-44b8-9e39-f218f40f521d" }, { "id": "af8121af-3494-47cb-80f0-64a0a0c4603c", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/incoming?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", "incoming" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-af8121af-3494-47cb-80f0-64a0a0c4603c" }, { "id": "e57c0ecd-0ab5-4d32-8424-896af135d3f0", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/incoming?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", "incoming" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-e57c0ecd-0ab5-4d32-8424-896af135d3f0" }, { "id": "5f82bd9c-9334-4842-ab30-f0ab2f0af51f", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/incoming?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", "incoming" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-5f82bd9c-9334-4842-ab30-f0ab2f0af51f" }, { "id": "3025a1a0-74b8-4f46-b313-a2304b6e298f", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/incoming?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", "incoming" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-3025a1a0-74b8-4f46-b313-a2304b6e298f" }, { "id": "198e59b6-2cd2-4425-9a7d-6c2b7986d820", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/incoming?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", "incoming" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-198e59b6-2cd2-4425-9a7d-6c2b7986d820" }, { "id": "5af67b66-76bb-4f74-8d18-8ee24dd24ee1", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/incoming?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", "incoming" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-5af67b66-76bb-4f74-8d18-8ee24dd24ee1" } ], "createdAt": "2026-07-28T02:16:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-b4acf543-c30b-4c2a-88d2-c33b5bb7bce9" } ], "id": "5df7f8d1-54ed-4d24-9312-5b787ff07526", "createdAt": "2026-07-28T02:16:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-5df7f8d1-54ed-4d24-9312-5b787ff07526" }, { "name": "{paymentRequestId}", "item": [ { "name": "fulfill", "item": [ { "name": "Fulfill payment request", "id": "de2c8e4f-60e3-4447-ae65-4f27be72c3da", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"paymentSource\": {\n \"type\": \"wallet\",\n \"walletId\": \"wal_564aa558000d320f5e992fb4e9f8079c\"\n }\n }\n },\n \"partyId\": \"pty_9bff271397cb3eec0d5eef4d6ba65c3d\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests/:paymentRequestId/fulfill", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "fulfill" ], "variable": [ { "id": "74366a3f-1392-4aa6-955f-351afe426fa7", "key": "paymentRequestId", "value": "prq_20072ff9d5beafe21857795589eb24ce", "description": "(Required) " } ] }, "description": "Fulfill an open payment request from a wallet or a verified linked bank account" }, "response": [ { "id": "b849c177-bc52-407f-8005-e08bfc3768b9", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"paymentSource\": {\n \"type\": \"wallet\",\n \"walletId\": \"wal_564aa558000d320f5e992fb4e9f8079c\"\n }\n }\n },\n \"partyId\": \"pty_9bff271397cb3eec0d5eef4d6ba65c3d\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests/:paymentRequestId/fulfill", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "fulfill" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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\": \"payment\",\n \"id\": \"pay_4492b8433b73b12b7444cd30f3d4a0f9\",\n \"attributes\": {\n \"amount\": \"\",\n \"currency\": \"\",\n \"status\": \"FAILED\",\n \"description\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n },\n \"relationships\": {\n \"sender\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_52f1c5f4ed3abf68d405e6413d2db219\"\n }\n },\n \"senderAgent\": {\n \"data\": {\n \"type\": \"agent\",\n \"id\": \"agt_b535e4094a36e7795beaae51310813c4\"\n }\n },\n \"recipient\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_e78aaa966cf57451431efc66ef4222f2\"\n }\n },\n \"recipientAgent\": {\n \"data\": {\n \"type\": \"agent\",\n \"id\": \"agt_1086f5d74a21a61fc8207372b398fdb7\"\n }\n },\n \"transaction\": {\n \"data\": {\n \"type\": \"transaction\",\n \"id\": \"\"\n }\n },\n \"paymentRequest\": {\n \"data\": {\n \"type\": \"paymentRequest\",\n \"id\": \"prq_01934e0ae81882e8611526d9ed916b4f\"\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T02:16:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-b849c177-bc52-407f-8005-e08bfc3768b9" }, { "id": "5b7d0e7a-d225-44d8-a9d2-e85a7371a0a4", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"paymentSource\": {\n \"type\": \"wallet\",\n \"walletId\": \"wal_564aa558000d320f5e992fb4e9f8079c\"\n }\n }\n },\n \"partyId\": \"pty_9bff271397cb3eec0d5eef4d6ba65c3d\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests/:paymentRequestId/fulfill", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "fulfill" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-5b7d0e7a-d225-44d8-a9d2-e85a7371a0a4" }, { "id": "a477edce-d466-469c-9a5a-7140bceee976", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"paymentSource\": {\n \"type\": \"wallet\",\n \"walletId\": \"wal_564aa558000d320f5e992fb4e9f8079c\"\n }\n }\n },\n \"partyId\": \"pty_9bff271397cb3eec0d5eef4d6ba65c3d\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests/:paymentRequestId/fulfill", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "fulfill" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-a477edce-d466-469c-9a5a-7140bceee976" }, { "id": "4040f9c5-436d-46dd-a0d5-a1ea0db1aedf", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"paymentSource\": {\n \"type\": \"wallet\",\n \"walletId\": \"wal_564aa558000d320f5e992fb4e9f8079c\"\n }\n }\n },\n \"partyId\": \"pty_9bff271397cb3eec0d5eef4d6ba65c3d\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests/:paymentRequestId/fulfill", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "fulfill" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-4040f9c5-436d-46dd-a0d5-a1ea0db1aedf" }, { "id": "7717a0bd-5ae2-49ab-828b-d62419814319", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"paymentSource\": {\n \"type\": \"wallet\",\n \"walletId\": \"wal_564aa558000d320f5e992fb4e9f8079c\"\n }\n }\n },\n \"partyId\": \"pty_9bff271397cb3eec0d5eef4d6ba65c3d\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests/:paymentRequestId/fulfill", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "fulfill" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-7717a0bd-5ae2-49ab-828b-d62419814319" }, { "id": "69f2234a-ee9e-4a02-988d-dce6576e412b", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"paymentSource\": {\n \"type\": \"wallet\",\n \"walletId\": \"wal_564aa558000d320f5e992fb4e9f8079c\"\n }\n }\n },\n \"partyId\": \"pty_9bff271397cb3eec0d5eef4d6ba65c3d\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests/:paymentRequestId/fulfill", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "fulfill" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-69f2234a-ee9e-4a02-988d-dce6576e412b" }, { "id": "c24cd6c2-af2e-4afa-80ba-91c863487e33", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"paymentSource\": {\n \"type\": \"wallet\",\n \"walletId\": \"wal_564aa558000d320f5e992fb4e9f8079c\"\n }\n }\n },\n \"partyId\": \"pty_9bff271397cb3eec0d5eef4d6ba65c3d\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests/:paymentRequestId/fulfill", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "fulfill" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-c24cd6c2-af2e-4afa-80ba-91c863487e33" }, { "id": "80f82207-8a8d-4837-bb55-55567eeb7179", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"paymentSource\": {\n \"type\": \"wallet\",\n \"walletId\": \"wal_564aa558000d320f5e992fb4e9f8079c\"\n }\n }\n },\n \"partyId\": \"pty_9bff271397cb3eec0d5eef4d6ba65c3d\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests/:paymentRequestId/fulfill", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "fulfill" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-80f82207-8a8d-4837-bb55-55567eeb7179" }, { "id": "b5c95bbe-b438-4f1e-af78-cc98bc4fcc3c", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"paymentSource\": {\n \"type\": \"wallet\",\n \"walletId\": \"wal_564aa558000d320f5e992fb4e9f8079c\"\n }\n }\n },\n \"partyId\": \"pty_9bff271397cb3eec0d5eef4d6ba65c3d\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests/:paymentRequestId/fulfill", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "fulfill" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-b5c95bbe-b438-4f1e-af78-cc98bc4fcc3c" }, { "id": "0b564bcb-e224-438e-a0d0-e3f85ee43bf2", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"paymentSource\": {\n \"type\": \"wallet\",\n \"walletId\": \"wal_564aa558000d320f5e992fb4e9f8079c\"\n }\n }\n },\n \"partyId\": \"pty_9bff271397cb3eec0d5eef4d6ba65c3d\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests/:paymentRequestId/fulfill", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "fulfill" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-0b564bcb-e224-438e-a0d0-e3f85ee43bf2" }, { "id": "9e7c66fa-ab4d-4285-a8f4-9ada40b4bd4c", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"paymentSource\": {\n \"type\": \"wallet\",\n \"walletId\": \"wal_564aa558000d320f5e992fb4e9f8079c\"\n }\n }\n },\n \"partyId\": \"pty_9bff271397cb3eec0d5eef4d6ba65c3d\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests/:paymentRequestId/fulfill", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "fulfill" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-9e7c66fa-ab4d-4285-a8f4-9ada40b4bd4c" }, { "id": "d76451c3-5067-49a4-9e6e-7c4df3d51e1b", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"paymentSource\": {\n \"type\": \"wallet\",\n \"walletId\": \"wal_564aa558000d320f5e992fb4e9f8079c\"\n }\n }\n },\n \"partyId\": \"pty_9bff271397cb3eec0d5eef4d6ba65c3d\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests/:paymentRequestId/fulfill", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "fulfill" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-d76451c3-5067-49a4-9e6e-7c4df3d51e1b" }, { "id": "bebb63e5-40c7-4ffc-8587-5c730bcf937d", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"paymentSource\": {\n \"type\": \"wallet\",\n \"walletId\": \"wal_564aa558000d320f5e992fb4e9f8079c\"\n }\n }\n },\n \"partyId\": \"pty_9bff271397cb3eec0d5eef4d6ba65c3d\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests/:paymentRequestId/fulfill", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "fulfill" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-bebb63e5-40c7-4ffc-8587-5c730bcf937d" } ], "createdAt": "2026-07-28T02:16:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-de2c8e4f-60e3-4447-ae65-4f27be72c3da" } ], "id": "b3f9f2da-42b5-48b6-ab33-4c50bbf83780", "createdAt": "2026-07-28T02:16:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-b3f9f2da-42b5-48b6-ab33-4c50bbf83780" }, { "name": "decline", "item": [ { "name": "Decline payment request", "id": "b37d5990-5a12-4aae-8436-0045b30f19ff", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/decline", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "decline" ], "variable": [ { "id": "00e116f7-d5eb-4ccc-94df-6e5158dc7b47", "key": "paymentRequestId", "value": "prq_20072ff9d5beafe21857795589eb24ce", "description": "(Required) " } ] }, "description": "Decline an open incoming payment request" }, "response": [ { "id": "de5df072-10d6-4233-8b99-8bf9f47e376b", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/decline", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "decline" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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\": \"paymentRequest\",\n \"id\": \"prq_17c2d733bab578299db74a1a0fbfb53f\",\n \"attributes\": {\n \"amount\": \"\",\n \"currency\": \"\",\n \"status\": \"CANCELED\",\n \"description\": \"\",\n \"requesterName\": \"\",\n \"requesterEmail\": \"\",\n \"requesterAvatarUrl\": \"\",\n \"requesterHandle\": \"\",\n \"walletName\": \"\",\n \"payerName\": \"\",\n \"payerEmail\": \"\",\n \"payerAvatarUrl\": \"\",\n \"payerHandle\": \"\",\n \"payerPhone\": \"\",\n \"payerPartyId\": \"\",\n \"payerIdentifierType\": \"handle\",\n \"payerIdentifier\": \"\",\n \"initiatorParty\": {\n \"id\": \"pty_9ed037b76e8fb857939f8c803883952e\",\n \"name\": \"\",\n \"handle\": \"\"\n },\n \"initiatorAgent\": {\n \"id\": \"agt_d9b9170b02fbd1bc0c87b0dcd964eb34\",\n \"name\": \"\",\n \"handle\": \"\"\n },\n \"paymentLinkUrl\": \"\",\n \"transactionId\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n },\n \"relationships\": {\n \"requesterParty\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_b856e0a4e70743b3ce8278daf81b3508\"\n }\n },\n \"wallet\": {\n \"data\": {\n \"type\": \"wallet\",\n \"id\": \"wal_0a1f9a54965a51d96ceb00bdada2f92c\"\n }\n },\n \"payerParty\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_89f7852b8e31e08700d49c1b273a0b21\"\n }\n },\n \"payerAgent\": {\n \"data\": {\n \"type\": \"agent\",\n \"id\": \"agt_a3e72a68dea739e0aeadea97ff378677\"\n }\n },\n \"payment\": {\n \"data\": {\n \"type\": \"payment\",\n \"id\": \"pay_472d33d2e9f48df22924478cabb7c916\"\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T02:16:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-de5df072-10d6-4233-8b99-8bf9f47e376b" }, { "id": "3ca5d5c1-c2dc-4644-bbb3-4c9447e7a0c3", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/decline", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "decline" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-3ca5d5c1-c2dc-4644-bbb3-4c9447e7a0c3" }, { "id": "59bb0a82-9162-4409-b942-75d357e36f2a", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/decline", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "decline" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-59bb0a82-9162-4409-b942-75d357e36f2a" }, { "id": "281b44bb-d28c-4892-a0a6-1408148025e6", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/decline", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "decline" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-281b44bb-d28c-4892-a0a6-1408148025e6" }, { "id": "c752a672-dede-4dea-99c4-ed65579c43ed", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/decline", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "decline" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-c752a672-dede-4dea-99c4-ed65579c43ed" }, { "id": "9564ff02-7848-416d-a500-43e853923801", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/decline", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "decline" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-9564ff02-7848-416d-a500-43e853923801" }, { "id": "1ecb384b-24f9-4c44-b449-34244ceaebba", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/decline", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "decline" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-1ecb384b-24f9-4c44-b449-34244ceaebba" }, { "id": "074e3aac-73be-4ec0-8b61-3208f1280b27", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/decline", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "decline" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-074e3aac-73be-4ec0-8b61-3208f1280b27" }, { "id": "8faaedc6-9f17-41d7-9891-c1df02b0e65b", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/decline", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "decline" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-8faaedc6-9f17-41d7-9891-c1df02b0e65b" }, { "id": "5bf8b164-4d68-4fab-9fa9-56ed7780f5e6", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/decline", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "decline" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-5bf8b164-4d68-4fab-9fa9-56ed7780f5e6" }, { "id": "d757c3be-8358-4b8f-acef-208d93268c47", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/decline", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "decline" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-d757c3be-8358-4b8f-acef-208d93268c47" }, { "id": "b763157c-3119-451b-b442-3c94da261df3", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/decline", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "decline" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-b763157c-3119-451b-b442-3c94da261df3" }, { "id": "1c1277e3-c808-4bbd-bc7b-a9227d8df896", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/decline", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "decline" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-1c1277e3-c808-4bbd-bc7b-a9227d8df896" } ], "createdAt": "2026-07-28T02:16:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-b37d5990-5a12-4aae-8436-0045b30f19ff" } ], "id": "77b34f44-9b3e-4c75-95dc-660b63cd705b", "createdAt": "2026-07-28T02:16:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-77b34f44-9b3e-4c75-95dc-660b63cd705b" }, { "name": "cancel", "item": [ { "name": "Cancel payment request", "id": "db5a755e-7bce-48af-84e0-9b0882b97a2f", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/cancel", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "cancel" ], "variable": [ { "id": "894d24f6-d12f-4b8e-b7aa-84b8bb404655", "key": "paymentRequestId", "value": "prq_20072ff9d5beafe21857795589eb24ce", "description": "(Required) " } ] }, "description": "Cancel an open outgoing payment request" }, "response": [ { "id": "cd27cc81-4bbe-40c5-8265-c1dd26fc46f9", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/cancel", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "cancel" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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\": \"paymentRequest\",\n \"id\": \"prq_17c2d733bab578299db74a1a0fbfb53f\",\n \"attributes\": {\n \"amount\": \"\",\n \"currency\": \"\",\n \"status\": \"CANCELED\",\n \"description\": \"\",\n \"requesterName\": \"\",\n \"requesterEmail\": \"\",\n \"requesterAvatarUrl\": \"\",\n \"requesterHandle\": \"\",\n \"walletName\": \"\",\n \"payerName\": \"\",\n \"payerEmail\": \"\",\n \"payerAvatarUrl\": \"\",\n \"payerHandle\": \"\",\n \"payerPhone\": \"\",\n \"payerPartyId\": \"\",\n \"payerIdentifierType\": \"handle\",\n \"payerIdentifier\": \"\",\n \"initiatorParty\": {\n \"id\": \"pty_9ed037b76e8fb857939f8c803883952e\",\n \"name\": \"\",\n \"handle\": \"\"\n },\n \"initiatorAgent\": {\n \"id\": \"agt_d9b9170b02fbd1bc0c87b0dcd964eb34\",\n \"name\": \"\",\n \"handle\": \"\"\n },\n \"paymentLinkUrl\": \"\",\n \"transactionId\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n },\n \"relationships\": {\n \"requesterParty\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_b856e0a4e70743b3ce8278daf81b3508\"\n }\n },\n \"wallet\": {\n \"data\": {\n \"type\": \"wallet\",\n \"id\": \"wal_0a1f9a54965a51d96ceb00bdada2f92c\"\n }\n },\n \"payerParty\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_89f7852b8e31e08700d49c1b273a0b21\"\n }\n },\n \"payerAgent\": {\n \"data\": {\n \"type\": \"agent\",\n \"id\": \"agt_a3e72a68dea739e0aeadea97ff378677\"\n }\n },\n \"payment\": {\n \"data\": {\n \"type\": \"payment\",\n \"id\": \"pay_472d33d2e9f48df22924478cabb7c916\"\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T02:16:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-cd27cc81-4bbe-40c5-8265-c1dd26fc46f9" }, { "id": "0e60f3db-50e4-4e5b-a2c5-0ccf057de0d9", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/cancel", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "cancel" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-0e60f3db-50e4-4e5b-a2c5-0ccf057de0d9" }, { "id": "26c00044-e477-4a92-835c-098140d03858", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/cancel", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "cancel" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-26c00044-e477-4a92-835c-098140d03858" }, { "id": "9666d6aa-3863-4983-948b-502d7c3a2e27", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/cancel", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "cancel" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-9666d6aa-3863-4983-948b-502d7c3a2e27" }, { "id": "a46b96ea-3049-4392-916f-a835e89336ee", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/cancel", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "cancel" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-a46b96ea-3049-4392-916f-a835e89336ee" }, { "id": "6b7d2ba5-b9bf-43cc-a8a0-51526605f400", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/cancel", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "cancel" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-6b7d2ba5-b9bf-43cc-a8a0-51526605f400" }, { "id": "cd0eaef0-ea89-499c-9405-5355dcb65a65", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/cancel", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "cancel" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-cd0eaef0-ea89-499c-9405-5355dcb65a65" }, { "id": "7242ef2c-84f1-487f-be29-488ed6cfbc04", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/cancel", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "cancel" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-7242ef2c-84f1-487f-be29-488ed6cfbc04" }, { "id": "990c41c6-a0e1-40c5-b6ba-0cfda7cd4166", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/cancel", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "cancel" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-990c41c6-a0e1-40c5-b6ba-0cfda7cd4166" }, { "id": "76af7c2d-87b9-4315-a7f6-caee8ff826c6", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/cancel", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "cancel" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-76af7c2d-87b9-4315-a7f6-caee8ff826c6" }, { "id": "9849037f-1f2b-4c25-8532-93aab39a8b6a", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/cancel", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "cancel" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-9849037f-1f2b-4c25-8532-93aab39a8b6a" }, { "id": "d3c44cc5-10fc-4767-90e7-c8fb8303f448", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/cancel", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "cancel" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-d3c44cc5-10fc-4767-90e7-c8fb8303f448" }, { "id": "c28114f2-96a1-4570-9981-d72d08691f8e", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId/cancel", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId", "cancel" ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-c28114f2-96a1-4570-9981-d72d08691f8e" } ], "createdAt": "2026-07-28T02:16:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-db5a755e-7bce-48af-84e0-9b0882b97a2f" } ], "id": "f2ab32da-48b1-444e-8ee0-9da1b46af823", "createdAt": "2026-07-28T02:16:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-f2ab32da-48b1-444e-8ee0-9da1b46af823" }, { "name": "Get payment request", "id": "d736d8c4-8680-4736-9c32-3a9bcbd5e297", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId?partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId" ], "query": [ { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ], "variable": [ { "id": "0a95a1cd-16c1-4673-98a2-46c316ab84a4", "key": "paymentRequestId", "value": "prq_20072ff9d5beafe21857795589eb24ce", "description": "(Required) " } ] }, "description": "Get a payment request" }, "response": [ { "id": "d4c721e8-5ec3-4745-a35e-6c366c027826", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId?partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId" ], "query": [ { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ], "variable": [ { "key": "paymentRequestId" } ] } }, "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\": \"paymentRequest\",\n \"id\": \"prq_17c2d733bab578299db74a1a0fbfb53f\",\n \"attributes\": {\n \"amount\": \"\",\n \"currency\": \"\",\n \"status\": \"CANCELED\",\n \"description\": \"\",\n \"requesterName\": \"\",\n \"requesterEmail\": \"\",\n \"requesterAvatarUrl\": \"\",\n \"requesterHandle\": \"\",\n \"walletName\": \"\",\n \"payerName\": \"\",\n \"payerEmail\": \"\",\n \"payerAvatarUrl\": \"\",\n \"payerHandle\": \"\",\n \"payerPhone\": \"\",\n \"payerPartyId\": \"\",\n \"payerIdentifierType\": \"handle\",\n \"payerIdentifier\": \"\",\n \"initiatorParty\": {\n \"id\": \"pty_9ed037b76e8fb857939f8c803883952e\",\n \"name\": \"\",\n \"handle\": \"\"\n },\n \"initiatorAgent\": {\n \"id\": \"agt_d9b9170b02fbd1bc0c87b0dcd964eb34\",\n \"name\": \"\",\n \"handle\": \"\"\n },\n \"paymentLinkUrl\": \"\",\n \"transactionId\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n },\n \"relationships\": {\n \"requesterParty\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_b856e0a4e70743b3ce8278daf81b3508\"\n }\n },\n \"wallet\": {\n \"data\": {\n \"type\": \"wallet\",\n \"id\": \"wal_0a1f9a54965a51d96ceb00bdada2f92c\"\n }\n },\n \"payerParty\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_89f7852b8e31e08700d49c1b273a0b21\"\n }\n },\n \"payerAgent\": {\n \"data\": {\n \"type\": \"agent\",\n \"id\": \"agt_a3e72a68dea739e0aeadea97ff378677\"\n }\n },\n \"payment\": {\n \"data\": {\n \"type\": \"payment\",\n \"id\": \"pay_472d33d2e9f48df22924478cabb7c916\"\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T02:16:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-d4c721e8-5ec3-4745-a35e-6c366c027826" }, { "id": "d9233d8e-99d4-439a-a4c1-3e5e9a10c5f3", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId?partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId" ], "query": [ { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-d9233d8e-99d4-439a-a4c1-3e5e9a10c5f3" }, { "id": "2a2bb034-39c8-4cd4-a30d-b36a651ae908", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId?partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId" ], "query": [ { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-2a2bb034-39c8-4cd4-a30d-b36a651ae908" }, { "id": "693c33ef-979b-45c2-889c-f4d8924b7538", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId?partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId" ], "query": [ { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-693c33ef-979b-45c2-889c-f4d8924b7538" }, { "id": "4e1672f6-2f2f-48f0-b758-324d2d4bc1e4", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId?partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId" ], "query": [ { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-4e1672f6-2f2f-48f0-b758-324d2d4bc1e4" }, { "id": "c32af1e0-1d3b-4c57-84a8-34f5d8884e4f", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId?partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId" ], "query": [ { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-c32af1e0-1d3b-4c57-84a8-34f5d8884e4f" }, { "id": "09706dde-2c0c-40a7-9867-4845749d72a3", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId?partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId" ], "query": [ { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-09706dde-2c0c-40a7-9867-4845749d72a3" }, { "id": "170c8a0d-06f6-46ae-82cb-51f3b08f2b7d", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId?partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId" ], "query": [ { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-170c8a0d-06f6-46ae-82cb-51f3b08f2b7d" }, { "id": "98fba963-5ce7-4092-aa3b-4efa129ffa26", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId?partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId" ], "query": [ { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-98fba963-5ce7-4092-aa3b-4efa129ffa26" }, { "id": "6d18cabe-ef91-4920-9d25-ec2f7913fded", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId?partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId" ], "query": [ { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-6d18cabe-ef91-4920-9d25-ec2f7913fded" }, { "id": "9a1b34d1-dc56-4e47-84d1-f84dd9dfce58", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId?partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId" ], "query": [ { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-9a1b34d1-dc56-4e47-84d1-f84dd9dfce58" }, { "id": "276f3968-8e0f-49f9-bdbe-1fd0ded4060a", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId?partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId" ], "query": [ { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-276f3968-8e0f-49f9-bdbe-1fd0ded4060a" }, { "id": "41ae8af8-14ee-4fab-a68a-c3cf1b5d6e7b", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests/:paymentRequestId?partyId=pty_8822127366c2d4c7de2892460300d7a7", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests", ":paymentRequestId" ], "query": [ { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" } ], "variable": [ { "key": "paymentRequestId" } ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-41ae8af8-14ee-4fab-a68a-c3cf1b5d6e7b" } ], "createdAt": "2026-07-28T02:16:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-d736d8c4-8680-4736-9c32-3a9bcbd5e297" } ], "id": "5a46165e-288f-4596-9817-5ba3a3167c58", "createdAt": "2026-07-28T02:16:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-5a46165e-288f-4596-9817-5ba3a3167c58" }, { "name": "Create payment request", "id": "99d2402a-d4c1-4963-b892-e735cb45c74c", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"payer\": {\n \"type\": \"email\",\n \"value\": \"\"\n },\n \"customerPartyId\": \"pty_f565f14ffdc36ce82a380075db8cc443\",\n \"walletId\": \"wal_1930ef8f405fb456ddcd49851f3d7063\",\n \"currency\": \"USD\",\n \"description\": \"\",\n \"payerName\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ] }, "description": "Create a payment request" }, "response": [ { "id": "833bda54-c200-4770-94fb-eb5b96070724", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"payer\": {\n \"type\": \"email\",\n \"value\": \"\"\n },\n \"customerPartyId\": \"pty_f565f14ffdc36ce82a380075db8cc443\",\n \"walletId\": \"wal_1930ef8f405fb456ddcd49851f3d7063\",\n \"currency\": \"USD\",\n \"description\": \"\",\n \"payerName\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ] } }, "status": "Created", "code": 201, "_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\": \"paymentRequest\",\n \"id\": \"prq_178f3295683b6b34f9330e10e0629fcc\",\n \"attributes\": {\n \"amount\": \"\",\n \"currency\": \"\",\n \"status\": \"OPEN\",\n \"description\": \"\",\n \"requesterName\": \"\",\n \"requesterEmail\": \"\",\n \"requesterAvatarUrl\": \"\",\n \"requesterHandle\": \"\",\n \"walletName\": \"\",\n \"payerName\": \"\",\n \"payerEmail\": \"\",\n \"payerAvatarUrl\": \"\",\n \"payerHandle\": \"\",\n \"payerPhone\": \"\",\n \"payerPartyId\": \"\",\n \"payerIdentifierType\": \"phone\",\n \"payerIdentifier\": \"\",\n \"initiatorParty\": {\n \"id\": \"pty_7d62d9a9a883c144966adfd743fd2b17\",\n \"name\": \"\",\n \"handle\": \"\"\n },\n \"initiatorAgent\": {\n \"id\": \"agt_8e93ebf700344550c09dc256fc0f2c91\",\n \"name\": \"\",\n \"handle\": \"\"\n },\n \"paymentLinkUrl\": \"\",\n \"transactionId\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n },\n \"relationships\": {\n \"requesterParty\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_a32b47db1b666931a228399187dc2390\"\n }\n },\n \"payerParty\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_8dd84f0ec4032249e4aa80ef0bbb20e7\"\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T02:16:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-833bda54-c200-4770-94fb-eb5b96070724" }, { "id": "a5a6a098-7045-4948-9900-68b1a2771faa", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"payer\": {\n \"type\": \"email\",\n \"value\": \"\"\n },\n \"customerPartyId\": \"pty_f565f14ffdc36ce82a380075db8cc443\",\n \"walletId\": \"wal_1930ef8f405fb456ddcd49851f3d7063\",\n \"currency\": \"USD\",\n \"description\": \"\",\n \"payerName\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-a5a6a098-7045-4948-9900-68b1a2771faa" }, { "id": "d7a2dbc9-18bc-4eb9-a08d-c6f06834736f", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"payer\": {\n \"type\": \"email\",\n \"value\": \"\"\n },\n \"customerPartyId\": \"pty_f565f14ffdc36ce82a380075db8cc443\",\n \"walletId\": \"wal_1930ef8f405fb456ddcd49851f3d7063\",\n \"currency\": \"USD\",\n \"description\": \"\",\n \"payerName\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-d7a2dbc9-18bc-4eb9-a08d-c6f06834736f" }, { "id": "2a06e341-45be-4edd-bd17-499172e54ed8", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"payer\": {\n \"type\": \"email\",\n \"value\": \"\"\n },\n \"customerPartyId\": \"pty_f565f14ffdc36ce82a380075db8cc443\",\n \"walletId\": \"wal_1930ef8f405fb456ddcd49851f3d7063\",\n \"currency\": \"USD\",\n \"description\": \"\",\n \"payerName\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-2a06e341-45be-4edd-bd17-499172e54ed8" }, { "id": "b5b0cbd2-40dd-4200-9c85-ab7b3da0e021", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"payer\": {\n \"type\": \"email\",\n \"value\": \"\"\n },\n \"customerPartyId\": \"pty_f565f14ffdc36ce82a380075db8cc443\",\n \"walletId\": \"wal_1930ef8f405fb456ddcd49851f3d7063\",\n \"currency\": \"USD\",\n \"description\": \"\",\n \"payerName\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-b5b0cbd2-40dd-4200-9c85-ab7b3da0e021" }, { "id": "a30ddd7f-4024-49e1-acaa-3dc5cd9d6f35", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"payer\": {\n \"type\": \"email\",\n \"value\": \"\"\n },\n \"customerPartyId\": \"pty_f565f14ffdc36ce82a380075db8cc443\",\n \"walletId\": \"wal_1930ef8f405fb456ddcd49851f3d7063\",\n \"currency\": \"USD\",\n \"description\": \"\",\n \"payerName\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-a30ddd7f-4024-49e1-acaa-3dc5cd9d6f35" }, { "id": "7f2b2cbc-37e7-4c88-a0df-5d014d07023b", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"payer\": {\n \"type\": \"email\",\n \"value\": \"\"\n },\n \"customerPartyId\": \"pty_f565f14ffdc36ce82a380075db8cc443\",\n \"walletId\": \"wal_1930ef8f405fb456ddcd49851f3d7063\",\n \"currency\": \"USD\",\n \"description\": \"\",\n \"payerName\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-7f2b2cbc-37e7-4c88-a0df-5d014d07023b" }, { "id": "6830cb4c-6d68-4e05-a0d0-1e9152db1479", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"payer\": {\n \"type\": \"email\",\n \"value\": \"\"\n },\n \"customerPartyId\": \"pty_f565f14ffdc36ce82a380075db8cc443\",\n \"walletId\": \"wal_1930ef8f405fb456ddcd49851f3d7063\",\n \"currency\": \"USD\",\n \"description\": \"\",\n \"payerName\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-6830cb4c-6d68-4e05-a0d0-1e9152db1479" }, { "id": "c7a42c41-26bd-4b88-ad79-c993d05f5047", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"payer\": {\n \"type\": \"email\",\n \"value\": \"\"\n },\n \"customerPartyId\": \"pty_f565f14ffdc36ce82a380075db8cc443\",\n \"walletId\": \"wal_1930ef8f405fb456ddcd49851f3d7063\",\n \"currency\": \"USD\",\n \"description\": \"\",\n \"payerName\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-c7a42c41-26bd-4b88-ad79-c993d05f5047" }, { "id": "5b02834a-5255-475c-a04d-dd2f8b98e053", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"payer\": {\n \"type\": \"email\",\n \"value\": \"\"\n },\n \"customerPartyId\": \"pty_f565f14ffdc36ce82a380075db8cc443\",\n \"walletId\": \"wal_1930ef8f405fb456ddcd49851f3d7063\",\n \"currency\": \"USD\",\n \"description\": \"\",\n \"payerName\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-5b02834a-5255-475c-a04d-dd2f8b98e053" }, { "id": "17a7a290-76c6-4a6a-b7b6-90c4eb3ccac3", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"payer\": {\n \"type\": \"email\",\n \"value\": \"\"\n },\n \"customerPartyId\": \"pty_f565f14ffdc36ce82a380075db8cc443\",\n \"walletId\": \"wal_1930ef8f405fb456ddcd49851f3d7063\",\n \"currency\": \"USD\",\n \"description\": \"\",\n \"payerName\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-17a7a290-76c6-4a6a-b7b6-90c4eb3ccac3" }, { "id": "af8debc1-dfba-4e28-b06b-fea8563f2a32", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"payer\": {\n \"type\": \"email\",\n \"value\": \"\"\n },\n \"customerPartyId\": \"pty_f565f14ffdc36ce82a380075db8cc443\",\n \"walletId\": \"wal_1930ef8f405fb456ddcd49851f3d7063\",\n \"currency\": \"USD\",\n \"description\": \"\",\n \"payerName\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-af8debc1-dfba-4e28-b06b-fea8563f2a32" }, { "id": "a0b35496-3687-4dda-a9a1-cd1c5b3cd428", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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 \"payer\": {\n \"type\": \"email\",\n \"value\": \"\"\n },\n \"customerPartyId\": \"pty_f565f14ffdc36ce82a380075db8cc443\",\n \"walletId\": \"wal_1930ef8f405fb456ddcd49851f3d7063\",\n \"currency\": \"USD\",\n \"description\": \"\",\n \"payerName\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment-requests", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ] } }, "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-a0b35496-3687-4dda-a9a1-cd1c5b3cd428" } ], "createdAt": "2026-07-28T02:16:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-99d2402a-d4c1-4963-b892-e735cb45c74c" }, { "name": "List payment requests", "id": "16275f73-6858-48c0-bdfa-1fdfbdce1736", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7&includeCompleted=&includeCanceled=", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" }, { "key": "includeCompleted", "value": "" }, { "key": "includeCanceled", "value": "" } ] }, "description": "List outgoing payment requests" }, "response": [ { "id": "7692cd00-1efc-4dff-91a9-e2037606a491", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7&includeCompleted=&includeCanceled=", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" }, { "key": "includeCompleted", "value": "" }, { "key": "includeCanceled", "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\": \"paymentRequest\",\n \"id\": \"prq_849f1043f739f2e5a7f39c9c89dfe5cb\",\n \"attributes\": {\n \"amount\": \"\",\n \"currency\": \"\",\n \"status\": \"EXPIRED\",\n \"description\": \"\",\n \"requesterName\": \"\",\n \"requesterEmail\": \"\",\n \"requesterAvatarUrl\": \"\",\n \"requesterHandle\": \"\",\n \"walletName\": \"\",\n \"payerName\": \"\",\n \"payerEmail\": \"\",\n \"payerAvatarUrl\": \"\",\n \"payerHandle\": \"\",\n \"payerPhone\": \"\",\n \"payerPartyId\": \"\",\n \"payerIdentifierType\": \"party_id\",\n \"payerIdentifier\": \"\",\n \"initiatorParty\": {\n \"id\": \"pty_da1bdc130e816b650e04d673554928d3\",\n \"name\": \"\",\n \"handle\": \"\"\n },\n \"initiatorAgent\": {\n \"id\": \"agt_a3876c756d31dffcf75b9e9cec622f40\",\n \"name\": \"\",\n \"handle\": \"\"\n },\n \"paymentLinkUrl\": \"\",\n \"transactionId\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n },\n \"relationships\": {\n \"requesterParty\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_110b990ae4752123fc9c559de83d7ac7\"\n }\n },\n \"wallet\": {\n \"data\": {\n \"type\": \"wallet\",\n \"id\": \"wal_7873261c47b518ecfcc1a261286eb927\"\n }\n },\n \"payerParty\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_820b898f23768def9ae0e26a50a0a7ad\"\n }\n },\n \"payerAgent\": {\n \"data\": {\n \"type\": \"agent\",\n \"id\": \"agt_cfacf96d67e70a3960c53632ccd2822f\"\n }\n },\n \"payment\": {\n \"data\": {\n \"type\": \"payment\",\n \"id\": \"pay_9b7346d04f44fe9cab3c120fcb1d0fe0\"\n }\n }\n }\n },\n {\n \"type\": \"paymentRequest\",\n \"id\": \"prq_71fa69f4ad7c84df2e12454ac97052e0\",\n \"attributes\": {\n \"amount\": \"\",\n \"currency\": \"\",\n \"status\": \"RETURNED\",\n \"description\": \"\",\n \"requesterName\": \"\",\n \"requesterEmail\": \"\",\n \"requesterAvatarUrl\": \"\",\n \"requesterHandle\": \"\",\n \"walletName\": \"\",\n \"payerName\": \"\",\n \"payerEmail\": \"\",\n \"payerAvatarUrl\": \"\",\n \"payerHandle\": \"\",\n \"payerPhone\": \"\",\n \"payerPartyId\": \"\",\n \"payerIdentifierType\": \"email\",\n \"payerIdentifier\": \"\",\n \"initiatorParty\": {\n \"id\": \"pty_f82bca2116295cebdd4ecca61a239e4e\",\n \"name\": \"\",\n \"handle\": \"\"\n },\n \"initiatorAgent\": {\n \"id\": \"agt_7490e1836a62ffdc794f513bec0f20df\",\n \"name\": \"\",\n \"handle\": \"\"\n },\n \"paymentLinkUrl\": \"\",\n \"transactionId\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n },\n \"relationships\": {\n \"requesterParty\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_a28f0903f53c9565465956b45f65004f\"\n }\n },\n \"wallet\": {\n \"data\": {\n \"type\": \"wallet\",\n \"id\": \"wal_e6105668c6dc4c5b626c94c757cbd2ae\"\n }\n },\n \"payerParty\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_482eea793609eaea59700817d515c732\"\n }\n },\n \"payerAgent\": {\n \"data\": {\n \"type\": \"agent\",\n \"id\": \"agt_02617473daea6e76328a1e6576811195\"\n }\n },\n \"payment\": {\n \"data\": {\n \"type\": \"payment\",\n \"id\": \"pay_ec4d90393b12f4834b6e09760659a2e3\"\n }\n }\n }\n }\n ],\n \"meta\": {\n \"pagination\": {\n \"hasMore\": \"\",\n \"nextCursor\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:16:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-7692cd00-1efc-4dff-91a9-e2037606a491" }, { "id": "bf542bf2-0fef-48f3-88de-d92cfca8da80", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7&includeCompleted=&includeCanceled=", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" }, { "key": "includeCompleted", "value": "" }, { "key": "includeCanceled", "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-bf542bf2-0fef-48f3-88de-d92cfca8da80" }, { "id": "7d349012-22c9-421b-b661-5d2cfc039e0f", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7&includeCompleted=&includeCanceled=", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" }, { "key": "includeCompleted", "value": "" }, { "key": "includeCanceled", "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-7d349012-22c9-421b-b661-5d2cfc039e0f" }, { "id": "7ca21412-de5d-40b4-ac55-df61e11c9f17", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7&includeCompleted=&includeCanceled=", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" }, { "key": "includeCompleted", "value": "" }, { "key": "includeCanceled", "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-7ca21412-de5d-40b4-ac55-df61e11c9f17" }, { "id": "917ce78e-37a1-4658-8ed4-2c4cf5bb11d7", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7&includeCompleted=&includeCanceled=", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" }, { "key": "includeCompleted", "value": "" }, { "key": "includeCanceled", "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-917ce78e-37a1-4658-8ed4-2c4cf5bb11d7" }, { "id": "a9608ca0-8c43-4927-9bd0-972be185b306", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7&includeCompleted=&includeCanceled=", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" }, { "key": "includeCompleted", "value": "" }, { "key": "includeCanceled", "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-a9608ca0-8c43-4927-9bd0-972be185b306" }, { "id": "fbe19326-bb73-4e45-9048-563ed92d512c", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7&includeCompleted=&includeCanceled=", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" }, { "key": "includeCompleted", "value": "" }, { "key": "includeCanceled", "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-fbe19326-bb73-4e45-9048-563ed92d512c" }, { "id": "cd50bf28-7b07-4bf3-99d7-be7234cca77c", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7&includeCompleted=&includeCanceled=", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" }, { "key": "includeCompleted", "value": "" }, { "key": "includeCanceled", "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-cd50bf28-7b07-4bf3-99d7-be7234cca77c" }, { "id": "3283602f-fd3b-4161-9344-961cc4bf1382", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7&includeCompleted=&includeCanceled=", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" }, { "key": "includeCompleted", "value": "" }, { "key": "includeCanceled", "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-3283602f-fd3b-4161-9344-961cc4bf1382" }, { "id": "80b14698-403d-4aef-99b6-015e889c52c9", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7&includeCompleted=&includeCanceled=", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" }, { "key": "includeCompleted", "value": "" }, { "key": "includeCanceled", "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-80b14698-403d-4aef-99b6-015e889c52c9" }, { "id": "3eab1974-84f6-4c3f-8a38-7567e2325dfb", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7&includeCompleted=&includeCanceled=", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" }, { "key": "includeCompleted", "value": "" }, { "key": "includeCanceled", "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-3eab1974-84f6-4c3f-8a38-7567e2325dfb" }, { "id": "1b83cb7f-68ef-4bdb-8b6d-78710f86e9a1", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7&includeCompleted=&includeCanceled=", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" }, { "key": "includeCompleted", "value": "" }, { "key": "includeCanceled", "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-1b83cb7f-68ef-4bdb-8b6d-78710f86e9a1" }, { "id": "9016272e-ffb1-48b3-9519-4a05105d5357", "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_2eaf32212a2a0b1396c9d55d38475b97" }, { "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}}/payment-requests?limit=50&cursor=&partyId=pty_8822127366c2d4c7de2892460300d7a7&includeCompleted=&includeCanceled=", "host": [ "{{baseUrl}}" ], "path": [ "payment-requests" ], "query": [ { "key": "limit", "value": "50" }, { "key": "cursor", "value": "" }, { "key": "partyId", "value": "pty_8822127366c2d4c7de2892460300d7a7" }, { "key": "includeCompleted", "value": "" }, { "key": "includeCanceled", "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:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-9016272e-ffb1-48b3-9519-4a05105d5357" } ], "createdAt": "2026-07-28T02:16:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-16275f73-6858-48c0-bdfa-1fdfbdce1736" } ], "id": "6b91de3e-e59a-43b2-99f7-f0f37d51f282", "createdAt": "2026-07-28T02:16:14.000Z", "updatedAt": "2026-07-28T02:16:14.000Z", "uid": "35240-6b91de3e-e59a-43b2-99f7-f0f37d51f282" } ], "variable": [ { "key": "baseUrl", "value": "https://api.natural.com" } ] }