{ "info": { "_postman_id": "79e01dfd-cd9f-4155-8d23-dd3dacc2f15b", "name": "Method Account Attributes Account Payoffs 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:26.000Z", "updatedAt": "2026-07-28T02:09:26.000Z", "lastUpdatedBy": "35240", "uid": "35240-79e01dfd-cd9f-4155-8d23-dd3dacc2f15b" }, "item": [ { "name": "accounts", "item": [ { "name": "{accountId}", "item": [ { "name": "payoffs", "item": [ { "name": "{pyfId}", "item": [ { "name": "Retrieve an account payoff", "id": "b0ef6518-b971-4d59-b35a-62fac051e9df", "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/payoffs/:pyfId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payoffs", ":pyfId" ], "variable": [ { "id": "5b7ed61c-a051-422d-b282-6c53b5b6c6d1", "key": "accountId", "value": "acc_wfOT2Thw6bb", "description": "(Required) Unique identifier for the account." }, { "id": "4979940f-dbe0-45d8-b404-4aa9d1b8bee8", "key": "pyfId", "value": "pyf_7_kYXpRZ", "description": "(Required) Unique identifier for the account payoff." } ] }, "description": "Retrieves an account payoff by its unique identifier." }, "response": [ { "id": "08b062fc-ca03-4084-8de3-2d588b8504b1", "name": "The requested account payoff.", "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/payoffs/:pyfId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payoffs", ":pyfId" ], "variable": [ { "key": "accountId" }, { "key": "pyfId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"id\": \"pyf_du\",\n \"account_id\": \"acc_q\",\n \"status\": \"pending\",\n \"amount\": \"\",\n \"term\": \"\",\n \"per_diem_amount\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"error\": null\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:26.000Z", "updatedAt": "2026-07-28T02:09:26.000Z", "uid": "35240-08b062fc-ca03-4084-8de3-2d588b8504b1" }, { "id": "6c78389b-d51f-42ef-a2a0-c1c54ce27efd", "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/payoffs/:pyfId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payoffs", ":pyfId" ], "variable": [ { "key": "accountId" }, { "key": "pyfId" } ] } }, "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:26.000Z", "updatedAt": "2026-07-28T02:09:26.000Z", "uid": "35240-6c78389b-d51f-42ef-a2a0-c1c54ce27efd" }, { "id": "f7898ebd-128a-42ea-944c-fdc611194304", "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/payoffs/:pyfId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payoffs", ":pyfId" ], "variable": [ { "key": "accountId" }, { "key": "pyfId" } ] } }, "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:26.000Z", "updatedAt": "2026-07-28T02:09:26.000Z", "uid": "35240-f7898ebd-128a-42ea-944c-fdc611194304" }, { "id": "6d51854a-cee0-427b-a800-1f96cd8329f5", "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/payoffs/:pyfId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payoffs", ":pyfId" ], "variable": [ { "key": "accountId" }, { "key": "pyfId" } ] } }, "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:26.000Z", "updatedAt": "2026-07-28T02:09:26.000Z", "uid": "35240-6d51854a-cee0-427b-a800-1f96cd8329f5" }, { "id": "12dd87d4-e39e-4357-89bb-6d34b7a01330", "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/payoffs/:pyfId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payoffs", ":pyfId" ], "variable": [ { "key": "accountId" }, { "key": "pyfId" } ] } }, "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:26.000Z", "updatedAt": "2026-07-28T02:09:26.000Z", "uid": "35240-12dd87d4-e39e-4357-89bb-6d34b7a01330" }, { "id": "5f6ae4b1-80b6-4493-9bb1-85f2febd6dc5", "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/payoffs/:pyfId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payoffs", ":pyfId" ], "variable": [ { "key": "accountId" }, { "key": "pyfId" } ] } }, "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:26.000Z", "updatedAt": "2026-07-28T02:09:26.000Z", "uid": "35240-5f6ae4b1-80b6-4493-9bb1-85f2febd6dc5" } ], "createdAt": "2026-07-28T02:09:26.000Z", "updatedAt": "2026-07-28T02:09:26.000Z", "uid": "35240-b0ef6518-b971-4d59-b35a-62fac051e9df" } ], "id": "cdcc0801-6e39-46e6-aae7-a60d7377c4de", "createdAt": "2026-07-28T02:09:26.000Z", "updatedAt": "2026-07-28T02:09:26.000Z", "uid": "35240-cdcc0801-6e39-46e6-aae7-a60d7377c4de" }, { "name": "List all account payoffs", "id": "3fd29a61-fe96-4dac-a9e4-a446433ae3ef", "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/payoffs?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payoffs" ], "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": "" } ], "variable": [ { "id": "6c1bb3a3-de87-4750-9c05-12a871d851ca", "key": "accountId", "value": "acc_wfOT2Thw6bb", "description": "(Required) Unique identifier for the account." } ] }, "description": "Returns a list of payoff records for the specified account." }, "response": [ { "id": "0eac011f-0b6f-494c-8617-0251e18e6eae", "name": "A paginated list of account payoffs.", "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/payoffs?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payoffs" ], "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": "" } ], "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\": \"pyf_xg\",\n \"account_id\": \"acc_YgRCIkEUA\",\n \"status\": \"completed\",\n \"amount\": \"\",\n \"term\": \"\",\n \"per_diem_amount\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"error\": {\n \"type\": \"PAYOFF_FAILED\",\n \"code\": 18001,\n \"sub_type\": \"PAYOFF_TEMPORARILY_UNAVAILABLE\",\n \"message\": \"\"\n }\n },\n {\n \"id\": \"pyf_TpjdOR\",\n \"account_id\": \"acc_x\",\n \"status\": \"completed\",\n \"amount\": \"\",\n \"term\": \"\",\n \"per_diem_amount\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"error\": {\n \"type\": \"PAYOFF_FAILED\",\n \"code\": 18001,\n \"sub_type\": \"PAYOFF_TEMPORARILY_UNAVAILABLE\",\n \"message\": \"\"\n }\n }\n ],\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:26.000Z", "updatedAt": "2026-07-28T02:09:26.000Z", "uid": "35240-0eac011f-0b6f-494c-8617-0251e18e6eae" }, { "id": "5ed0b390-524a-44dd-aa4d-13666d771908", "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/payoffs?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payoffs" ], "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": "" } ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:26.000Z", "updatedAt": "2026-07-28T02:09:26.000Z", "uid": "35240-5ed0b390-524a-44dd-aa4d-13666d771908" }, { "id": "dd6ee3f1-e08b-4e65-9644-57499efb46ad", "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/payoffs?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payoffs" ], "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": "" } ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:26.000Z", "updatedAt": "2026-07-28T02:09:26.000Z", "uid": "35240-dd6ee3f1-e08b-4e65-9644-57499efb46ad" }, { "id": "6302f2d4-d989-4b6c-86bd-c49027141013", "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/payoffs?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payoffs" ], "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": "" } ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:26.000Z", "updatedAt": "2026-07-28T02:09:26.000Z", "uid": "35240-6302f2d4-d989-4b6c-86bd-c49027141013" }, { "id": "1e3ad194-3e86-441e-b388-17ed9f4c1f65", "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/payoffs?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payoffs" ], "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": "" } ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:26.000Z", "updatedAt": "2026-07-28T02:09:26.000Z", "uid": "35240-1e3ad194-3e86-441e-b388-17ed9f4c1f65" }, { "id": "925e8205-a5c0-4204-b8b6-df04dece821e", "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/payoffs?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payoffs" ], "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": "" } ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:26.000Z", "updatedAt": "2026-07-28T02:09:26.000Z", "uid": "35240-925e8205-a5c0-4204-b8b6-df04dece821e" } ], "createdAt": "2026-07-28T02:09:26.000Z", "updatedAt": "2026-07-28T02:09:26.000Z", "uid": "35240-3fd29a61-fe96-4dac-a9e4-a446433ae3ef" }, { "name": "Create an account payoff", "id": "f13d7fd9-7c88-44e7-8f87-6413316233f9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "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" }, { "description": "Idempotency key for safely retrying a write request. Reuse the same value when\nretrying the same logical operation to avoid creating duplicate side effects.\n", "key": "Idempotency-Key", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/payoffs", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payoffs" ], "variable": [ { "id": "a7cdb3a8-70fc-409a-9304-5663ccd9b6c9", "key": "accountId", "value": "acc_wfOT2Thw6bb", "description": "(Required) Unique identifier for the account." } ] }, "description": "Triggers a payoff sync for the specified account and returns the new payoff record." }, "response": [ { "id": "895a3af5-c48c-4567-9b9c-73554bbc0c4d", "name": "The newly created account payoff.", "originalRequest": { "method": "POST", "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" }, { "description": "Idempotency key for safely retrying a write request. Reuse the same value when\nretrying the same logical operation to avoid creating duplicate side effects.\n", "key": "Idempotency-Key", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/payoffs", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payoffs" ], "variable": [ { "key": "accountId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"id\": \"pyf_du\",\n \"account_id\": \"acc_q\",\n \"status\": \"pending\",\n \"amount\": \"\",\n \"term\": \"\",\n \"per_diem_amount\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"error\": null\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:26.000Z", "updatedAt": "2026-07-28T02:09:26.000Z", "uid": "35240-895a3af5-c48c-4567-9b9c-73554bbc0c4d" }, { "id": "bd77ea97-12f9-43bc-a289-844212e2d79b", "name": "Bad request - invalid parameters or request body.", "originalRequest": { "method": "POST", "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" }, { "description": "Idempotency key for safely retrying a write request. Reuse the same value when\nretrying the same logical operation to avoid creating duplicate side effects.\n", "key": "Idempotency-Key", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/payoffs", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payoffs" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:26.000Z", "updatedAt": "2026-07-28T02:09:26.000Z", "uid": "35240-bd77ea97-12f9-43bc-a289-844212e2d79b" }, { "id": "4a07abc4-7237-49e0-be9b-36b6d6e3030e", "name": "Unauthorized - missing or invalid authentication token.", "originalRequest": { "method": "POST", "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" }, { "description": "Idempotency key for safely retrying a write request. Reuse the same value when\nretrying the same logical operation to avoid creating duplicate side effects.\n", "key": "Idempotency-Key", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/payoffs", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payoffs" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:26.000Z", "updatedAt": "2026-07-28T02:09:26.000Z", "uid": "35240-4a07abc4-7237-49e0-be9b-36b6d6e3030e" }, { "id": "24f28929-1a4c-4b67-af8e-d7fc20213a30", "name": "Not found - the requested resource does not exist.", "originalRequest": { "method": "POST", "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" }, { "description": "Idempotency key for safely retrying a write request. Reuse the same value when\nretrying the same logical operation to avoid creating duplicate side effects.\n", "key": "Idempotency-Key", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/payoffs", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payoffs" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:26.000Z", "updatedAt": "2026-07-28T02:09:26.000Z", "uid": "35240-24f28929-1a4c-4b67-af8e-d7fc20213a30" }, { "id": "a238c2ad-a968-4b47-8979-de45d81f0e7d", "name": "Unprocessable entity - the request was valid JSON but failed business or validation rules.", "originalRequest": { "method": "POST", "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" }, { "description": "Idempotency key for safely retrying a write request. Reuse the same value when\nretrying the same logical operation to avoid creating duplicate side effects.\n", "key": "Idempotency-Key", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/payoffs", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payoffs" ], "variable": [ { "key": "accountId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:26.000Z", "updatedAt": "2026-07-28T02:09:26.000Z", "uid": "35240-a238c2ad-a968-4b47-8979-de45d81f0e7d" }, { "id": "4be65cc5-33d3-4351-82e4-022cee0ccc2f", "name": "Too many requests - rate limit exceeded.", "originalRequest": { "method": "POST", "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" }, { "description": "Idempotency key for safely retrying a write request. Reuse the same value when\nretrying the same logical operation to avoid creating duplicate side effects.\n", "key": "Idempotency-Key", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/payoffs", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payoffs" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:26.000Z", "updatedAt": "2026-07-28T02:09:26.000Z", "uid": "35240-4be65cc5-33d3-4351-82e4-022cee0ccc2f" }, { "id": "9a942ce3-7bcf-4b37-af82-2524db90d05c", "name": "Internal server error.", "originalRequest": { "method": "POST", "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" }, { "description": "Idempotency key for safely retrying a write request. Reuse the same value when\nretrying the same logical operation to avoid creating duplicate side effects.\n", "key": "Idempotency-Key", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/payoffs", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payoffs" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:26.000Z", "updatedAt": "2026-07-28T02:09:26.000Z", "uid": "35240-9a942ce3-7bcf-4b37-af82-2524db90d05c" } ], "createdAt": "2026-07-28T02:09:26.000Z", "updatedAt": "2026-07-28T02:09:26.000Z", "uid": "35240-f13d7fd9-7c88-44e7-8f87-6413316233f9" } ], "id": "2d6de86f-6042-41ca-aef3-dc2d4dd39404", "createdAt": "2026-07-28T02:09:26.000Z", "updatedAt": "2026-07-28T02:09:26.000Z", "uid": "35240-2d6de86f-6042-41ca-aef3-dc2d4dd39404" } ], "id": "d2d122fb-d8df-4d2b-a6ac-10926950bd98", "createdAt": "2026-07-28T02:09:26.000Z", "updatedAt": "2026-07-28T02:09:26.000Z", "uid": "35240-d2d122fb-d8df-4d2b-a6ac-10926950bd98" } ], "id": "d7abbafb-590b-480f-8325-7c659cb3dca2", "createdAt": "2026-07-28T02:09:26.000Z", "updatedAt": "2026-07-28T02:09:26.000Z", "uid": "35240-d7abbafb-590b-480f-8325-7c659cb3dca2" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://production.methodfi.com" } ] }