{ "info": { "_postman_id": "8fa901d8-4eb1-4dc9-a32a-0537e233a6a8", "name": "Method Account Attributes Account Transactions API", "description": "The Method API enables you to retrieve financial data, create payments, and manage\nentities and accounts programmatically. This specification covers the public API\nsurface for version `2025-12-01`.\n\n## Authentication\n\nMost API requests require a Bearer token in the `Authorization` header.\nUse your secret key (`sk_...`) for server-side requests and public key (`pk_...`)\nfor client-side Element requests. Public Message-Level Encryption key discovery\nendpoints are documented separately and do not require authentication.\n\n## Versioning\n\nThe API version is selected via the `Method-Version` header. This spec targets\nversion `2025-12-01`. The SDK sets this header automatically.\n\n## Response Envelope\n\nMost JSON responses are wrapped in a standard envelope:\n\n```json\n{\n \"success\": true,\n \"data\": { ... },\n \"message\": null\n}\n```\n\nThe `/.well-known/jwks.json` endpoint is an exception and returns a bare JWK set.\n\n## Pagination\n\nList endpoints return pagination metadata in response headers:\n`Pagination-Page`, `Pagination-Page-Count`, `Pagination-Page-Limit`,\n`Pagination-Total-Count`, `Pagination-Page-Cursor-Prev`, `Pagination-Page-Cursor-Next`.\n\n## Expandable Fields\n\nCertain resource fields can be expanded from IDs to full objects using the\n`expand` query parameter. Maximum nesting depth is 4 levels.\n\n\nContact Support:\n Name: Method Financial\n Email: team@methodfi.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:09:40.000Z", "updatedAt": "2026-07-28T02:09:41.000Z", "lastUpdatedBy": "35240", "uid": "35240-8fa901d8-4eb1-4dc9-a32a-0537e233a6a8" }, "item": [ { "name": "accounts", "item": [ { "name": "{accountId}", "item": [ { "name": "transactions", "item": [ { "name": "{accTxnId}", "item": [ { "name": "Retrieve an account transaction", "id": "e7a42409-946b-4983-bcf3-1e162ce3a5b3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transactions/:accTxnId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transactions", ":accTxnId" ], "variable": [ { "id": "749177cc-13cc-4d47-b245-f3c8974a4403", "key": "accountId", "value": "acc_uhg", "description": "(Required) Unique identifier for the account." }, { "id": "697719e9-c6c6-454d-93f0-f0dad7f4c380", "key": "accTxnId", "value": "acc_txn_8fLOjlS", "description": "(Required) Unique identifier for the account transaction." } ] }, "description": "Retrieves an account transaction by its unique identifier." }, "response": [ { "id": "fab12ae2-9721-48f7-844e-dea2dc3c57e4", "name": "The requested account transaction.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transactions/:accTxnId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transactions", ":accTxnId" ], "variable": [ { "key": "accountId" }, { "key": "accTxnId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"id\": \"txn_eGy1gjXQiV\",\n \"account_id\": \"\",\n \"merchant\": null,\n \"amount\": \"\",\n \"auth_amount\": \"\",\n \"currency_code\": \"\",\n \"transaction_amount\": \"\",\n \"transaction_auth_amount\": \"\",\n \"transaction_currency_code\": \"\",\n \"status\": \"posted\",\n \"descriptor\": \"\",\n \"transacted_at\": \"\",\n \"posted_at\": \"\",\n \"voided_at\": \"\",\n \"original_txn_id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:41.000Z", "updatedAt": "2026-07-28T02:09:41.000Z", "uid": "35240-fab12ae2-9721-48f7-844e-dea2dc3c57e4" }, { "id": "a8cee265-ad15-4077-9da4-8cabb5ad52e8", "name": "Bad request - invalid parameters or request body.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transactions/:accTxnId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transactions", ":accTxnId" ], "variable": [ { "key": "accountId" }, { "key": "accTxnId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:41.000Z", "updatedAt": "2026-07-28T02:09:41.000Z", "uid": "35240-a8cee265-ad15-4077-9da4-8cabb5ad52e8" }, { "id": "f448a187-4913-4a64-94a9-9540700bbc91", "name": "Unauthorized - missing or invalid authentication token.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transactions/:accTxnId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transactions", ":accTxnId" ], "variable": [ { "key": "accountId" }, { "key": "accTxnId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:41.000Z", "updatedAt": "2026-07-28T02:09:41.000Z", "uid": "35240-f448a187-4913-4a64-94a9-9540700bbc91" }, { "id": "008dd928-f12b-452e-ad13-61e460dd0ea0", "name": "Not found - the requested resource does not exist.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transactions/:accTxnId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transactions", ":accTxnId" ], "variable": [ { "key": "accountId" }, { "key": "accTxnId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:41.000Z", "updatedAt": "2026-07-28T02:09:41.000Z", "uid": "35240-008dd928-f12b-452e-ad13-61e460dd0ea0" }, { "id": "a43a0686-87d7-4a34-914a-63df6c23dc8d", "name": "Too many requests - rate limit exceeded.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transactions/:accTxnId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transactions", ":accTxnId" ], "variable": [ { "key": "accountId" }, { "key": "accTxnId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Number of seconds to wait before retrying.", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:41.000Z", "updatedAt": "2026-07-28T02:09:41.000Z", "uid": "35240-a43a0686-87d7-4a34-914a-63df6c23dc8d" }, { "id": "63709d38-458f-466b-aa8e-4dc97918ba5c", "name": "Internal server error.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transactions/:accTxnId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transactions", ":accTxnId" ], "variable": [ { "key": "accountId" }, { "key": "accTxnId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:41.000Z", "updatedAt": "2026-07-28T02:09:41.000Z", "uid": "35240-63709d38-458f-466b-aa8e-4dc97918ba5c" } ], "createdAt": "2026-07-28T02:09:41.000Z", "updatedAt": "2026-07-28T02:09:41.000Z", "uid": "35240-e7a42409-946b-4983-bcf3-1e162ce3a5b3" } ], "id": "b5550df4-ffa4-48bf-9abf-3163be06dae4", "createdAt": "2026-07-28T02:09:41.000Z", "updatedAt": "2026-07-28T02:09:41.000Z", "uid": "35240-b5550df4-ffa4-48bf-9abf-3163be06dae4" }, { "name": "List all account transactions", "id": "0140fb4c-ad8a-4465-a58a-63b4e1c1aa8e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transactions?page=1&page_limit=10&page_cursor=&from_date=&to_date=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transactions" ], "query": [ { "description": "Page number for pagination (1-indexed).", "key": "page", "value": "1" }, { "description": "Number of items per page.", "key": "page_limit", "value": "10" }, { "description": "Cursor for cursor-based pagination. Use the value from `Pagination-Page-Cursor-Next` or `Pagination-Page-Cursor-Prev` response headers.", "key": "page_cursor", "value": "" }, { "description": "Filter results from this date (inclusive, YYYY-MM-DD format).", "key": "from_date", "value": "" }, { "description": "Filter results to this date (inclusive, YYYY-MM-DD format).", "key": "to_date", "value": "" } ], "variable": [ { "id": "c94cf631-43d1-4ae5-8871-696bf4035883", "key": "accountId", "value": "acc_uhg", "description": "(Required) Unique identifier for the account." } ] }, "description": "Returns a paginated list of transactions for the specified account. Results can be filtered by status and date range." }, "response": [ { "id": "69ac6f67-3e82-4647-8aca-2205c79dc17a", "name": "A paginated list of account transactions.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transactions?page=1&page_limit=10&page_cursor=&from_date=&to_date=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transactions" ], "query": [ { "description": "Page number for pagination (1-indexed).", "key": "page", "value": "1" }, { "description": "Number of items per page.", "key": "page_limit", "value": "10" }, { "description": "Cursor for cursor-based pagination. Use the value from `Pagination-Page-Cursor-Next` or `Pagination-Page-Cursor-Prev` response headers.", "key": "page_cursor", "value": "" }, { "description": "Filter results from this date (inclusive, YYYY-MM-DD format).", "key": "from_date", "value": "" }, { "description": "Filter results to this date (inclusive, YYYY-MM-DD format).", "key": "to_date", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Pagination-Page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Pagination-Page-Count", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Pagination-Page-Limit", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Pagination-Total-Count", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Pagination-Page-Cursor-Prev", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Pagination-Page-Cursor-Next", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": [\n {\n \"id\": \"txn_nCHvHL_Tx\",\n \"account_id\": \"\",\n \"merchant\": {\n \"name\": \"\",\n \"logo\": \"\"\n },\n \"amount\": \"\",\n \"auth_amount\": \"\",\n \"currency_code\": \"\",\n \"transaction_amount\": \"\",\n \"transaction_auth_amount\": \"\",\n \"transaction_currency_code\": \"\",\n \"status\": \"posted\",\n \"descriptor\": \"\",\n \"transacted_at\": \"\",\n \"posted_at\": \"\",\n \"voided_at\": \"\",\n \"original_txn_id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"id\": \"txn_OqzrYzl2uW4\",\n \"account_id\": \"\",\n \"merchant\": null,\n \"amount\": \"\",\n \"auth_amount\": \"\",\n \"currency_code\": \"\",\n \"transaction_amount\": \"\",\n \"transaction_auth_amount\": \"\",\n \"transaction_currency_code\": \"\",\n \"status\": \"posted\",\n \"descriptor\": \"\",\n \"transacted_at\": \"\",\n \"posted_at\": \"\",\n \"voided_at\": \"\",\n \"original_txn_id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:41.000Z", "updatedAt": "2026-07-28T02:09:41.000Z", "uid": "35240-69ac6f67-3e82-4647-8aca-2205c79dc17a" }, { "id": "4a002229-a780-4fc3-9456-574ace833631", "name": "Bad request - invalid parameters or request body.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transactions?page=1&page_limit=10&page_cursor=&from_date=&to_date=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transactions" ], "query": [ { "description": "Page number for pagination (1-indexed).", "key": "page", "value": "1" }, { "description": "Number of items per page.", "key": "page_limit", "value": "10" }, { "description": "Cursor for cursor-based pagination. Use the value from `Pagination-Page-Cursor-Next` or `Pagination-Page-Cursor-Prev` response headers.", "key": "page_cursor", "value": "" }, { "description": "Filter results from this date (inclusive, YYYY-MM-DD format).", "key": "from_date", "value": "" }, { "description": "Filter results to this date (inclusive, YYYY-MM-DD format).", "key": "to_date", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:41.000Z", "updatedAt": "2026-07-28T02:09:41.000Z", "uid": "35240-4a002229-a780-4fc3-9456-574ace833631" }, { "id": "118e33ae-a26a-411f-8e16-664b666297eb", "name": "Unauthorized - missing or invalid authentication token.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transactions?page=1&page_limit=10&page_cursor=&from_date=&to_date=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transactions" ], "query": [ { "description": "Page number for pagination (1-indexed).", "key": "page", "value": "1" }, { "description": "Number of items per page.", "key": "page_limit", "value": "10" }, { "description": "Cursor for cursor-based pagination. Use the value from `Pagination-Page-Cursor-Next` or `Pagination-Page-Cursor-Prev` response headers.", "key": "page_cursor", "value": "" }, { "description": "Filter results from this date (inclusive, YYYY-MM-DD format).", "key": "from_date", "value": "" }, { "description": "Filter results to this date (inclusive, YYYY-MM-DD format).", "key": "to_date", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:41.000Z", "updatedAt": "2026-07-28T02:09:41.000Z", "uid": "35240-118e33ae-a26a-411f-8e16-664b666297eb" }, { "id": "0aa16bdb-ad5d-455d-8236-f01ef855e2bc", "name": "Not found - the requested resource does not exist.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transactions?page=1&page_limit=10&page_cursor=&from_date=&to_date=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transactions" ], "query": [ { "description": "Page number for pagination (1-indexed).", "key": "page", "value": "1" }, { "description": "Number of items per page.", "key": "page_limit", "value": "10" }, { "description": "Cursor for cursor-based pagination. Use the value from `Pagination-Page-Cursor-Next` or `Pagination-Page-Cursor-Prev` response headers.", "key": "page_cursor", "value": "" }, { "description": "Filter results from this date (inclusive, YYYY-MM-DD format).", "key": "from_date", "value": "" }, { "description": "Filter results to this date (inclusive, YYYY-MM-DD format).", "key": "to_date", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:41.000Z", "updatedAt": "2026-07-28T02:09:41.000Z", "uid": "35240-0aa16bdb-ad5d-455d-8236-f01ef855e2bc" }, { "id": "d906f0dd-b880-4c82-8794-54d9c061a261", "name": "Too many requests - rate limit exceeded.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transactions?page=1&page_limit=10&page_cursor=&from_date=&to_date=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transactions" ], "query": [ { "description": "Page number for pagination (1-indexed).", "key": "page", "value": "1" }, { "description": "Number of items per page.", "key": "page_limit", "value": "10" }, { "description": "Cursor for cursor-based pagination. Use the value from `Pagination-Page-Cursor-Next` or `Pagination-Page-Cursor-Prev` response headers.", "key": "page_cursor", "value": "" }, { "description": "Filter results from this date (inclusive, YYYY-MM-DD format).", "key": "from_date", "value": "" }, { "description": "Filter results to this date (inclusive, YYYY-MM-DD format).", "key": "to_date", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Number of seconds to wait before retrying.", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:41.000Z", "updatedAt": "2026-07-28T02:09:41.000Z", "uid": "35240-d906f0dd-b880-4c82-8794-54d9c061a261" }, { "id": "62880d3d-2ba5-4021-a39f-89604e8b1807", "name": "Internal server error.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/transactions?page=1&page_limit=10&page_cursor=&from_date=&to_date=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "transactions" ], "query": [ { "description": "Page number for pagination (1-indexed).", "key": "page", "value": "1" }, { "description": "Number of items per page.", "key": "page_limit", "value": "10" }, { "description": "Cursor for cursor-based pagination. Use the value from `Pagination-Page-Cursor-Next` or `Pagination-Page-Cursor-Prev` response headers.", "key": "page_cursor", "value": "" }, { "description": "Filter results from this date (inclusive, YYYY-MM-DD format).", "key": "from_date", "value": "" }, { "description": "Filter results to this date (inclusive, YYYY-MM-DD format).", "key": "to_date", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:41.000Z", "updatedAt": "2026-07-28T02:09:41.000Z", "uid": "35240-62880d3d-2ba5-4021-a39f-89604e8b1807" } ], "createdAt": "2026-07-28T02:09:41.000Z", "updatedAt": "2026-07-28T02:09:41.000Z", "uid": "35240-0140fb4c-ad8a-4465-a58a-63b4e1c1aa8e" } ], "id": "69b7b609-54c3-4a27-a08e-c0d24e86a8c4", "createdAt": "2026-07-28T02:09:41.000Z", "updatedAt": "2026-07-28T02:09:41.000Z", "uid": "35240-69b7b609-54c3-4a27-a08e-c0d24e86a8c4" } ], "id": "11238146-5ecc-46e8-97cb-09c77e83e284", "createdAt": "2026-07-28T02:09:41.000Z", "updatedAt": "2026-07-28T02:09:41.000Z", "uid": "35240-11238146-5ecc-46e8-97cb-09c77e83e284" } ], "id": "bcf7ffaf-788b-42d8-8dc8-faed3b9befcc", "createdAt": "2026-07-28T02:09:41.000Z", "updatedAt": "2026-07-28T02:09:41.000Z", "uid": "35240-bcf7ffaf-788b-42d8-8dc8-faed3b9befcc" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://production.methodfi.com" } ] }