{ "info": { "_postman_id": "a2d66788-7aa0-4d28-8588-af3f423e2ce5", "name": "Grid Agent Management Agent Operations API", "description": "API for managing global payments on the open Money Grid. Built by Lightspark. See the full documentation at https://docs.lightspark.com/.\n\n\nContact Support:\n Name: Lightspark Support\n Email: support@lightspark.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:06:58.000Z", "updatedAt": "2026-07-28T02:06:58.000Z", "lastUpdatedBy": "35240", "uid": "35240-a2d66788-7aa0-4d28-8588-af3f423e2ce5" }, "item": [ { "name": "agents", "item": [ { "name": "me", "item": [ { "name": "transactions", "item": [ { "name": "{transactionId}", "item": [ { "name": "Get agent transaction by ID", "id": "3f97f199-08e7-40bc-9b58-5a6154645f89", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/agents/me/transactions/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "transactions", ":transactionId" ], "variable": [ { "id": "3939f55b-6606-4fb2-8c13-96f091495752", "key": "transactionId", "value": "", "description": "(Required) Unique identifier of the transaction" } ] }, "description": "Retrieve a specific transaction belonging to the authenticated agent's customer. Returns 404 if the transaction exists but belongs to a different customer.\n" }, "response": [ { "id": "d8185475-4897-489a-a911-5011ac6c545c", "name": "Successful operation", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/transactions/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "transactions", ":transactionId" ], "variable": [ { "key": "transactionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"customerId\": \"\",\n \"destination\": {\n \"accountId\": \"\",\n \"destinationType\": \"ACCOUNT\",\n \"currency\": \"\",\n \"onChainTransaction\": {\n \"transactionHash\": \"\",\n \"network\": \"TRON\"\n }\n },\n \"direction\": \"DEBIT\",\n \"id\": \"\",\n \"platformCustomerId\": \"\",\n \"receivedAmount\": {\n \"amount\": \"\",\n \"currency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n }\n },\n \"status\": \"PENDING\",\n \"type\": \"OUTGOING\",\n \"settledAt\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"receiptDeliveryConfirmedAt\": \"\",\n \"agentId\": \"\",\n \"description\": \"\",\n \"counterpartyInformation\": {\n \"eiusmod23\": \"in do ullamco ut\"\n },\n \"source\": {\n \"accountId\": \"\",\n \"sourceType\": \"ACCOUNT\",\n \"currency\": \"\",\n \"onChainTransaction\": {\n \"transactionHash\": \"\",\n \"network\": \"SOLANA\"\n }\n },\n \"fees\": \"\",\n \"reconciliationInstructions\": {\n \"reference\": \"\",\n \"transactionHash\": \"\"\n },\n \"rateDetails\": {\n \"gridApiMultiplier\": \"\",\n \"gridApiFixedFee\": \"\",\n \"gridApiVariableFeeRate\": \"\",\n \"gridApiVariableFeeAmount\": \"\"\n },\n \"failureReason\": \"PAYMENT_APPROVAL_WEBHOOK_ERROR\"\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-d8185475-4897-489a-a911-5011ac6c545c" }, { "id": "4a3e5cb1-ace7-47df-aabb-421ee55efab6", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/transactions/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "transactions", ":transactionId" ], "variable": [ { "key": "transactionId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 401,\n \"code\": \"REQUEST_ID_MISSING\",\n \"details\": {\n \"pariatur64\": \"culpa\"\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-4a3e5cb1-ace7-47df-aabb-421ee55efab6" }, { "id": "c927992d-ab1f-4c3d-bd5d-b0c0d00cffe5", "name": "Transaction not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/transactions/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "transactions", ":transactionId" ], "variable": [ { "key": "transactionId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 404,\n \"code\": \"TRANSACTION_NOT_FOUND\",\n \"details\": {\n \"aliquip_3a\": -27636648.00940804,\n \"Ut49\": 40261138.179578185,\n \"aliqua_27a\": false,\n \"ullamco__e\": false\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-c927992d-ab1f-4c3d-bd5d-b0c0d00cffe5" }, { "id": "dd6f0436-caeb-48dc-8bea-9d7d7386e5a7", "name": "Internal service error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/transactions/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "transactions", ":transactionId" ], "variable": [ { "key": "transactionId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 500,\n \"code\": \"INTERNAL_ERROR\",\n \"details\": {\n \"consequat_44\": -1638727.8967180848\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-dd6f0436-caeb-48dc-8bea-9d7d7386e5a7" } ], "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-3f97f199-08e7-40bc-9b58-5a6154645f89" } ], "id": "55352ca1-5e6f-48f5-a1e9-de8a1f1e78eb", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-55352ca1-5e6f-48f5-a1e9-de8a1f1e78eb" }, { "name": "List agent transactions", "id": "fe94f07d-378b-4cf0-b989-b31413f59370", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/agents/me/transactions?accountIdentifier=&senderAccountIdentifier=&receiverAccountIdentifier=&status=FAILED&type=OUTGOING&reference=&startDate=&endDate=&limit=20&cursor=&sortOrder=desc", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "transactions" ], "query": [ { "description": "Filter by account identifier (matches either sender or receiver)", "key": "accountIdentifier", "value": "" }, { "description": "Filter by sender account identifier", "key": "senderAccountIdentifier", "value": "" }, { "description": "Filter by receiver account identifier", "key": "receiverAccountIdentifier", "value": "" }, { "description": "Filter by transaction status", "key": "status", "value": "FAILED" }, { "description": "Filter by transaction type", "key": "type", "value": "OUTGOING" }, { "description": "Filter by reference", "key": "reference", "value": "" }, { "description": "Filter by start date (inclusive) in ISO 8601 format", "key": "startDate", "value": "" }, { "description": "Filter by end date (inclusive) in ISO 8601 format", "key": "endDate", "value": "" }, { "description": "Maximum number of results to return (default 20, max 100)", "key": "limit", "value": "20" }, { "description": "Cursor for pagination (returned from previous request)", "key": "cursor", "value": "" }, { "description": "Order to sort results in", "key": "sortOrder", "value": "desc" } ] }, "description": "Retrieve a paginated list of transactions for the authenticated agent's customer. Results are automatically scoped to the agent's associated customer \u2014 no customer filter is needed or accepted.\n" }, "response": [ { "id": "642087c1-4e44-4990-9469-c18ed3bce66d", "name": "Successful operation", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/transactions?accountIdentifier=&senderAccountIdentifier=&receiverAccountIdentifier=&status=FAILED&type=OUTGOING&reference=&startDate=&endDate=&limit=20&cursor=&sortOrder=desc", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "transactions" ], "query": [ { "description": "Filter by account identifier (matches either sender or receiver)", "key": "accountIdentifier", "value": "" }, { "description": "Filter by sender account identifier", "key": "senderAccountIdentifier", "value": "" }, { "description": "Filter by receiver account identifier", "key": "receiverAccountIdentifier", "value": "" }, { "description": "Filter by transaction status", "key": "status", "value": "FAILED" }, { "description": "Filter by transaction type", "key": "type", "value": "OUTGOING" }, { "description": "Filter by reference", "key": "reference", "value": "" }, { "description": "Filter by start date (inclusive) in ISO 8601 format", "key": "startDate", "value": "" }, { "description": "Filter by end date (inclusive) in ISO 8601 format", "key": "endDate", "value": "" }, { "description": "Maximum number of results to return (default 20, max 100)", "key": "limit", "value": "20" }, { "description": "Cursor for pagination (returned from previous request)", "key": "cursor", "value": "" }, { "description": "Order to sort results in", "key": "sortOrder", "value": "desc" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"customerId\": \"\",\n \"destination\": {\n \"accountId\": \"\",\n \"destinationType\": \"ACCOUNT\",\n \"currency\": \"\",\n \"onChainTransaction\": {\n \"transactionHash\": \"\",\n \"network\": \"SOLANA\"\n }\n },\n \"direction\": \"DEBIT\",\n \"id\": \"\",\n \"platformCustomerId\": \"\",\n \"receivedAmount\": {\n \"amount\": \"\",\n \"currency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n }\n },\n \"status\": \"PENDING_AUTHORIZATION\",\n \"type\": \"INCOMING\",\n \"settledAt\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"receiptDeliveryConfirmedAt\": \"\",\n \"agentId\": \"\",\n \"description\": \"\",\n \"counterpartyInformation\": {\n \"dolorde\": \"consectetur enim incididunt\"\n },\n \"source\": {\n \"accountId\": \"\",\n \"sourceType\": \"UMA_ADDRESS\",\n \"currency\": \"\",\n \"onChainTransaction\": {\n \"transactionHash\": \"\",\n \"network\": \"ETHEREUM\"\n }\n },\n \"fees\": \"\",\n \"reconciliationInstructions\": {\n \"reference\": \"\",\n \"transactionHash\": \"\"\n },\n \"rateDetails\": {\n \"gridApiMultiplier\": \"\",\n \"gridApiFixedFee\": \"\",\n \"gridApiVariableFeeRate\": \"\",\n \"gridApiVariableFeeAmount\": \"\"\n },\n \"failureReason\": \"PAYMENT_APPROVAL_WEBHOOK_ERROR\"\n },\n {\n \"customerId\": \"\",\n \"destination\": {\n \"accountId\": \"\",\n \"destinationType\": \"UMA_ADDRESS\",\n \"currency\": \"\",\n \"onChainTransaction\": {\n \"transactionHash\": \"\",\n \"network\": \"BASE\"\n }\n },\n \"direction\": \"DEBIT\",\n \"id\": \"\",\n \"platformCustomerId\": \"\",\n \"receivedAmount\": {\n \"amount\": \"\",\n \"currency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n }\n },\n \"status\": \"PROCESSING\",\n \"type\": \"INCOMING\",\n \"settledAt\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"receiptDeliveryConfirmedAt\": \"\",\n \"agentId\": \"\",\n \"description\": \"\",\n \"counterpartyInformation\": {\n \"esse_a9\": \"commodo reprehenderit exercitation eiusmod\",\n \"ina5\": \"quis sint consequat ad\",\n \"Ut4\": 77746854\n },\n \"source\": {\n \"accountId\": \"\",\n \"sourceType\": \"REALTIME_FUNDING\",\n \"currency\": \"\",\n \"onChainTransaction\": {\n \"transactionHash\": \"\",\n \"network\": \"SPARK\"\n }\n },\n \"fees\": \"\",\n \"reconciliationInstructions\": {\n \"reference\": \"\",\n \"transactionHash\": \"\"\n },\n \"rateDetails\": {\n \"gridApiMultiplier\": \"\",\n \"gridApiFixedFee\": \"\",\n \"gridApiVariableFeeRate\": \"\",\n \"gridApiVariableFeeAmount\": \"\"\n },\n \"failureReason\": \"PAYMENT_APPROVAL_TIMED_OUT\"\n }\n ],\n \"hasMore\": \"\",\n \"nextCursor\": \"\",\n \"totalCount\": \"\"\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-642087c1-4e44-4990-9469-c18ed3bce66d" }, { "id": "ff936ec9-2898-4243-848e-bf7fe2b58110", "name": "Bad request - Invalid parameters", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/transactions?accountIdentifier=&senderAccountIdentifier=&receiverAccountIdentifier=&status=FAILED&type=OUTGOING&reference=&startDate=&endDate=&limit=20&cursor=&sortOrder=desc", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "transactions" ], "query": [ { "description": "Filter by account identifier (matches either sender or receiver)", "key": "accountIdentifier", "value": "" }, { "description": "Filter by sender account identifier", "key": "senderAccountIdentifier", "value": "" }, { "description": "Filter by receiver account identifier", "key": "receiverAccountIdentifier", "value": "" }, { "description": "Filter by transaction status", "key": "status", "value": "FAILED" }, { "description": "Filter by transaction type", "key": "type", "value": "OUTGOING" }, { "description": "Filter by reference", "key": "reference", "value": "" }, { "description": "Filter by start date (inclusive) in ISO 8601 format", "key": "startDate", "value": "" }, { "description": "Filter by end date (inclusive) in ISO 8601 format", "key": "endDate", "value": "" }, { "description": "Maximum number of results to return (default 20, max 100)", "key": "limit", "value": "20" }, { "description": "Cursor for pagination (returned from previous request)", "key": "cursor", "value": "" }, { "description": "Order to sort results in", "key": "sortOrder", "value": "desc" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 400,\n \"code\": \"INVALID_CURRENCY\",\n \"details\": {\n \"velit1\": 76048171,\n \"nulladb\": -14912585.363073736\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-ff936ec9-2898-4243-848e-bf7fe2b58110" }, { "id": "8c70b80f-cf6a-48ae-abdd-896fc1b64854", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/transactions?accountIdentifier=&senderAccountIdentifier=&receiverAccountIdentifier=&status=FAILED&type=OUTGOING&reference=&startDate=&endDate=&limit=20&cursor=&sortOrder=desc", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "transactions" ], "query": [ { "description": "Filter by account identifier (matches either sender or receiver)", "key": "accountIdentifier", "value": "" }, { "description": "Filter by sender account identifier", "key": "senderAccountIdentifier", "value": "" }, { "description": "Filter by receiver account identifier", "key": "receiverAccountIdentifier", "value": "" }, { "description": "Filter by transaction status", "key": "status", "value": "FAILED" }, { "description": "Filter by transaction type", "key": "type", "value": "OUTGOING" }, { "description": "Filter by reference", "key": "reference", "value": "" }, { "description": "Filter by start date (inclusive) in ISO 8601 format", "key": "startDate", "value": "" }, { "description": "Filter by end date (inclusive) in ISO 8601 format", "key": "endDate", "value": "" }, { "description": "Maximum number of results to return (default 20, max 100)", "key": "limit", "value": "20" }, { "description": "Cursor for pagination (returned from previous request)", "key": "cursor", "value": "" }, { "description": "Order to sort results in", "key": "sortOrder", "value": "desc" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 401,\n \"code\": \"REQUEST_ID_MISSING\",\n \"details\": {\n \"pariatur64\": \"culpa\"\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-8c70b80f-cf6a-48ae-abdd-896fc1b64854" }, { "id": "dda311d7-d393-4c34-87c4-9baa5a3100d6", "name": "Internal service error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/transactions?accountIdentifier=&senderAccountIdentifier=&receiverAccountIdentifier=&status=FAILED&type=OUTGOING&reference=&startDate=&endDate=&limit=20&cursor=&sortOrder=desc", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "transactions" ], "query": [ { "description": "Filter by account identifier (matches either sender or receiver)", "key": "accountIdentifier", "value": "" }, { "description": "Filter by sender account identifier", "key": "senderAccountIdentifier", "value": "" }, { "description": "Filter by receiver account identifier", "key": "receiverAccountIdentifier", "value": "" }, { "description": "Filter by transaction status", "key": "status", "value": "FAILED" }, { "description": "Filter by transaction type", "key": "type", "value": "OUTGOING" }, { "description": "Filter by reference", "key": "reference", "value": "" }, { "description": "Filter by start date (inclusive) in ISO 8601 format", "key": "startDate", "value": "" }, { "description": "Filter by end date (inclusive) in ISO 8601 format", "key": "endDate", "value": "" }, { "description": "Maximum number of results to return (default 20, max 100)", "key": "limit", "value": "20" }, { "description": "Cursor for pagination (returned from previous request)", "key": "cursor", "value": "" }, { "description": "Order to sort results in", "key": "sortOrder", "value": "desc" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 500,\n \"code\": \"INTERNAL_ERROR\",\n \"details\": {\n \"consequat_44\": -1638727.8967180848\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-dda311d7-d393-4c34-87c4-9baa5a3100d6" } ], "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-fe94f07d-378b-4cf0-b989-b31413f59370" } ], "id": "c77ca295-d5b5-4108-a2a9-f0a914353db2", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-c77ca295-d5b5-4108-a2a9-f0a914353db2" }, { "name": "quotes", "item": [ { "name": "{quoteId}", "item": [ { "name": "execute", "item": [ { "name": "Execute a quote", "id": "ca014c82-057c-453b-a474-42f03eb54f5b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "value": "" }, { "description": "Full Grid wallet signature over the `payloadToSign` returned in the quote's `paymentInstructions[].accountOrWalletInfo` entry, produced with the session private key of a verified authentication credential on the source Embedded Wallet. Required when the quote's source is an internal account of type `EMBEDDED_WALLET`; ignored for other source types.", "key": "Grid-Wallet-Signature", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/agents/me/quotes/:quoteId/execute", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "quotes", ":quoteId", "execute" ], "variable": [ { "id": "b42c3c1e-b92b-4f36-914f-e872ca1f30ff", "key": "quoteId", "value": "", "description": "(Required) The unique identifier of the quote to execute" } ] }, "description": "Execute a quote created by the authenticated agent. Requires the EXECUTE_QUOTES permission in the agent's policy.\nIf the agent's policy requires approval for this amount (based on execution mode or approval thresholds), the transaction will be created in a pending state and must be approved by the platform via `POST /agents/{agentId}/actions/{actionId}/approve`.\nOnce executed, the quote cannot be cancelled.\n" }, "response": [ { "id": "e10fb110-909e-4e3f-9ee1-a41761959491", "name": "Action submitted successfully. If the agent's policy requires approval, the returned `AgentAction` will have status `PENDING_APPROVAL` and no `transaction` yet. If the policy permits automatic execution, status will be `APPROVED` and `transaction` will be", "originalRequest": { "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "value": "" }, { "description": "Full Grid wallet signature over the `payloadToSign` returned in the quote's `paymentInstructions[].accountOrWalletInfo` entry, produced with the session private key of a verified authentication credential on the source Embedded Wallet. Required when the quote's source is an internal account of type `EMBEDDED_WALLET`; ignored for other source types.", "key": "Grid-Wallet-Signature", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/quotes/:quoteId/execute", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "quotes", ":quoteId", "execute" ], "variable": [ { "key": "quoteId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"agentId\": \"\",\n \"customerId\": \"\",\n \"platformCustomerId\": \"\",\n \"status\": \"APPROVED\",\n \"type\": \"TRANSFER_OUT\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"quote\": {\n \"id\": \"\",\n \"status\": \"FAILED\",\n \"expiresAt\": \"\",\n \"createdAt\": \"\",\n \"source\": {\n \"accountId\": \"\",\n \"sourceType\": \"ACCOUNT\",\n \"customerId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\",\n \"destinationType\": \"UMA_ADDRESS\",\n \"paymentRail\": \"ACH\"\n },\n \"sendingCurrency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n },\n \"receivingCurrency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n },\n \"totalSendingAmount\": \"\",\n \"totalReceivingAmount\": \"\",\n \"exchangeRate\": \"\",\n \"feesIncluded\": \"\",\n \"transactionId\": \"\",\n \"paymentInstructions\": [\n {\n \"accountOrWalletInfo\": {\n \"accountNumber\": \"\",\n \"accountType\": \"CAD_ACCOUNT\",\n \"paymentRails\": [\n \"FEDNOW\",\n \"WIRE\"\n ],\n \"reference\": \"\",\n \"routingNumber\": \"553281096\"\n },\n \"instructionsNotes\": \"\",\n \"isPlatformAccount\": \"\"\n },\n {\n \"accountOrWalletInfo\": {\n \"accountNumber\": \"\",\n \"accountType\": \"SGD_ACCOUNT\",\n \"paymentRails\": [\n \"FEDNOW\",\n \"WIRE\"\n ],\n \"reference\": \"\",\n \"routingNumber\": \"780752227\"\n },\n \"instructionsNotes\": \"\",\n \"isPlatformAccount\": \"\"\n }\n ],\n \"remittanceInformation\": \"\",\n \"counterpartyInformation\": {\n \"nisi53\": true,\n \"ut39\": 51742263\n },\n \"rateDetails\": {\n \"counterpartyMultiplier\": \"\",\n \"counterpartyFixedFee\": \"\",\n \"gridApiMultiplier\": \"\",\n \"gridApiFixedFee\": \"\",\n \"gridApiVariableFeeRate\": \"\",\n \"gridApiVariableFeeAmount\": \"\"\n },\n \"scaChallenge\": {\n \"id\": \"\",\n \"expiresAt\": \"\",\n \"factor\": \"TOTP\",\n \"availableFactors\": [\n \"PASSKEY\",\n \"SMS_OTP\"\n ],\n \"purpose\": \"\",\n \"passkeyAssertionOptions\": {\n \"sed36\": 96010877,\n \"adipisicing2\": 49359866.09007546,\n \"magna927\": -44037520\n },\n \"passkeyAllowedOrigins\": null\n }\n },\n \"transferDetails\": {\n \"amount\": \"\",\n \"currency\": \"\",\n \"sourceAccountId\": \"\",\n \"destinationAccountId\": \"\"\n },\n \"transaction\": {\n \"customerId\": \"\",\n \"destination\": {\n \"accountId\": \"\",\n \"destinationType\": \"ACCOUNT\",\n \"currency\": \"\",\n \"onChainTransaction\": {\n \"transactionHash\": \"\",\n \"network\": \"ETHEREUM\"\n }\n },\n \"direction\": \"CREDIT\",\n \"id\": \"\",\n \"platformCustomerId\": \"\",\n \"receivedAmount\": {\n \"amount\": \"\",\n \"currency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n }\n },\n \"status\": \"REJECTED\",\n \"type\": \"OUTGOING\",\n \"settledAt\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"receiptDeliveryConfirmedAt\": \"\",\n \"agentId\": \"\",\n \"description\": \"\",\n \"counterpartyInformation\": {\n \"nisi_7\": -65383492.387035646\n },\n \"source\": {\n \"accountId\": \"\",\n \"sourceType\": \"UMA_ADDRESS\",\n \"currency\": \"\",\n \"onChainTransaction\": {\n \"transactionHash\": \"\",\n \"network\": \"TRON\"\n }\n },\n \"fees\": \"\",\n \"reconciliationInstructions\": {\n \"reference\": \"\",\n \"transactionHash\": \"\"\n },\n \"rateDetails\": {\n \"gridApiMultiplier\": \"\",\n \"gridApiFixedFee\": \"\",\n \"gridApiVariableFeeRate\": \"\",\n \"gridApiVariableFeeAmount\": \"\"\n },\n \"failureReason\": \"PAY_REQUEST_FAILED\"\n },\n \"rejectionReason\": \"\"\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-e10fb110-909e-4e3f-9ee1-a41761959491" }, { "id": "f2244304-211c-4e38-ac19-7ee135efbd96", "name": "Bad request - Quote cannot be executed", "originalRequest": { "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "value": "" }, { "description": "Full Grid wallet signature over the `payloadToSign` returned in the quote's `paymentInstructions[].accountOrWalletInfo` entry, produced with the session private key of a verified authentication credential on the source Embedded Wallet. Required when the quote's source is an internal account of type `EMBEDDED_WALLET`; ignored for other source types.", "key": "Grid-Wallet-Signature", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/quotes/:quoteId/execute", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "quotes", ":quoteId", "execute" ], "variable": [ { "key": "quoteId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 400,\n \"code\": \"INVALID_CURRENCY\",\n \"details\": {\n \"velit1\": 76048171,\n \"nulladb\": -14912585.363073736\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-f2244304-211c-4e38-ac19-7ee135efbd96" }, { "id": "70722b19-a1a2-4547-a70f-6cddb1b40811", "name": "Unauthorized. Also returned when the quote's source is an internal account of type `EMBEDDED_WALLET` and the provided `Grid-Wallet-Signature` header is missing, malformed, or does not match the quote's `payloadToSign`.", "originalRequest": { "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "value": "" }, { "description": "Full Grid wallet signature over the `payloadToSign` returned in the quote's `paymentInstructions[].accountOrWalletInfo` entry, produced with the session private key of a verified authentication credential on the source Embedded Wallet. Required when the quote's source is an internal account of type `EMBEDDED_WALLET`; ignored for other source types.", "key": "Grid-Wallet-Signature", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/quotes/:quoteId/execute", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "quotes", ":quoteId", "execute" ], "variable": [ { "key": "quoteId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 401,\n \"code\": \"REQUEST_ID_MISSING\",\n \"details\": {\n \"pariatur64\": \"culpa\"\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-70722b19-a1a2-4547-a70f-6cddb1b40811" }, { "id": "c666a01d-3006-497f-84f2-7a327d0300c7", "name": "Forbidden - Agent policy does not permit this operation or spending limit exceeded", "originalRequest": { "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "value": "" }, { "description": "Full Grid wallet signature over the `payloadToSign` returned in the quote's `paymentInstructions[].accountOrWalletInfo` entry, produced with the session private key of a verified authentication credential on the source Embedded Wallet. Required when the quote's source is an internal account of type `EMBEDDED_WALLET`; ignored for other source types.", "key": "Grid-Wallet-Signature", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/quotes/:quoteId/execute", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "quotes", ":quoteId", "execute" ], "variable": [ { "key": "quoteId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 403,\n \"code\": \"COUNTERPARTY_NOT_ALLOWED\",\n \"details\": {\n \"ut_11\": \"pariatur incididunt no\"\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-c666a01d-3006-497f-84f2-7a327d0300c7" }, { "id": "154111e6-9cf8-4d15-b965-567849e64361", "name": "Quote not found", "originalRequest": { "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "value": "" }, { "description": "Full Grid wallet signature over the `payloadToSign` returned in the quote's `paymentInstructions[].accountOrWalletInfo` entry, produced with the session private key of a verified authentication credential on the source Embedded Wallet. Required when the quote's source is an internal account of type `EMBEDDED_WALLET`; ignored for other source types.", "key": "Grid-Wallet-Signature", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/quotes/:quoteId/execute", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "quotes", ":quoteId", "execute" ], "variable": [ { "key": "quoteId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 404,\n \"code\": \"TRANSACTION_NOT_FOUND\",\n \"details\": {\n \"aliquip_3a\": -27636648.00940804,\n \"Ut49\": 40261138.179578185,\n \"aliqua_27a\": false,\n \"ullamco__e\": false\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-154111e6-9cf8-4d15-b965-567849e64361" }, { "id": "31b6b3b5-c952-4ee6-928c-3da23af790d6", "name": "Conflict - Quote already executed, expired, or in invalid state", "originalRequest": { "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "value": "" }, { "description": "Full Grid wallet signature over the `payloadToSign` returned in the quote's `paymentInstructions[].accountOrWalletInfo` entry, produced with the session private key of a verified authentication credential on the source Embedded Wallet. Required when the quote's source is an internal account of type `EMBEDDED_WALLET`; ignored for other source types.", "key": "Grid-Wallet-Signature", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/quotes/:quoteId/execute", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "quotes", ":quoteId", "execute" ], "variable": [ { "key": "quoteId" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 409,\n \"code\": \"EMAIL_OTP_CREDENTIAL_SET_CHANGED\",\n \"details\": {\n \"culpa2\": false,\n \"Ut_e\": true\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-31b6b3b5-c952-4ee6-928c-3da23af790d6" }, { "id": "78228bf6-302e-4ce5-afda-514ec972d1f0", "name": "Internal service error", "originalRequest": { "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "value": "" }, { "description": "Full Grid wallet signature over the `payloadToSign` returned in the quote's `paymentInstructions[].accountOrWalletInfo` entry, produced with the session private key of a verified authentication credential on the source Embedded Wallet. Required when the quote's source is an internal account of type `EMBEDDED_WALLET`; ignored for other source types.", "key": "Grid-Wallet-Signature", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/quotes/:quoteId/execute", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "quotes", ":quoteId", "execute" ], "variable": [ { "key": "quoteId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 500,\n \"code\": \"INTERNAL_ERROR\",\n \"details\": {\n \"consequat_44\": -1638727.8967180848\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-78228bf6-302e-4ce5-afda-514ec972d1f0" } ], "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-ca014c82-057c-453b-a474-42f03eb54f5b" } ], "id": "c04bccd1-d3f0-4b3b-9ce8-0efae9e09fbd", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-c04bccd1-d3f0-4b3b-9ce8-0efae9e09fbd" }, { "name": "Get agent quote by ID", "id": "af7d56ab-a7e2-48c0-be4e-f81fef5bb3ba", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/agents/me/quotes/:quoteId", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "quotes", ":quoteId" ], "variable": [ { "id": "ce0c775f-3580-49a5-b286-b615b8cf96d5", "key": "quoteId", "value": "", "description": "(Required) ID of the quote to retrieve" } ] }, "description": "Retrieve a quote created by the authenticated agent. Returns 404 if the quote exists but was not created by this agent.\n" }, "response": [ { "id": "fe0c9869-c3a1-4e68-8b6c-ddec27afce9b", "name": "Quote retrieved successfully", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/quotes/:quoteId", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "quotes", ":quoteId" ], "variable": [ { "key": "quoteId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"status\": \"FAILED\",\n \"expiresAt\": \"\",\n \"createdAt\": \"\",\n \"source\": {\n \"accountId\": \"\",\n \"sourceType\": \"ACCOUNT\",\n \"customerId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\",\n \"destinationType\": \"ACCOUNT\",\n \"paymentRail\": \"SEPA\"\n },\n \"sendingCurrency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n },\n \"receivingCurrency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n },\n \"totalSendingAmount\": \"\",\n \"totalReceivingAmount\": \"\",\n \"exchangeRate\": \"\",\n \"feesIncluded\": \"\",\n \"transactionId\": \"\",\n \"paymentInstructions\": [\n {\n \"accountOrWalletInfo\": {\n \"accountNumber\": \"\",\n \"accountType\": \"GBP_ACCOUNT\",\n \"paymentRails\": [\n \"FEDNOW\",\n \"RTP\"\n ],\n \"reference\": \"\",\n \"routingNumber\": \"292725676\"\n },\n \"instructionsNotes\": \"\",\n \"isPlatformAccount\": \"\"\n },\n {\n \"accountOrWalletInfo\": {\n \"accountNumber\": \"\",\n \"accountType\": \"DKK_ACCOUNT\",\n \"paymentRails\": [\n \"WIRE\",\n \"FEDNOW\"\n ],\n \"reference\": \"\",\n \"routingNumber\": \"643341641\"\n },\n \"instructionsNotes\": \"\",\n \"isPlatformAccount\": \"\"\n }\n ],\n \"remittanceInformation\": \"\",\n \"counterpartyInformation\": {\n \"aute_97\": \"reprehenderit nisi magna culpa\",\n \"estef5\": 77645587\n },\n \"rateDetails\": {\n \"counterpartyMultiplier\": \"\",\n \"counterpartyFixedFee\": \"\",\n \"gridApiMultiplier\": \"\",\n \"gridApiFixedFee\": \"\",\n \"gridApiVariableFeeRate\": \"\",\n \"gridApiVariableFeeAmount\": \"\"\n },\n \"scaChallenge\": {\n \"id\": \"\",\n \"expiresAt\": \"\",\n \"factor\": \"PASSKEY\",\n \"availableFactors\": [\n \"PASSKEY\",\n \"PASSKEY\"\n ],\n \"purpose\": \"\",\n \"passkeyAssertionOptions\": {\n \"ad_06\": 33886750.74025911\n },\n \"passkeyAllowedOrigins\": null\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-fe0c9869-c3a1-4e68-8b6c-ddec27afce9b" }, { "id": "591b2190-b757-4ae7-bb12-11c7160b8410", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/quotes/:quoteId", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "quotes", ":quoteId" ], "variable": [ { "key": "quoteId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 401,\n \"code\": \"REQUEST_ID_MISSING\",\n \"details\": {\n \"pariatur64\": \"culpa\"\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-591b2190-b757-4ae7-bb12-11c7160b8410" }, { "id": "229777dc-dff8-4580-85db-1c27eab612d5", "name": "Quote not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/quotes/:quoteId", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "quotes", ":quoteId" ], "variable": [ { "key": "quoteId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 404,\n \"code\": \"TRANSACTION_NOT_FOUND\",\n \"details\": {\n \"aliquip_3a\": -27636648.00940804,\n \"Ut49\": 40261138.179578185,\n \"aliqua_27a\": false,\n \"ullamco__e\": false\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-229777dc-dff8-4580-85db-1c27eab612d5" }, { "id": "82153bc4-3cf0-4681-ba52-d151dd5e39c8", "name": "Internal service error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/quotes/:quoteId", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "quotes", ":quoteId" ], "variable": [ { "key": "quoteId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 500,\n \"code\": \"INTERNAL_ERROR\",\n \"details\": {\n \"consequat_44\": -1638727.8967180848\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-82153bc4-3cf0-4681-ba52-d151dd5e39c8" } ], "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-af7d56ab-a7e2-48c0-be4e-f81fef5bb3ba" } ], "id": "8ee9a388-1c69-4bb4-a334-68a8eeed0189", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-8ee9a388-1c69-4bb4-a334-68a8eeed0189" }, { "name": "Create a transfer quote", "id": "5697918d-bd94-40ee-8540-dcc1df1e6523", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"source\": {\n \"accountId\": \"\",\n \"sourceType\": \"ACCOUNT\",\n \"customerId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\",\n \"destinationType\": \"UMA_ADDRESS\",\n \"paymentRail\": \"INSTAPAY\"\n },\n \"lockedCurrencySide\": \"RECEIVING\",\n \"lockedCurrencyAmount\": \"\",\n \"lookupId\": \"\",\n \"immediatelyExecute\": \"\",\n \"description\": \"\",\n \"remittanceInformation\": \"\",\n \"purposeOfPayment\": \"SALARY_PAYMENT\",\n \"scaFactor\": \"TOTP\",\n \"senderCustomerInfo\": {\n \"velit11d\": -52872923,\n \"cupidatat_44f\": 53874578.054364085\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/quotes", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "quotes" ] }, "description": "Generate a quote for a cross-currency transfer on behalf of the authenticated agent's customer. Accounts referenced in the request must belong to the agent's customer. Requires the CREATE_QUOTES permission in the agent's policy.\nIf the agent's defaultExecutionMode is APPROVAL_REQUIRED, or the quote amount exceeds the agent's approvalThresholds, the resulting transaction will require explicit approval before funds move.\n" }, "response": [ { "id": "4c84b021-c8e0-42b6-9737-c9b7bfbca7c9", "name": "Transfer quote created successfully", "originalRequest": { "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "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 \"source\": {\n \"accountId\": \"\",\n \"sourceType\": \"ACCOUNT\",\n \"customerId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\",\n \"destinationType\": \"UMA_ADDRESS\",\n \"paymentRail\": \"INSTAPAY\"\n },\n \"lockedCurrencySide\": \"RECEIVING\",\n \"lockedCurrencyAmount\": \"\",\n \"lookupId\": \"\",\n \"immediatelyExecute\": \"\",\n \"description\": \"\",\n \"remittanceInformation\": \"\",\n \"purposeOfPayment\": \"SALARY_PAYMENT\",\n \"scaFactor\": \"TOTP\",\n \"senderCustomerInfo\": {\n \"velit11d\": -52872923,\n \"cupidatat_44f\": 53874578.054364085\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/quotes", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "quotes" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"status\": \"FAILED\",\n \"expiresAt\": \"\",\n \"createdAt\": \"\",\n \"source\": {\n \"accountId\": \"\",\n \"sourceType\": \"ACCOUNT\",\n \"customerId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\",\n \"destinationType\": \"ACCOUNT\",\n \"paymentRail\": \"SEPA\"\n },\n \"sendingCurrency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n },\n \"receivingCurrency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n },\n \"totalSendingAmount\": \"\",\n \"totalReceivingAmount\": \"\",\n \"exchangeRate\": \"\",\n \"feesIncluded\": \"\",\n \"transactionId\": \"\",\n \"paymentInstructions\": [\n {\n \"accountOrWalletInfo\": {\n \"accountNumber\": \"\",\n \"accountType\": \"GBP_ACCOUNT\",\n \"paymentRails\": [\n \"FEDNOW\",\n \"RTP\"\n ],\n \"reference\": \"\",\n \"routingNumber\": \"292725676\"\n },\n \"instructionsNotes\": \"\",\n \"isPlatformAccount\": \"\"\n },\n {\n \"accountOrWalletInfo\": {\n \"accountNumber\": \"\",\n \"accountType\": \"DKK_ACCOUNT\",\n \"paymentRails\": [\n \"WIRE\",\n \"FEDNOW\"\n ],\n \"reference\": \"\",\n \"routingNumber\": \"643341641\"\n },\n \"instructionsNotes\": \"\",\n \"isPlatformAccount\": \"\"\n }\n ],\n \"remittanceInformation\": \"\",\n \"counterpartyInformation\": {\n \"aute_97\": \"reprehenderit nisi magna culpa\",\n \"estef5\": 77645587\n },\n \"rateDetails\": {\n \"counterpartyMultiplier\": \"\",\n \"counterpartyFixedFee\": \"\",\n \"gridApiMultiplier\": \"\",\n \"gridApiFixedFee\": \"\",\n \"gridApiVariableFeeRate\": \"\",\n \"gridApiVariableFeeAmount\": \"\"\n },\n \"scaChallenge\": {\n \"id\": \"\",\n \"expiresAt\": \"\",\n \"factor\": \"PASSKEY\",\n \"availableFactors\": [\n \"PASSKEY\",\n \"PASSKEY\"\n ],\n \"purpose\": \"\",\n \"passkeyAssertionOptions\": {\n \"ad_06\": 33886750.74025911\n },\n \"passkeyAllowedOrigins\": null\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-4c84b021-c8e0-42b6-9737-c9b7bfbca7c9" }, { "id": "f55869a7-a47e-4d4b-aba5-ee2f11387f6c", "name": "Bad request - Missing or invalid parameters", "originalRequest": { "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "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 \"source\": {\n \"accountId\": \"\",\n \"sourceType\": \"ACCOUNT\",\n \"customerId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\",\n \"destinationType\": \"UMA_ADDRESS\",\n \"paymentRail\": \"INSTAPAY\"\n },\n \"lockedCurrencySide\": \"RECEIVING\",\n \"lockedCurrencyAmount\": \"\",\n \"lookupId\": \"\",\n \"immediatelyExecute\": \"\",\n \"description\": \"\",\n \"remittanceInformation\": \"\",\n \"purposeOfPayment\": \"SALARY_PAYMENT\",\n \"scaFactor\": \"TOTP\",\n \"senderCustomerInfo\": {\n \"velit11d\": -52872923,\n \"cupidatat_44f\": 53874578.054364085\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/quotes", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "quotes" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 400,\n \"code\": \"INVALID_CURRENCY\",\n \"details\": {\n \"velit1\": 76048171,\n \"nulladb\": -14912585.363073736\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-f55869a7-a47e-4d4b-aba5-ee2f11387f6c" }, { "id": "3ac81d4a-d2be-4b30-8088-e6c8f3f35519", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "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 \"source\": {\n \"accountId\": \"\",\n \"sourceType\": \"ACCOUNT\",\n \"customerId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\",\n \"destinationType\": \"UMA_ADDRESS\",\n \"paymentRail\": \"INSTAPAY\"\n },\n \"lockedCurrencySide\": \"RECEIVING\",\n \"lockedCurrencyAmount\": \"\",\n \"lookupId\": \"\",\n \"immediatelyExecute\": \"\",\n \"description\": \"\",\n \"remittanceInformation\": \"\",\n \"purposeOfPayment\": \"SALARY_PAYMENT\",\n \"scaFactor\": \"TOTP\",\n \"senderCustomerInfo\": {\n \"velit11d\": -52872923,\n \"cupidatat_44f\": 53874578.054364085\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/quotes", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "quotes" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 401,\n \"code\": \"REQUEST_ID_MISSING\",\n \"details\": {\n \"pariatur64\": \"culpa\"\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-3ac81d4a-d2be-4b30-8088-e6c8f3f35519" }, { "id": "9be1bf34-8d11-417c-83e0-ce1ade1cd3ac", "name": "Forbidden - Agent policy does not permit this operation", "originalRequest": { "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "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 \"source\": {\n \"accountId\": \"\",\n \"sourceType\": \"ACCOUNT\",\n \"customerId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\",\n \"destinationType\": \"UMA_ADDRESS\",\n \"paymentRail\": \"INSTAPAY\"\n },\n \"lockedCurrencySide\": \"RECEIVING\",\n \"lockedCurrencyAmount\": \"\",\n \"lookupId\": \"\",\n \"immediatelyExecute\": \"\",\n \"description\": \"\",\n \"remittanceInformation\": \"\",\n \"purposeOfPayment\": \"SALARY_PAYMENT\",\n \"scaFactor\": \"TOTP\",\n \"senderCustomerInfo\": {\n \"velit11d\": -52872923,\n \"cupidatat_44f\": 53874578.054364085\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/quotes", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "quotes" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 403,\n \"code\": \"COUNTERPARTY_NOT_ALLOWED\",\n \"details\": {\n \"ut_11\": \"pariatur incididunt no\"\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-9be1bf34-8d11-417c-83e0-ce1ade1cd3ac" }, { "id": "b03e274c-0747-4622-953b-a2d466e6e361", "name": "Counterparty doesn't support UMA version", "originalRequest": { "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "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 \"source\": {\n \"accountId\": \"\",\n \"sourceType\": \"ACCOUNT\",\n \"customerId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\",\n \"destinationType\": \"UMA_ADDRESS\",\n \"paymentRail\": \"INSTAPAY\"\n },\n \"lockedCurrencySide\": \"RECEIVING\",\n \"lockedCurrencyAmount\": \"\",\n \"lookupId\": \"\",\n \"immediatelyExecute\": \"\",\n \"description\": \"\",\n \"remittanceInformation\": \"\",\n \"purposeOfPayment\": \"SALARY_PAYMENT\",\n \"scaFactor\": \"TOTP\",\n \"senderCustomerInfo\": {\n \"velit11d\": -52872923,\n \"cupidatat_44f\": 53874578.054364085\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/quotes", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "quotes" ] } }, "status": "Precondition Failed", "code": 412, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 412,\n \"code\": \"UNSUPPORTED_UMA_VERSION\",\n \"details\": {\n \"mollit8\": 49960011,\n \"enimec\": \"irure esse dolore Lorem nisi\"\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-b03e274c-0747-4622-953b-a2d466e6e361" }, { "id": "35e4f321-459d-4501-adfb-66d1d968262b", "name": "Counterparty issue", "originalRequest": { "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "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 \"source\": {\n \"accountId\": \"\",\n \"sourceType\": \"ACCOUNT\",\n \"customerId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\",\n \"destinationType\": \"UMA_ADDRESS\",\n \"paymentRail\": \"INSTAPAY\"\n },\n \"lockedCurrencySide\": \"RECEIVING\",\n \"lockedCurrencyAmount\": \"\",\n \"lookupId\": \"\",\n \"immediatelyExecute\": \"\",\n \"description\": \"\",\n \"remittanceInformation\": \"\",\n \"purposeOfPayment\": \"SALARY_PAYMENT\",\n \"scaFactor\": \"TOTP\",\n \"senderCustomerInfo\": {\n \"velit11d\": -52872923,\n \"cupidatat_44f\": 53874578.054364085\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/quotes", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "quotes" ] } }, "status": "Failed Dependency (WebDAV) (RFC 4918)", "code": 424, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 424,\n \"code\": \"PAYREQ_REQUEST_FAILED\",\n \"details\": {\n \"ex_683\": true\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-35e4f321-459d-4501-adfb-66d1d968262b" }, { "id": "2413ea55-b922-476d-8ad1-5e941e09a975", "name": "Internal service error", "originalRequest": { "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "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 \"source\": {\n \"accountId\": \"\",\n \"sourceType\": \"ACCOUNT\",\n \"customerId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\",\n \"destinationType\": \"UMA_ADDRESS\",\n \"paymentRail\": \"INSTAPAY\"\n },\n \"lockedCurrencySide\": \"RECEIVING\",\n \"lockedCurrencyAmount\": \"\",\n \"lookupId\": \"\",\n \"immediatelyExecute\": \"\",\n \"description\": \"\",\n \"remittanceInformation\": \"\",\n \"purposeOfPayment\": \"SALARY_PAYMENT\",\n \"scaFactor\": \"TOTP\",\n \"senderCustomerInfo\": {\n \"velit11d\": -52872923,\n \"cupidatat_44f\": 53874578.054364085\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/quotes", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "quotes" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 500,\n \"code\": \"INTERNAL_ERROR\",\n \"details\": {\n \"consequat_44\": -1638727.8967180848\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-2413ea55-b922-476d-8ad1-5e941e09a975" } ], "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-5697918d-bd94-40ee-8540-dcc1df1e6523" } ], "id": "9504a002-c9ec-4204-93cd-a0093983cdfb", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-9504a002-c9ec-4204-93cd-a0093983cdfb" }, { "name": "actions", "item": [ { "name": "{actionId}", "item": [ { "name": "Get an agent action", "id": "bfdf64e8-8b96-4d21-9006-8be35846e0ef", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/agents/me/actions/:actionId", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "actions", ":actionId" ], "variable": [ { "id": "7396c6e4-1c4f-4d1f-a6ef-48457c1431b7", "key": "actionId", "value": "", "description": "(Required) Unique identifier of the agent action" } ] }, "description": "Retrieve a specific action submitted by the authenticated agent. Poll this endpoint after submitting an action that requires approval to check whether it has been approved, rejected, or has failed.\n" }, "response": [ { "id": "cdbfd65e-99f5-474b-9b46-2165da34442f", "name": "Successful operation", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/actions/:actionId", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "actions", ":actionId" ], "variable": [ { "key": "actionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"agentId\": \"\",\n \"customerId\": \"\",\n \"platformCustomerId\": \"\",\n \"status\": \"APPROVED\",\n \"type\": \"TRANSFER_OUT\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"quote\": {\n \"id\": \"\",\n \"status\": \"FAILED\",\n \"expiresAt\": \"\",\n \"createdAt\": \"\",\n \"source\": {\n \"accountId\": \"\",\n \"sourceType\": \"ACCOUNT\",\n \"customerId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\",\n \"destinationType\": \"UMA_ADDRESS\",\n \"paymentRail\": \"ACH\"\n },\n \"sendingCurrency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n },\n \"receivingCurrency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n },\n \"totalSendingAmount\": \"\",\n \"totalReceivingAmount\": \"\",\n \"exchangeRate\": \"\",\n \"feesIncluded\": \"\",\n \"transactionId\": \"\",\n \"paymentInstructions\": [\n {\n \"accountOrWalletInfo\": {\n \"accountNumber\": \"\",\n \"accountType\": \"CAD_ACCOUNT\",\n \"paymentRails\": [\n \"FEDNOW\",\n \"WIRE\"\n ],\n \"reference\": \"\",\n \"routingNumber\": \"553281096\"\n },\n \"instructionsNotes\": \"\",\n \"isPlatformAccount\": \"\"\n },\n {\n \"accountOrWalletInfo\": {\n \"accountNumber\": \"\",\n \"accountType\": \"SGD_ACCOUNT\",\n \"paymentRails\": [\n \"FEDNOW\",\n \"WIRE\"\n ],\n \"reference\": \"\",\n \"routingNumber\": \"780752227\"\n },\n \"instructionsNotes\": \"\",\n \"isPlatformAccount\": \"\"\n }\n ],\n \"remittanceInformation\": \"\",\n \"counterpartyInformation\": {\n \"nisi53\": true,\n \"ut39\": 51742263\n },\n \"rateDetails\": {\n \"counterpartyMultiplier\": \"\",\n \"counterpartyFixedFee\": \"\",\n \"gridApiMultiplier\": \"\",\n \"gridApiFixedFee\": \"\",\n \"gridApiVariableFeeRate\": \"\",\n \"gridApiVariableFeeAmount\": \"\"\n },\n \"scaChallenge\": {\n \"id\": \"\",\n \"expiresAt\": \"\",\n \"factor\": \"TOTP\",\n \"availableFactors\": [\n \"PASSKEY\",\n \"SMS_OTP\"\n ],\n \"purpose\": \"\",\n \"passkeyAssertionOptions\": {\n \"sed36\": 96010877,\n \"adipisicing2\": 49359866.09007546,\n \"magna927\": -44037520\n },\n \"passkeyAllowedOrigins\": null\n }\n },\n \"transferDetails\": {\n \"amount\": \"\",\n \"currency\": \"\",\n \"sourceAccountId\": \"\",\n \"destinationAccountId\": \"\"\n },\n \"transaction\": {\n \"customerId\": \"\",\n \"destination\": {\n \"accountId\": \"\",\n \"destinationType\": \"ACCOUNT\",\n \"currency\": \"\",\n \"onChainTransaction\": {\n \"transactionHash\": \"\",\n \"network\": \"ETHEREUM\"\n }\n },\n \"direction\": \"CREDIT\",\n \"id\": \"\",\n \"platformCustomerId\": \"\",\n \"receivedAmount\": {\n \"amount\": \"\",\n \"currency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n }\n },\n \"status\": \"REJECTED\",\n \"type\": \"OUTGOING\",\n \"settledAt\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"receiptDeliveryConfirmedAt\": \"\",\n \"agentId\": \"\",\n \"description\": \"\",\n \"counterpartyInformation\": {\n \"nisi_7\": -65383492.387035646\n },\n \"source\": {\n \"accountId\": \"\",\n \"sourceType\": \"UMA_ADDRESS\",\n \"currency\": \"\",\n \"onChainTransaction\": {\n \"transactionHash\": \"\",\n \"network\": \"TRON\"\n }\n },\n \"fees\": \"\",\n \"reconciliationInstructions\": {\n \"reference\": \"\",\n \"transactionHash\": \"\"\n },\n \"rateDetails\": {\n \"gridApiMultiplier\": \"\",\n \"gridApiFixedFee\": \"\",\n \"gridApiVariableFeeRate\": \"\",\n \"gridApiVariableFeeAmount\": \"\"\n },\n \"failureReason\": \"PAY_REQUEST_FAILED\"\n },\n \"rejectionReason\": \"\"\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-cdbfd65e-99f5-474b-9b46-2165da34442f" }, { "id": "f20932e9-8b27-4fcc-9355-db7471eb9761", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/actions/:actionId", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "actions", ":actionId" ], "variable": [ { "key": "actionId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 401,\n \"code\": \"REQUEST_ID_MISSING\",\n \"details\": {\n \"pariatur64\": \"culpa\"\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-f20932e9-8b27-4fcc-9355-db7471eb9761" }, { "id": "c1398fd1-ecca-4537-99a9-aa140771503f", "name": "Action not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/actions/:actionId", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "actions", ":actionId" ], "variable": [ { "key": "actionId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 404,\n \"code\": \"TRANSACTION_NOT_FOUND\",\n \"details\": {\n \"aliquip_3a\": -27636648.00940804,\n \"Ut49\": 40261138.179578185,\n \"aliqua_27a\": false,\n \"ullamco__e\": false\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-c1398fd1-ecca-4537-99a9-aa140771503f" }, { "id": "c641d036-fa96-4b27-90e5-21cd3d0574c3", "name": "Internal service error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/actions/:actionId", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "actions", ":actionId" ], "variable": [ { "key": "actionId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 500,\n \"code\": \"INTERNAL_ERROR\",\n \"details\": {\n \"consequat_44\": -1638727.8967180848\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-c641d036-fa96-4b27-90e5-21cd3d0574c3" } ], "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-bfdf64e8-8b96-4d21-9006-8be35846e0ef" } ], "id": "29eae63c-d62f-4ed4-8508-b16e0caecdbd", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-29eae63c-d62f-4ed4-8508-b16e0caecdbd" }, { "name": "List agent's own actions", "id": "5a674705-d650-4a97-9ad0-c730c15d3b49", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/agents/me/actions?status=PENDING_APPROVAL&limit=20&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "actions" ], "query": [ { "description": "Filter by action status", "key": "status", "value": "PENDING_APPROVAL" }, { "description": "Maximum number of results to return (default 20, max 100)", "key": "limit", "value": "20" }, { "description": "Cursor for pagination (returned from previous request)", "key": "cursor", "value": "" } ] }, "description": "Retrieve a paginated list of actions submitted by the authenticated agent. Use this to poll for approval decisions after submitting an action that requires approval.\n" }, "response": [ { "id": "d6f5796a-9f6b-4c79-bd6d-c5fd00d6a379", "name": "Successful operation", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/actions?status=PENDING_APPROVAL&limit=20&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "actions" ], "query": [ { "description": "Filter by action status", "key": "status", "value": "PENDING_APPROVAL" }, { "description": "Maximum number of results to return (default 20, max 100)", "key": "limit", "value": "20" }, { "description": "Cursor for pagination (returned from previous request)", "key": "cursor", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"agentId\": \"\",\n \"customerId\": \"\",\n \"platformCustomerId\": \"\",\n \"status\": \"APPROVED\",\n \"type\": \"TRANSFER_IN\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"quote\": {\n \"id\": \"\",\n \"status\": \"PROCESSING\",\n \"expiresAt\": \"\",\n \"createdAt\": \"\",\n \"source\": {\n \"accountId\": \"\",\n \"sourceType\": \"ACCOUNT\",\n \"customerId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\",\n \"destinationType\": \"ACCOUNT\",\n \"paymentRail\": \"SWIFT\"\n },\n \"sendingCurrency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n },\n \"receivingCurrency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n },\n \"totalSendingAmount\": \"\",\n \"totalReceivingAmount\": \"\",\n \"exchangeRate\": \"\",\n \"feesIncluded\": \"\",\n \"transactionId\": \"\",\n \"paymentInstructions\": [\n {\n \"accountOrWalletInfo\": {\n \"accountNumber\": \"\",\n \"accountType\": \"PHP_ACCOUNT\",\n \"paymentRails\": [\n \"RTP\",\n \"ACH\"\n ],\n \"reference\": \"\",\n \"routingNumber\": \"604411423\"\n },\n \"instructionsNotes\": \"\",\n \"isPlatformAccount\": \"\"\n },\n {\n \"accountOrWalletInfo\": {\n \"accountNumber\": \"\",\n \"accountType\": \"HKD_ACCOUNT\",\n \"paymentRails\": [\n \"ACH\",\n \"WIRE\"\n ],\n \"reference\": \"\",\n \"routingNumber\": \"767630138\"\n },\n \"instructionsNotes\": \"\",\n \"isPlatformAccount\": \"\"\n }\n ],\n \"remittanceInformation\": \"\",\n \"counterpartyInformation\": {\n \"Ut_d8\": \"ea veniam\",\n \"sed_b3a\": true,\n \"deseruntba6\": \"amet consectetur sint nis\",\n \"sita77\": false\n },\n \"rateDetails\": {\n \"counterpartyMultiplier\": \"\",\n \"counterpartyFixedFee\": \"\",\n \"gridApiMultiplier\": \"\",\n \"gridApiFixedFee\": \"\",\n \"gridApiVariableFeeRate\": \"\",\n \"gridApiVariableFeeAmount\": \"\"\n },\n \"scaChallenge\": {\n \"id\": \"\",\n \"expiresAt\": \"\",\n \"factor\": \"SMS_OTP\",\n \"availableFactors\": [\n \"SMS_OTP\",\n \"TOTP\"\n ],\n \"purpose\": \"\",\n \"passkeyAssertionOptions\": null,\n \"passkeyAllowedOrigins\": null\n }\n },\n \"transferDetails\": {\n \"amount\": \"\",\n \"currency\": \"\",\n \"sourceAccountId\": \"\",\n \"destinationAccountId\": \"\"\n },\n \"transaction\": {\n \"customerId\": \"\",\n \"destination\": {\n \"accountId\": \"\",\n \"destinationType\": \"UMA_ADDRESS\",\n \"currency\": \"\",\n \"onChainTransaction\": {\n \"transactionHash\": \"\",\n \"network\": \"TRON\"\n }\n },\n \"direction\": \"DEBIT\",\n \"id\": \"\",\n \"platformCustomerId\": \"\",\n \"receivedAmount\": {\n \"amount\": \"\",\n \"currency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n }\n },\n \"status\": \"REJECTED\",\n \"type\": \"OUTGOING\",\n \"settledAt\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"receiptDeliveryConfirmedAt\": \"\",\n \"agentId\": \"\",\n \"description\": \"\",\n \"counterpartyInformation\": {\n \"deserunt_b\": -78883019.92191829,\n \"labore7\": false\n },\n \"source\": {\n \"accountId\": \"\",\n \"sourceType\": \"ACCOUNT\",\n \"currency\": \"\",\n \"onChainTransaction\": {\n \"transactionHash\": \"\",\n \"network\": \"BITCOIN\"\n }\n },\n \"fees\": \"\",\n \"reconciliationInstructions\": {\n \"reference\": \"\",\n \"transactionHash\": \"\"\n },\n \"rateDetails\": {\n \"gridApiMultiplier\": \"\",\n \"gridApiFixedFee\": \"\",\n \"gridApiVariableFeeRate\": \"\",\n \"gridApiVariableFeeAmount\": \"\"\n },\n \"failureReason\": \"PAY_REQUEST_FAILED\"\n },\n \"rejectionReason\": \"\"\n },\n {\n \"id\": \"\",\n \"agentId\": \"\",\n \"customerId\": \"\",\n \"platformCustomerId\": \"\",\n \"status\": \"FAILED\",\n \"type\": \"TRANSFER_OUT\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"quote\": {\n \"id\": \"\",\n \"status\": \"FAILED\",\n \"expiresAt\": \"\",\n \"createdAt\": \"\",\n \"source\": {\n \"accountId\": \"\",\n \"sourceType\": \"REALTIME_FUNDING\",\n \"customerId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\",\n \"destinationType\": \"UMA_ADDRESS\",\n \"paymentRail\": \"WIRE\"\n },\n \"sendingCurrency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n },\n \"receivingCurrency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n },\n \"totalSendingAmount\": \"\",\n \"totalReceivingAmount\": \"\",\n \"exchangeRate\": \"\",\n \"feesIncluded\": \"\",\n \"transactionId\": \"\",\n \"paymentInstructions\": [\n {\n \"accountOrWalletInfo\": {\n \"accountNumber\": \"\",\n \"accountType\": \"BRL_ACCOUNT\",\n \"paymentRails\": [\n \"RTP\",\n \"RTP\"\n ],\n \"reference\": \"\",\n \"routingNumber\": \"074025852\"\n },\n \"instructionsNotes\": \"\",\n \"isPlatformAccount\": \"\"\n },\n {\n \"accountOrWalletInfo\": {\n \"accountNumber\": \"\",\n \"accountType\": \"TRON_WALLET\",\n \"paymentRails\": [\n \"FEDNOW\",\n \"ACH\"\n ],\n \"reference\": \"\",\n \"routingNumber\": \"540575148\"\n },\n \"instructionsNotes\": \"\",\n \"isPlatformAccount\": \"\"\n }\n ],\n \"remittanceInformation\": \"\",\n \"counterpartyInformation\": {\n \"sintd_6\": -87284788.34770188,\n \"minim9ba\": \"aliqua velit ipsum est esse\",\n \"sint7c0\": 42895595.61359945\n },\n \"rateDetails\": {\n \"counterpartyMultiplier\": \"\",\n \"counterpartyFixedFee\": \"\",\n \"gridApiMultiplier\": \"\",\n \"gridApiFixedFee\": \"\",\n \"gridApiVariableFeeRate\": \"\",\n \"gridApiVariableFeeAmount\": \"\"\n },\n \"scaChallenge\": {\n \"id\": \"\",\n \"expiresAt\": \"\",\n \"factor\": \"PASSKEY\",\n \"availableFactors\": [\n \"TOTP\",\n \"SMS_OTP\"\n ],\n \"purpose\": \"\",\n \"passkeyAssertionOptions\": {\n \"anim7fb\": \"irure veniam\"\n },\n \"passkeyAllowedOrigins\": [\n \"\",\n \"\"\n ]\n }\n },\n \"transferDetails\": {\n \"amount\": \"\",\n \"currency\": \"\",\n \"sourceAccountId\": \"\",\n \"destinationAccountId\": \"\"\n },\n \"transaction\": {\n \"customerId\": \"\",\n \"destination\": {\n \"accountId\": \"\",\n \"destinationType\": \"UMA_ADDRESS\",\n \"currency\": \"\",\n \"onChainTransaction\": {\n \"transactionHash\": \"\",\n \"network\": \"SPARK\"\n }\n },\n \"direction\": \"DEBIT\",\n \"id\": \"\",\n \"platformCustomerId\": \"\",\n \"receivedAmount\": {\n \"amount\": \"\",\n \"currency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n }\n },\n \"status\": \"FAILED\",\n \"type\": \"OUTGOING\",\n \"settledAt\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"receiptDeliveryConfirmedAt\": \"\",\n \"agentId\": \"\",\n \"description\": \"\",\n \"counterpartyInformation\": {\n \"enim5\": \"aute veniam commodo proident\",\n \"nisi5\": 44629634,\n \"dolore_0a\": \"in sed ut mollit enim\"\n },\n \"source\": {\n \"accountId\": \"\",\n \"sourceType\": \"UMA_ADDRESS\",\n \"currency\": \"\",\n \"onChainTransaction\": {\n \"transactionHash\": \"\",\n \"network\": \"SPARK\"\n }\n },\n \"fees\": \"\",\n \"reconciliationInstructions\": {\n \"reference\": \"\",\n \"transactionHash\": \"\"\n },\n \"rateDetails\": {\n \"gridApiMultiplier\": \"\",\n \"gridApiFixedFee\": \"\",\n \"gridApiVariableFeeRate\": \"\",\n \"gridApiVariableFeeAmount\": \"\"\n },\n \"failureReason\": \"PAYMENT_APPROVAL_WEBHOOK_ERROR\"\n },\n \"rejectionReason\": \"\"\n }\n ],\n \"hasMore\": \"\",\n \"nextCursor\": \"\",\n \"totalCount\": \"\"\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-d6f5796a-9f6b-4c79-bd6d-c5fd00d6a379" }, { "id": "874e47f1-415c-467d-9840-05aa3fcd2da5", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/actions?status=PENDING_APPROVAL&limit=20&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "actions" ], "query": [ { "description": "Filter by action status", "key": "status", "value": "PENDING_APPROVAL" }, { "description": "Maximum number of results to return (default 20, max 100)", "key": "limit", "value": "20" }, { "description": "Cursor for pagination (returned from previous request)", "key": "cursor", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 401,\n \"code\": \"REQUEST_ID_MISSING\",\n \"details\": {\n \"pariatur64\": \"culpa\"\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-874e47f1-415c-467d-9840-05aa3fcd2da5" }, { "id": "348526c2-43d0-450f-8911-3aa4300fd220", "name": "Internal service error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/actions?status=PENDING_APPROVAL&limit=20&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "actions" ], "query": [ { "description": "Filter by action status", "key": "status", "value": "PENDING_APPROVAL" }, { "description": "Maximum number of results to return (default 20, max 100)", "key": "limit", "value": "20" }, { "description": "Cursor for pagination (returned from previous request)", "key": "cursor", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 500,\n \"code\": \"INTERNAL_ERROR\",\n \"details\": {\n \"consequat_44\": -1638727.8967180848\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-348526c2-43d0-450f-8911-3aa4300fd220" } ], "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-5a674705-d650-4a97-9ad0-c730c15d3b49" } ], "id": "5cbc2747-3adb-401c-8e3f-8fbe7b2f2a1f", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-5cbc2747-3adb-401c-8e3f-8fbe7b2f2a1f" }, { "name": "transfer-in", "item": [ { "name": "Create a transfer-in", "id": "6e61afe6-8cc3-495b-9acd-796dad3780d4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"source\": {\n \"accountId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\"\n },\n \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/transfer-in", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "transfer-in" ] }, "description": "Transfer funds from an external account to an internal account for the authenticated agent's customer. Accounts must belong to the agent's customer. Requires the CREATE_TRANSFERS permission in the agent's policy.\nIf the agent's policy requires approval for this amount, the transaction will be created in a pending state and must be approved by the platform via `POST /agents/{agentId}/actions/{actionId}/approve`.\nThis endpoint should only be used for external account sources with pull functionality (e.g. ACH Pull). Otherwise, use the payment instructions on the internal account to deposit funds.\n" }, "response": [ { "id": "b2c6d409-90b3-4959-8c64-0bb4f5e4bd07", "name": "Action submitted successfully. If the agent's policy requires approval, the returned `AgentAction` will have status `PENDING_APPROVAL` and no `transaction` yet. If the policy permits automatic execution, status will be `APPROVED` and `transaction` will be", "originalRequest": { "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "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 \"source\": {\n \"accountId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\"\n },\n \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/transfer-in", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "transfer-in" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"agentId\": \"\",\n \"customerId\": \"\",\n \"platformCustomerId\": \"\",\n \"status\": \"APPROVED\",\n \"type\": \"TRANSFER_OUT\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"quote\": {\n \"id\": \"\",\n \"status\": \"FAILED\",\n \"expiresAt\": \"\",\n \"createdAt\": \"\",\n \"source\": {\n \"accountId\": \"\",\n \"sourceType\": \"ACCOUNT\",\n \"customerId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\",\n \"destinationType\": \"UMA_ADDRESS\",\n \"paymentRail\": \"ACH\"\n },\n \"sendingCurrency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n },\n \"receivingCurrency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n },\n \"totalSendingAmount\": \"\",\n \"totalReceivingAmount\": \"\",\n \"exchangeRate\": \"\",\n \"feesIncluded\": \"\",\n \"transactionId\": \"\",\n \"paymentInstructions\": [\n {\n \"accountOrWalletInfo\": {\n \"accountNumber\": \"\",\n \"accountType\": \"CAD_ACCOUNT\",\n \"paymentRails\": [\n \"FEDNOW\",\n \"WIRE\"\n ],\n \"reference\": \"\",\n \"routingNumber\": \"553281096\"\n },\n \"instructionsNotes\": \"\",\n \"isPlatformAccount\": \"\"\n },\n {\n \"accountOrWalletInfo\": {\n \"accountNumber\": \"\",\n \"accountType\": \"SGD_ACCOUNT\",\n \"paymentRails\": [\n \"FEDNOW\",\n \"WIRE\"\n ],\n \"reference\": \"\",\n \"routingNumber\": \"780752227\"\n },\n \"instructionsNotes\": \"\",\n \"isPlatformAccount\": \"\"\n }\n ],\n \"remittanceInformation\": \"\",\n \"counterpartyInformation\": {\n \"nisi53\": true,\n \"ut39\": 51742263\n },\n \"rateDetails\": {\n \"counterpartyMultiplier\": \"\",\n \"counterpartyFixedFee\": \"\",\n \"gridApiMultiplier\": \"\",\n \"gridApiFixedFee\": \"\",\n \"gridApiVariableFeeRate\": \"\",\n \"gridApiVariableFeeAmount\": \"\"\n },\n \"scaChallenge\": {\n \"id\": \"\",\n \"expiresAt\": \"\",\n \"factor\": \"TOTP\",\n \"availableFactors\": [\n \"PASSKEY\",\n \"SMS_OTP\"\n ],\n \"purpose\": \"\",\n \"passkeyAssertionOptions\": {\n \"sed36\": 96010877,\n \"adipisicing2\": 49359866.09007546,\n \"magna927\": -44037520\n },\n \"passkeyAllowedOrigins\": null\n }\n },\n \"transferDetails\": {\n \"amount\": \"\",\n \"currency\": \"\",\n \"sourceAccountId\": \"\",\n \"destinationAccountId\": \"\"\n },\n \"transaction\": {\n \"customerId\": \"\",\n \"destination\": {\n \"accountId\": \"\",\n \"destinationType\": \"ACCOUNT\",\n \"currency\": \"\",\n \"onChainTransaction\": {\n \"transactionHash\": \"\",\n \"network\": \"ETHEREUM\"\n }\n },\n \"direction\": \"CREDIT\",\n \"id\": \"\",\n \"platformCustomerId\": \"\",\n \"receivedAmount\": {\n \"amount\": \"\",\n \"currency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n }\n },\n \"status\": \"REJECTED\",\n \"type\": \"OUTGOING\",\n \"settledAt\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"receiptDeliveryConfirmedAt\": \"\",\n \"agentId\": \"\",\n \"description\": \"\",\n \"counterpartyInformation\": {\n \"nisi_7\": -65383492.387035646\n },\n \"source\": {\n \"accountId\": \"\",\n \"sourceType\": \"UMA_ADDRESS\",\n \"currency\": \"\",\n \"onChainTransaction\": {\n \"transactionHash\": \"\",\n \"network\": \"TRON\"\n }\n },\n \"fees\": \"\",\n \"reconciliationInstructions\": {\n \"reference\": \"\",\n \"transactionHash\": \"\"\n },\n \"rateDetails\": {\n \"gridApiMultiplier\": \"\",\n \"gridApiFixedFee\": \"\",\n \"gridApiVariableFeeRate\": \"\",\n \"gridApiVariableFeeAmount\": \"\"\n },\n \"failureReason\": \"PAY_REQUEST_FAILED\"\n },\n \"rejectionReason\": \"\"\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-b2c6d409-90b3-4959-8c64-0bb4f5e4bd07" }, { "id": "55e5ef78-99bb-4306-93e2-52e97e022f79", "name": "Bad request - Invalid parameters", "originalRequest": { "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "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 \"source\": {\n \"accountId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\"\n },\n \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/transfer-in", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "transfer-in" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 400,\n \"code\": \"INVALID_CURRENCY\",\n \"details\": {\n \"velit1\": 76048171,\n \"nulladb\": -14912585.363073736\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-55e5ef78-99bb-4306-93e2-52e97e022f79" }, { "id": "e65adeca-a06b-4898-bcc5-76e14081b5e6", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "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 \"source\": {\n \"accountId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\"\n },\n \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/transfer-in", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "transfer-in" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 401,\n \"code\": \"REQUEST_ID_MISSING\",\n \"details\": {\n \"pariatur64\": \"culpa\"\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-e65adeca-a06b-4898-bcc5-76e14081b5e6" }, { "id": "55a73ffa-d598-49d4-a68e-292a6d0e7841", "name": "Forbidden - Agent policy does not permit this operation or spending limit exceeded", "originalRequest": { "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "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 \"source\": {\n \"accountId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\"\n },\n \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/transfer-in", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "transfer-in" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 403,\n \"code\": \"COUNTERPARTY_NOT_ALLOWED\",\n \"details\": {\n \"ut_11\": \"pariatur incididunt no\"\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-55a73ffa-d598-49d4-a68e-292a6d0e7841" }, { "id": "0baad868-72ac-499e-a5fa-e2cca34658e1", "name": "Account not found", "originalRequest": { "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "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 \"source\": {\n \"accountId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\"\n },\n \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/transfer-in", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "transfer-in" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 404,\n \"code\": \"TRANSACTION_NOT_FOUND\",\n \"details\": {\n \"aliquip_3a\": -27636648.00940804,\n \"Ut49\": 40261138.179578185,\n \"aliqua_27a\": false,\n \"ullamco__e\": false\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-0baad868-72ac-499e-a5fa-e2cca34658e1" }, { "id": "57a63685-7755-4f8b-9cab-71e93fc73e76", "name": "Internal service error", "originalRequest": { "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "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 \"source\": {\n \"accountId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\"\n },\n \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/transfer-in", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "transfer-in" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 500,\n \"code\": \"INTERNAL_ERROR\",\n \"details\": {\n \"consequat_44\": -1638727.8967180848\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-57a63685-7755-4f8b-9cab-71e93fc73e76" } ], "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-6e61afe6-8cc3-495b-9acd-796dad3780d4" } ], "id": "7d9d46f3-afbd-43cb-9017-59dc60569868", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-7d9d46f3-afbd-43cb-9017-59dc60569868" }, { "name": "transfer-out", "item": [ { "name": "Create a transfer-out", "id": "0d71fdde-263c-4877-b7e6-a6708ab5add8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"source\": {\n \"accountId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\",\n \"paymentRail\": \"SEPA_INSTANT\"\n },\n \"amount\": \"\",\n \"remittanceInformation\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/transfer-out", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "transfer-out" ] }, "description": "Transfer funds from an internal account to an external account for the authenticated agent's customer. Accounts must belong to the agent's customer. Requires the CREATE_TRANSFERS permission in the agent's policy.\nIf the agent's policy requires approval for this amount, the transaction will be created in a pending state and must be approved by the platform via `POST /agents/{agentId}/actions/{actionId}/approve`.\n" }, "response": [ { "id": "c7b2e975-0c0e-496b-88de-63ecd228281f", "name": "Action submitted successfully. If the agent's policy requires approval, the returned `AgentAction` will have status `PENDING_APPROVAL` and no `transaction` yet. If the policy permits automatic execution, status will be `APPROVED` and `transaction` will be", "originalRequest": { "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "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 \"source\": {\n \"accountId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\",\n \"paymentRail\": \"SEPA_INSTANT\"\n },\n \"amount\": \"\",\n \"remittanceInformation\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/transfer-out", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "transfer-out" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"agentId\": \"\",\n \"customerId\": \"\",\n \"platformCustomerId\": \"\",\n \"status\": \"APPROVED\",\n \"type\": \"TRANSFER_OUT\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"quote\": {\n \"id\": \"\",\n \"status\": \"FAILED\",\n \"expiresAt\": \"\",\n \"createdAt\": \"\",\n \"source\": {\n \"accountId\": \"\",\n \"sourceType\": \"ACCOUNT\",\n \"customerId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\",\n \"destinationType\": \"UMA_ADDRESS\",\n \"paymentRail\": \"ACH\"\n },\n \"sendingCurrency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n },\n \"receivingCurrency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n },\n \"totalSendingAmount\": \"\",\n \"totalReceivingAmount\": \"\",\n \"exchangeRate\": \"\",\n \"feesIncluded\": \"\",\n \"transactionId\": \"\",\n \"paymentInstructions\": [\n {\n \"accountOrWalletInfo\": {\n \"accountNumber\": \"\",\n \"accountType\": \"CAD_ACCOUNT\",\n \"paymentRails\": [\n \"FEDNOW\",\n \"WIRE\"\n ],\n \"reference\": \"\",\n \"routingNumber\": \"553281096\"\n },\n \"instructionsNotes\": \"\",\n \"isPlatformAccount\": \"\"\n },\n {\n \"accountOrWalletInfo\": {\n \"accountNumber\": \"\",\n \"accountType\": \"SGD_ACCOUNT\",\n \"paymentRails\": [\n \"FEDNOW\",\n \"WIRE\"\n ],\n \"reference\": \"\",\n \"routingNumber\": \"780752227\"\n },\n \"instructionsNotes\": \"\",\n \"isPlatformAccount\": \"\"\n }\n ],\n \"remittanceInformation\": \"\",\n \"counterpartyInformation\": {\n \"nisi53\": true,\n \"ut39\": 51742263\n },\n \"rateDetails\": {\n \"counterpartyMultiplier\": \"\",\n \"counterpartyFixedFee\": \"\",\n \"gridApiMultiplier\": \"\",\n \"gridApiFixedFee\": \"\",\n \"gridApiVariableFeeRate\": \"\",\n \"gridApiVariableFeeAmount\": \"\"\n },\n \"scaChallenge\": {\n \"id\": \"\",\n \"expiresAt\": \"\",\n \"factor\": \"TOTP\",\n \"availableFactors\": [\n \"PASSKEY\",\n \"SMS_OTP\"\n ],\n \"purpose\": \"\",\n \"passkeyAssertionOptions\": {\n \"sed36\": 96010877,\n \"adipisicing2\": 49359866.09007546,\n \"magna927\": -44037520\n },\n \"passkeyAllowedOrigins\": null\n }\n },\n \"transferDetails\": {\n \"amount\": \"\",\n \"currency\": \"\",\n \"sourceAccountId\": \"\",\n \"destinationAccountId\": \"\"\n },\n \"transaction\": {\n \"customerId\": \"\",\n \"destination\": {\n \"accountId\": \"\",\n \"destinationType\": \"ACCOUNT\",\n \"currency\": \"\",\n \"onChainTransaction\": {\n \"transactionHash\": \"\",\n \"network\": \"ETHEREUM\"\n }\n },\n \"direction\": \"CREDIT\",\n \"id\": \"\",\n \"platformCustomerId\": \"\",\n \"receivedAmount\": {\n \"amount\": \"\",\n \"currency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n }\n },\n \"status\": \"REJECTED\",\n \"type\": \"OUTGOING\",\n \"settledAt\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"receiptDeliveryConfirmedAt\": \"\",\n \"agentId\": \"\",\n \"description\": \"\",\n \"counterpartyInformation\": {\n \"nisi_7\": -65383492.387035646\n },\n \"source\": {\n \"accountId\": \"\",\n \"sourceType\": \"UMA_ADDRESS\",\n \"currency\": \"\",\n \"onChainTransaction\": {\n \"transactionHash\": \"\",\n \"network\": \"TRON\"\n }\n },\n \"fees\": \"\",\n \"reconciliationInstructions\": {\n \"reference\": \"\",\n \"transactionHash\": \"\"\n },\n \"rateDetails\": {\n \"gridApiMultiplier\": \"\",\n \"gridApiFixedFee\": \"\",\n \"gridApiVariableFeeRate\": \"\",\n \"gridApiVariableFeeAmount\": \"\"\n },\n \"failureReason\": \"PAY_REQUEST_FAILED\"\n },\n \"rejectionReason\": \"\"\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-c7b2e975-0c0e-496b-88de-63ecd228281f" }, { "id": "3a28a317-c5a7-405e-a840-53c590f6971d", "name": "Bad request - Invalid parameters", "originalRequest": { "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "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 \"source\": {\n \"accountId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\",\n \"paymentRail\": \"SEPA_INSTANT\"\n },\n \"amount\": \"\",\n \"remittanceInformation\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/transfer-out", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "transfer-out" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 400,\n \"code\": \"INVALID_CURRENCY\",\n \"details\": {\n \"velit1\": 76048171,\n \"nulladb\": -14912585.363073736\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-3a28a317-c5a7-405e-a840-53c590f6971d" }, { "id": "5c71e260-9f00-4fa8-8d33-2683e3a57cdd", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "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 \"source\": {\n \"accountId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\",\n \"paymentRail\": \"SEPA_INSTANT\"\n },\n \"amount\": \"\",\n \"remittanceInformation\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/transfer-out", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "transfer-out" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 401,\n \"code\": \"REQUEST_ID_MISSING\",\n \"details\": {\n \"pariatur64\": \"culpa\"\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-5c71e260-9f00-4fa8-8d33-2683e3a57cdd" }, { "id": "a906fafa-7ea5-4919-9e80-5d0ff14878f7", "name": "Forbidden - Agent policy does not permit this operation or spending limit exceeded", "originalRequest": { "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "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 \"source\": {\n \"accountId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\",\n \"paymentRail\": \"SEPA_INSTANT\"\n },\n \"amount\": \"\",\n \"remittanceInformation\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/transfer-out", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "transfer-out" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 403,\n \"code\": \"COUNTERPARTY_NOT_ALLOWED\",\n \"details\": {\n \"ut_11\": \"pariatur incididunt no\"\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-a906fafa-7ea5-4919-9e80-5d0ff14878f7" }, { "id": "1970538f-a2e8-48e7-92fd-f24c33537bed", "name": "Account not found", "originalRequest": { "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "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 \"source\": {\n \"accountId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\",\n \"paymentRail\": \"SEPA_INSTANT\"\n },\n \"amount\": \"\",\n \"remittanceInformation\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/transfer-out", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "transfer-out" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 404,\n \"code\": \"TRANSACTION_NOT_FOUND\",\n \"details\": {\n \"aliquip_3a\": -27636648.00940804,\n \"Ut49\": 40261138.179578185,\n \"aliqua_27a\": false,\n \"ullamco__e\": false\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-1970538f-a2e8-48e7-92fd-f24c33537bed" }, { "id": "189c4406-8ec2-4257-8da5-f2390c7116f4", "name": "Internal service error", "originalRequest": { "method": "POST", "header": [ { "description": "A unique identifier for the request. If the same key is sent multiple times, the server will return the same response as the first request.\n", "key": "Idempotency-Key", "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 \"source\": {\n \"accountId\": \"\"\n },\n \"destination\": {\n \"accountId\": \"\",\n \"paymentRail\": \"SEPA_INSTANT\"\n },\n \"amount\": \"\",\n \"remittanceInformation\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/transfer-out", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "transfer-out" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 500,\n \"code\": \"INTERNAL_ERROR\",\n \"details\": {\n \"consequat_44\": -1638727.8967180848\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-189c4406-8ec2-4257-8da5-f2390c7116f4" } ], "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-0d71fdde-263c-4877-b7e6-a6708ab5add8" } ], "id": "aed4705e-dc98-4e75-a40f-55f80bd47af3", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-aed4705e-dc98-4e75-a40f-55f80bd47af3" }, { "name": "internal-accounts", "item": [ { "name": "List agent's internal accounts", "id": "591b03c5-67ca-448e-9985-73107586d9e3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/agents/me/internal-accounts?currency=&type=EMBEDDED_WALLET&limit=20&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "internal-accounts" ], "query": [ { "description": "Filter by currency code", "key": "currency", "value": "" }, { "description": "Filter by internal account type. Use `EMBEDDED_WALLET` to find the self-custodial wallet provisioned for the customer, or `INTERNAL_FIAT` / `INTERNAL_CRYPTO` for platform-managed holding accounts.", "key": "type", "value": "EMBEDDED_WALLET" }, { "description": "Maximum number of results to return (default 20, max 100)", "key": "limit", "value": "20" }, { "description": "Cursor for pagination (returned from previous request)", "key": "cursor", "value": "" } ] }, "description": "Retrieve the internal accounts belonging to the customer this agent operates on behalf of. Use this to discover available source accounts for transfers and quotes, and to verify which accounts are accessible under the agent's `accountRestrictions` policy.\n" }, "response": [ { "id": "7a31c42d-ab80-4adc-943e-1f37ff8ea7b3", "name": "Successful operation", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/internal-accounts?currency=&type=EMBEDDED_WALLET&limit=20&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "internal-accounts" ], "query": [ { "description": "Filter by currency code", "key": "currency", "value": "" }, { "description": "Filter by internal account type. Use `EMBEDDED_WALLET` to find the self-custodial wallet provisioned for the customer, or `INTERNAL_FIAT` / `INTERNAL_CRYPTO` for platform-managed holding accounts.", "key": "type", "value": "EMBEDDED_WALLET" }, { "description": "Maximum number of results to return (default 20, max 100)", "key": "limit", "value": "20" }, { "description": "Cursor for pagination (returned from previous request)", "key": "cursor", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"type\": \"EMBEDDED_WALLET\",\n \"status\": \"PENDING\",\n \"balance\": {\n \"amount\": \"\",\n \"currency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n }\n },\n \"totalBalance\": {\n \"amount\": \"\",\n \"currency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n }\n },\n \"fundingPaymentInstructions\": [\n {\n \"accountOrWalletInfo\": {\n \"accountNumber\": \"\",\n \"accountType\": \"EMBEDDED_WALLET\",\n \"paymentRails\": [\n \"WIRE\",\n \"WIRE\"\n ],\n \"reference\": \"\",\n \"routingNumber\": \"065401119\"\n },\n \"instructionsNotes\": \"\",\n \"isPlatformAccount\": \"\"\n },\n {\n \"accountOrWalletInfo\": {\n \"accountNumber\": \"\",\n \"accountType\": \"HKD_ACCOUNT\",\n \"paymentRails\": [\n \"FEDNOW\",\n \"ACH\"\n ],\n \"reference\": \"\",\n \"routingNumber\": \"897758178\"\n },\n \"instructionsNotes\": \"\",\n \"isPlatformAccount\": \"\"\n }\n ],\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"customerId\": \"\",\n \"privateEnabled\": \"\"\n },\n {\n \"id\": \"\",\n \"type\": \"EMBEDDED_WALLET\",\n \"status\": \"PENDING\",\n \"balance\": {\n \"amount\": \"\",\n \"currency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n }\n },\n \"totalBalance\": {\n \"amount\": \"\",\n \"currency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"decimals\": \"\"\n }\n },\n \"fundingPaymentInstructions\": [\n {\n \"accountOrWalletInfo\": {\n \"accountNumber\": \"\",\n \"accountType\": \"HKD_ACCOUNT\",\n \"paymentRails\": [\n \"WIRE\",\n \"WIRE\"\n ],\n \"reference\": \"\",\n \"routingNumber\": \"527379752\"\n },\n \"instructionsNotes\": \"\",\n \"isPlatformAccount\": \"\"\n },\n {\n \"accountOrWalletInfo\": {\n \"accountNumber\": \"\",\n \"accountType\": \"INR_ACCOUNT\",\n \"paymentRails\": [\n \"RTP\",\n \"WIRE\"\n ],\n \"reference\": \"\",\n \"routingNumber\": \"058873052\"\n },\n \"instructionsNotes\": \"\",\n \"isPlatformAccount\": \"\"\n }\n ],\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"customerId\": \"\",\n \"privateEnabled\": \"\"\n }\n ],\n \"hasMore\": \"\",\n \"nextCursor\": \"\",\n \"totalCount\": \"\"\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-7a31c42d-ab80-4adc-943e-1f37ff8ea7b3" }, { "id": "b79475f2-feca-498e-ac68-29dc16988096", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/internal-accounts?currency=&type=EMBEDDED_WALLET&limit=20&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "internal-accounts" ], "query": [ { "description": "Filter by currency code", "key": "currency", "value": "" }, { "description": "Filter by internal account type. Use `EMBEDDED_WALLET` to find the self-custodial wallet provisioned for the customer, or `INTERNAL_FIAT` / `INTERNAL_CRYPTO` for platform-managed holding accounts.", "key": "type", "value": "EMBEDDED_WALLET" }, { "description": "Maximum number of results to return (default 20, max 100)", "key": "limit", "value": "20" }, { "description": "Cursor for pagination (returned from previous request)", "key": "cursor", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 401,\n \"code\": \"REQUEST_ID_MISSING\",\n \"details\": {\n \"pariatur64\": \"culpa\"\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-b79475f2-feca-498e-ac68-29dc16988096" }, { "id": "02d8fe3f-a732-4420-abfa-25c7119c3c0f", "name": "Internal service error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/internal-accounts?currency=&type=EMBEDDED_WALLET&limit=20&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "internal-accounts" ], "query": [ { "description": "Filter by currency code", "key": "currency", "value": "" }, { "description": "Filter by internal account type. Use `EMBEDDED_WALLET` to find the self-custodial wallet provisioned for the customer, or `INTERNAL_FIAT` / `INTERNAL_CRYPTO` for platform-managed holding accounts.", "key": "type", "value": "EMBEDDED_WALLET" }, { "description": "Maximum number of results to return (default 20, max 100)", "key": "limit", "value": "20" }, { "description": "Cursor for pagination (returned from previous request)", "key": "cursor", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 500,\n \"code\": \"INTERNAL_ERROR\",\n \"details\": {\n \"consequat_44\": -1638727.8967180848\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-02d8fe3f-a732-4420-abfa-25c7119c3c0f" } ], "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-591b03c5-67ca-448e-9985-73107586d9e3" } ], "id": "6903d954-92fe-4d76-b283-503a8374c2c5", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-6903d954-92fe-4d76-b283-503a8374c2c5" }, { "name": "external-accounts", "item": [ { "name": "{externalAccountId}", "item": [ { "name": "Get agent external account by ID", "id": "b2c09095-29f5-4cbf-9cf4-061047a483d6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/agents/me/external-accounts/:externalAccountId", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "external-accounts", ":externalAccountId" ], "variable": [ { "id": "bd03637b-929e-41e7-aeab-7187e1bb6095", "key": "externalAccountId", "value": "", "description": "(Required) System-generated unique external account identifier" } ] }, "description": "Retrieve an external account belonging to the authenticated agent's customer. Returns 404 if the account exists but belongs to a different customer. Requires the MANAGE_EXTERNAL_ACCOUNTS permission in the agent's policy.\n" }, "response": [ { "id": "d8b6eec7-c22e-4a9c-a49e-f8045e521661", "name": "Successful operation", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/external-accounts/:externalAccountId", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "external-accounts", ":externalAccountId" ], "variable": [ { "key": "externalAccountId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"status\": \"ACTIVE\",\n \"currency\": \"\",\n \"accountInfo\": {\n \"accountType\": \"KES_ACCOUNT\",\n \"beneficiary\": {\n \"beneficiaryType\": \"INDIVIDUAL\",\n \"address\": {\n \"line1\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\",\n \"line2\": \"\",\n \"city\": \"\",\n \"state\": \"\"\n },\n \"fullName\": \"\",\n \"birthDate\": \"\",\n \"nationality\": \"\",\n \"email\": \"\",\n \"phoneNumber\": \"\",\n \"countryOfResidence\": \"\"\n },\n \"iban\": \"AE009558558007055471837\",\n \"paymentRails\": [\n \"BANK_TRANSFER\",\n \"BANK_TRANSFER\"\n ],\n \"swiftCode\": \"MZCENJSKK0W\"\n },\n \"customerId\": \"\",\n \"platformAccountId\": \"\",\n \"defaultUmaDepositAccount\": \"\",\n \"beneficiaryVerificationStatus\": \"NOT_MATCHED\",\n \"beneficiaryVerifiedData\": {\n \"fullName\": \"\"\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-d8b6eec7-c22e-4a9c-a49e-f8045e521661" }, { "id": "7003874d-5898-4694-b8f3-aaa54a6ec07e", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/external-accounts/:externalAccountId", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "external-accounts", ":externalAccountId" ], "variable": [ { "key": "externalAccountId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 401,\n \"code\": \"REQUEST_ID_MISSING\",\n \"details\": {\n \"pariatur64\": \"culpa\"\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-7003874d-5898-4694-b8f3-aaa54a6ec07e" }, { "id": "841f3a7d-2f42-40c4-9fe9-31a07eea1e66", "name": "External account not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/external-accounts/:externalAccountId", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "external-accounts", ":externalAccountId" ], "variable": [ { "key": "externalAccountId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 404,\n \"code\": \"TRANSACTION_NOT_FOUND\",\n \"details\": {\n \"aliquip_3a\": -27636648.00940804,\n \"Ut49\": 40261138.179578185,\n \"aliqua_27a\": false,\n \"ullamco__e\": false\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-841f3a7d-2f42-40c4-9fe9-31a07eea1e66" }, { "id": "de04745d-660b-4f65-9b33-756d3a16cf4c", "name": "Internal service error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/external-accounts/:externalAccountId", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "external-accounts", ":externalAccountId" ], "variable": [ { "key": "externalAccountId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 500,\n \"code\": \"INTERNAL_ERROR\",\n \"details\": {\n \"consequat_44\": -1638727.8967180848\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-de04745d-660b-4f65-9b33-756d3a16cf4c" } ], "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-b2c09095-29f5-4cbf-9cf4-061047a483d6" }, { "name": "Delete agent external account", "id": "c911182d-476f-4d33-85dd-e6cb5c7b5d0b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/agents/me/external-accounts/:externalAccountId", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "external-accounts", ":externalAccountId" ], "variable": [ { "id": "61063327-56a9-4ff7-b267-87633f13a1ae", "key": "externalAccountId", "value": "", "description": "(Required) System-generated unique external account identifier" } ] }, "description": "Delete an external account belonging to the authenticated agent's customer. Requires the MANAGE_EXTERNAL_ACCOUNTS permission in the agent's policy.\n" }, "response": [ { "id": "8b28d64d-a346-489d-b0e3-030223e70472", "name": "External account deleted successfully", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/external-accounts/:externalAccountId", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "external-accounts", ":externalAccountId" ], "variable": [ { "key": "externalAccountId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-8b28d64d-a346-489d-b0e3-030223e70472" }, { "id": "ccbfde24-5898-4cfd-8322-77659d566ced", "name": "Unauthorized", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/external-accounts/:externalAccountId", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "external-accounts", ":externalAccountId" ], "variable": [ { "key": "externalAccountId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 401,\n \"code\": \"REQUEST_ID_MISSING\",\n \"details\": {\n \"pariatur64\": \"culpa\"\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-ccbfde24-5898-4cfd-8322-77659d566ced" }, { "id": "76203496-0500-477f-9a51-4b162c7560fd", "name": "External account not found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/external-accounts/:externalAccountId", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "external-accounts", ":externalAccountId" ], "variable": [ { "key": "externalAccountId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 404,\n \"code\": \"TRANSACTION_NOT_FOUND\",\n \"details\": {\n \"aliquip_3a\": -27636648.00940804,\n \"Ut49\": 40261138.179578185,\n \"aliqua_27a\": false,\n \"ullamco__e\": false\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-76203496-0500-477f-9a51-4b162c7560fd" }, { "id": "73d90cc2-ac11-4541-aba4-52f18abab013", "name": "Internal service error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/external-accounts/:externalAccountId", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "external-accounts", ":externalAccountId" ], "variable": [ { "key": "externalAccountId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 500,\n \"code\": \"INTERNAL_ERROR\",\n \"details\": {\n \"consequat_44\": -1638727.8967180848\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-73d90cc2-ac11-4541-aba4-52f18abab013" } ], "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-c911182d-476f-4d33-85dd-e6cb5c7b5d0b" } ], "id": "e5472fc1-e62b-4db6-99c4-0c20be3795b0", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-e5472fc1-e62b-4db6-99c4-0c20be3795b0" }, { "name": "List agent external accounts", "id": "160a34b9-bdcb-4561-ac55-9454e4fdcddd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/agents/me/external-accounts?currency=&limit=20&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "external-accounts" ], "query": [ { "description": "Filter by currency code", "key": "currency", "value": "" }, { "description": "Maximum number of results to return (default 20, max 100)", "key": "limit", "value": "20" }, { "description": "Cursor for pagination (returned from previous request)", "key": "cursor", "value": "" } ] }, "description": "Retrieve a paginated list of external accounts belonging to the authenticated agent's customer. Requires the MANAGE_EXTERNAL_ACCOUNTS permission in the agent's policy.\n" }, "response": [ { "id": "1f234c02-8087-42eb-8488-8422f3c5f683", "name": "Successful operation", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/external-accounts?currency=&limit=20&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "external-accounts" ], "query": [ { "description": "Filter by currency code", "key": "currency", "value": "" }, { "description": "Maximum number of results to return (default 20, max 100)", "key": "limit", "value": "20" }, { "description": "Cursor for pagination (returned from previous request)", "key": "cursor", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"status\": \"UNDER_REVIEW\",\n \"currency\": \"\",\n \"accountInfo\": {\n \"accountType\": \"TZS_ACCOUNT\",\n \"beneficiary\": {\n \"beneficiaryType\": \"INDIVIDUAL\",\n \"address\": {\n \"line1\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\",\n \"line2\": \"\",\n \"city\": \"\",\n \"state\": \"\"\n },\n \"fullName\": \"\",\n \"birthDate\": \"\",\n \"nationality\": \"\",\n \"email\": \"\",\n \"phoneNumber\": \"\",\n \"countryOfResidence\": \"\"\n },\n \"iban\": \"AE724106330826437831517\",\n \"paymentRails\": [\n \"BANK_TRANSFER\",\n \"BANK_TRANSFER\"\n ],\n \"swiftCode\": \"MPSGPMQGXL8\"\n },\n \"customerId\": \"\",\n \"platformAccountId\": \"\",\n \"defaultUmaDepositAccount\": \"\",\n \"beneficiaryVerificationStatus\": \"CHECKED_BY_RECEIVING_FI\",\n \"beneficiaryVerifiedData\": {\n \"fullName\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"status\": \"INACTIVE\",\n \"currency\": \"\",\n \"accountInfo\": {\n \"accountType\": \"INR_ACCOUNT\",\n \"beneficiary\": {\n \"beneficiaryType\": \"INDIVIDUAL\",\n \"address\": {\n \"line1\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\",\n \"line2\": \"\",\n \"city\": \"\",\n \"state\": \"\"\n },\n \"fullName\": \"\",\n \"birthDate\": \"\",\n \"nationality\": \"\",\n \"email\": \"\",\n \"phoneNumber\": \"\",\n \"countryOfResidence\": \"\"\n },\n \"iban\": \"AE653721175088782486603\",\n \"paymentRails\": [\n \"BANK_TRANSFER\",\n \"BANK_TRANSFER\"\n ],\n \"swiftCode\": \"RQYZYZV7IZV\"\n },\n \"customerId\": \"\",\n \"platformAccountId\": \"\",\n \"defaultUmaDepositAccount\": \"\",\n \"beneficiaryVerificationStatus\": \"CHECKED_BY_RECEIVING_FI\",\n \"beneficiaryVerifiedData\": {\n \"fullName\": \"\"\n }\n }\n ],\n \"hasMore\": \"\",\n \"nextCursor\": \"\",\n \"totalCount\": \"\"\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-1f234c02-8087-42eb-8488-8422f3c5f683" }, { "id": "ac4a969d-15d5-4583-8e3a-5f6639353694", "name": "Bad request - Invalid parameters", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/external-accounts?currency=&limit=20&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "external-accounts" ], "query": [ { "description": "Filter by currency code", "key": "currency", "value": "" }, { "description": "Maximum number of results to return (default 20, max 100)", "key": "limit", "value": "20" }, { "description": "Cursor for pagination (returned from previous request)", "key": "cursor", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 400,\n \"code\": \"INVALID_CURRENCY\",\n \"details\": {\n \"velit1\": 76048171,\n \"nulladb\": -14912585.363073736\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-ac4a969d-15d5-4583-8e3a-5f6639353694" }, { "id": "ce2aaa7c-9551-4218-994f-20626a1ccadd", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/external-accounts?currency=&limit=20&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "external-accounts" ], "query": [ { "description": "Filter by currency code", "key": "currency", "value": "" }, { "description": "Maximum number of results to return (default 20, max 100)", "key": "limit", "value": "20" }, { "description": "Cursor for pagination (returned from previous request)", "key": "cursor", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 401,\n \"code\": \"REQUEST_ID_MISSING\",\n \"details\": {\n \"pariatur64\": \"culpa\"\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-ce2aaa7c-9551-4218-994f-20626a1ccadd" }, { "id": "1903d00a-7658-4860-9a61-ce63cbd7379f", "name": "Internal service error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me/external-accounts?currency=&limit=20&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "external-accounts" ], "query": [ { "description": "Filter by currency code", "key": "currency", "value": "" }, { "description": "Maximum number of results to return (default 20, max 100)", "key": "limit", "value": "20" }, { "description": "Cursor for pagination (returned from previous request)", "key": "cursor", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 500,\n \"code\": \"INTERNAL_ERROR\",\n \"details\": {\n \"consequat_44\": -1638727.8967180848\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-1903d00a-7658-4860-9a61-ce63cbd7379f" } ], "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-160a34b9-bdcb-4561-ac55-9454e4fdcddd" }, { "name": "Add an external account", "id": "8ce685d9-17ef-4846-b8e3-3ec7fd524601", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"currency\": \"\",\n \"accountInfo\": {\n \"accountType\": \"USD_ACCOUNT\",\n \"beneficiary\": {\n \"beneficiaryType\": \"INDIVIDUAL\",\n \"address\": {\n \"line1\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\",\n \"line2\": \"\",\n \"city\": \"\",\n \"state\": \"\"\n },\n \"fullName\": \"\",\n \"birthDate\": \"\",\n \"nationality\": \"\",\n \"email\": \"\",\n \"phoneNumber\": \"\",\n \"countryOfResidence\": \"\"\n },\n \"iban\": \"AE292225025641440130369\",\n \"swiftCode\": \"SMBTTIOH\"\n },\n \"customerId\": \"\",\n \"platformAccountId\": \"\",\n \"defaultUmaDepositAccount\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/external-accounts", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "external-accounts" ] }, "description": "Register a new external bank account or wallet for the authenticated agent's customer. Requires the MANAGE_EXTERNAL_ACCOUNTS permission in the agent's policy. The `customerId` field is optional and will be inferred from the agent's associated customer if omitted.\n" }, "response": [ { "id": "9020fe9a-0d92-44a9-967e-ffe4041aa4a0", "name": "External account created successfully", "originalRequest": { "method": "POST", "header": [ { "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 \"currency\": \"\",\n \"accountInfo\": {\n \"accountType\": \"USD_ACCOUNT\",\n \"beneficiary\": {\n \"beneficiaryType\": \"INDIVIDUAL\",\n \"address\": {\n \"line1\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\",\n \"line2\": \"\",\n \"city\": \"\",\n \"state\": \"\"\n },\n \"fullName\": \"\",\n \"birthDate\": \"\",\n \"nationality\": \"\",\n \"email\": \"\",\n \"phoneNumber\": \"\",\n \"countryOfResidence\": \"\"\n },\n \"iban\": \"AE292225025641440130369\",\n \"swiftCode\": \"SMBTTIOH\"\n },\n \"customerId\": \"\",\n \"platformAccountId\": \"\",\n \"defaultUmaDepositAccount\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/external-accounts", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "external-accounts" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"status\": \"ACTIVE\",\n \"currency\": \"\",\n \"accountInfo\": {\n \"accountType\": \"KES_ACCOUNT\",\n \"beneficiary\": {\n \"beneficiaryType\": \"INDIVIDUAL\",\n \"address\": {\n \"line1\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\",\n \"line2\": \"\",\n \"city\": \"\",\n \"state\": \"\"\n },\n \"fullName\": \"\",\n \"birthDate\": \"\",\n \"nationality\": \"\",\n \"email\": \"\",\n \"phoneNumber\": \"\",\n \"countryOfResidence\": \"\"\n },\n \"iban\": \"AE009558558007055471837\",\n \"paymentRails\": [\n \"BANK_TRANSFER\",\n \"BANK_TRANSFER\"\n ],\n \"swiftCode\": \"MZCENJSKK0W\"\n },\n \"customerId\": \"\",\n \"platformAccountId\": \"\",\n \"defaultUmaDepositAccount\": \"\",\n \"beneficiaryVerificationStatus\": \"NOT_MATCHED\",\n \"beneficiaryVerifiedData\": {\n \"fullName\": \"\"\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-9020fe9a-0d92-44a9-967e-ffe4041aa4a0" }, { "id": "6ce42dbe-cd2a-43bf-821d-51af9c1844de", "name": "Bad request", "originalRequest": { "method": "POST", "header": [ { "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 \"currency\": \"\",\n \"accountInfo\": {\n \"accountType\": \"USD_ACCOUNT\",\n \"beneficiary\": {\n \"beneficiaryType\": \"INDIVIDUAL\",\n \"address\": {\n \"line1\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\",\n \"line2\": \"\",\n \"city\": \"\",\n \"state\": \"\"\n },\n \"fullName\": \"\",\n \"birthDate\": \"\",\n \"nationality\": \"\",\n \"email\": \"\",\n \"phoneNumber\": \"\",\n \"countryOfResidence\": \"\"\n },\n \"iban\": \"AE292225025641440130369\",\n \"swiftCode\": \"SMBTTIOH\"\n },\n \"customerId\": \"\",\n \"platformAccountId\": \"\",\n \"defaultUmaDepositAccount\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/external-accounts", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "external-accounts" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 400,\n \"code\": \"INVALID_CURRENCY\",\n \"details\": {\n \"velit1\": 76048171,\n \"nulladb\": -14912585.363073736\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-6ce42dbe-cd2a-43bf-821d-51af9c1844de" }, { "id": "52bd7ea3-e2ab-44cf-b781-ae8503189621", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "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 \"currency\": \"\",\n \"accountInfo\": {\n \"accountType\": \"USD_ACCOUNT\",\n \"beneficiary\": {\n \"beneficiaryType\": \"INDIVIDUAL\",\n \"address\": {\n \"line1\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\",\n \"line2\": \"\",\n \"city\": \"\",\n \"state\": \"\"\n },\n \"fullName\": \"\",\n \"birthDate\": \"\",\n \"nationality\": \"\",\n \"email\": \"\",\n \"phoneNumber\": \"\",\n \"countryOfResidence\": \"\"\n },\n \"iban\": \"AE292225025641440130369\",\n \"swiftCode\": \"SMBTTIOH\"\n },\n \"customerId\": \"\",\n \"platformAccountId\": \"\",\n \"defaultUmaDepositAccount\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/external-accounts", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "external-accounts" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 401,\n \"code\": \"REQUEST_ID_MISSING\",\n \"details\": {\n \"pariatur64\": \"culpa\"\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-52bd7ea3-e2ab-44cf-b781-ae8503189621" }, { "id": "ab2f2fe3-cda6-4cbc-94a4-cbb48d73cb7b", "name": "Conflict - External account already exists", "originalRequest": { "method": "POST", "header": [ { "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 \"currency\": \"\",\n \"accountInfo\": {\n \"accountType\": \"USD_ACCOUNT\",\n \"beneficiary\": {\n \"beneficiaryType\": \"INDIVIDUAL\",\n \"address\": {\n \"line1\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\",\n \"line2\": \"\",\n \"city\": \"\",\n \"state\": \"\"\n },\n \"fullName\": \"\",\n \"birthDate\": \"\",\n \"nationality\": \"\",\n \"email\": \"\",\n \"phoneNumber\": \"\",\n \"countryOfResidence\": \"\"\n },\n \"iban\": \"AE292225025641440130369\",\n \"swiftCode\": \"SMBTTIOH\"\n },\n \"customerId\": \"\",\n \"platformAccountId\": \"\",\n \"defaultUmaDepositAccount\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/external-accounts", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "external-accounts" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 409,\n \"code\": \"EMAIL_OTP_CREDENTIAL_SET_CHANGED\",\n \"details\": {\n \"culpa2\": false,\n \"Ut_e\": true\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-ab2f2fe3-cda6-4cbc-94a4-cbb48d73cb7b" }, { "id": "b2a6927f-433b-4500-8ba7-1975656473b2", "name": "Internal service error", "originalRequest": { "method": "POST", "header": [ { "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 \"currency\": \"\",\n \"accountInfo\": {\n \"accountType\": \"USD_ACCOUNT\",\n \"beneficiary\": {\n \"beneficiaryType\": \"INDIVIDUAL\",\n \"address\": {\n \"line1\": \"\",\n \"postalCode\": \"\",\n \"country\": \"\",\n \"line2\": \"\",\n \"city\": \"\",\n \"state\": \"\"\n },\n \"fullName\": \"\",\n \"birthDate\": \"\",\n \"nationality\": \"\",\n \"email\": \"\",\n \"phoneNumber\": \"\",\n \"countryOfResidence\": \"\"\n },\n \"iban\": \"AE292225025641440130369\",\n \"swiftCode\": \"SMBTTIOH\"\n },\n \"customerId\": \"\",\n \"platformAccountId\": \"\",\n \"defaultUmaDepositAccount\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agents/me/external-accounts", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me", "external-accounts" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 500,\n \"code\": \"INTERNAL_ERROR\",\n \"details\": {\n \"consequat_44\": -1638727.8967180848\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-b2a6927f-433b-4500-8ba7-1975656473b2" } ], "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-8ce685d9-17ef-4846-b8e3-3ec7fd524601" } ], "id": "8532da70-6a11-4658-90a3-bf65947f3f35", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-8532da70-6a11-4658-90a3-bf65947f3f35" }, { "name": "Get current agent", "id": "263fcd65-b7e8-49aa-9bf2-8967da19d3c8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/agents/me", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me" ] }, "description": "Retrieve the authenticated agent's own profile, policy, and current usage. This endpoint is called by the agent software itself using its own credentials (obtained via device code redemption) rather than platform credentials.\n" }, "response": [ { "id": "872b3763-d12b-4905-a3be-a0444406a13f", "name": "Successful operation", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"customerId\": \"\",\n \"isPaused\": \"\",\n \"isConnected\": \"\",\n \"policy\": {\n \"permissions\": [\n \"MANAGE_EXTERNAL_ACCOUNTS\",\n \"MANAGE_EXTERNAL_ACCOUNTS\"\n ],\n \"defaultExecutionMode\": \"APPROVAL_REQUIRED\",\n \"spendingLimits\": {\n \"currency\": \"\",\n \"perTransactionLimit\": \"\",\n \"dailyLimit\": \"\",\n \"dailyTransactionLimit\": \"\",\n \"monthlyLimit\": \"\"\n },\n \"accountRestrictions\": {\n \"allowedAccountIds\": [\n \"\",\n \"\"\n ],\n \"accountRules\": [\n {\n \"accountId\": \"\",\n \"executionMode\": \"APPROVAL_REQUIRED\",\n \"perTransactionLimit\": \"\"\n },\n {\n \"accountId\": \"\",\n \"executionMode\": \"AUTO\",\n \"perTransactionLimit\": \"\"\n }\n ]\n },\n \"approvalThresholds\": {\n \"currency\": \"\",\n \"amount\": \"\"\n }\n },\n \"usage\": {\n \"dailyTransactionCount\": \"\",\n \"dailySpend\": \"\",\n \"monthlySpend\": \"\",\n \"dailyResetDate\": \"\",\n \"monthlyResetMonth\": \"\"\n },\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-872b3763-d12b-4905-a3be-a0444406a13f" }, { "id": "6092685c-6739-4553-b3ea-854e87f6a593", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 401,\n \"code\": \"REQUEST_ID_MISSING\",\n \"details\": {\n \"pariatur64\": \"culpa\"\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-6092685c-6739-4553-b3ea-854e87f6a593" }, { "id": "e2ea0f4b-7ba9-42a6-8681-9de08494bdd4", "name": "Internal service error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agents/me", "host": [ "{{baseUrl}}" ], "path": [ "agents", "me" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"status\": 500,\n \"code\": \"INTERNAL_ERROR\",\n \"details\": {\n \"consequat_44\": -1638727.8967180848\n }\n}", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-e2ea0f4b-7ba9-42a6-8681-9de08494bdd4" } ], "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-263fcd65-b7e8-49aa-9bf2-8967da19d3c8" } ], "id": "fcb95bd4-9385-4c9d-8079-521a1d787db0", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-fcb95bd4-9385-4c9d-8079-521a1d787db0" } ], "id": "1ceb3fe9-c3f7-4f61-95a6-625a796c11ea", "createdAt": "2026-07-28T02:06:59.000Z", "updatedAt": "2026-07-28T02:06:59.000Z", "uid": "35240-1ceb3fe9-c3f7-4f61-95a6-625a796c11ea" } ], "auth": { "type": "basic", "basic": [ { "key": "username", "value": "{{basicAuthUsername}}", "type": "string" }, { "key": "password", "value": "{{basicAuthPassword}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.lightspark.com/grid/2025-10-13" } ] }