{ "info": { "_postman_id": "0a66e3d6-89db-4c6d-befc-61c8c806322e", "name": "Method Account Attributes Account Payment Instruments 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:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "lastUpdatedBy": "35240", "uid": "35240-0a66e3d6-89db-4c6d-befc-61c8c806322e" }, "item": [ { "name": "accounts", "item": [ { "name": "{accountId}", "item": [ { "name": "payment_instruments", "item": [ { "name": "{pmtInsId}", "item": [ { "name": "Retrieve an account payment instrument", "id": "510e4afc-25e0-4ae9-b3d4-f42256279670", "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/payment_instruments/:pmtInsId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments", ":pmtInsId" ], "variable": [ { "id": "0e6e109e-22ca-44b7-9d6b-c1b137b342a3", "key": "accountId", "value": "acc_1G9_rAYtxN", "description": "(Required) Unique identifier for the account." }, { "id": "9458ab3c-c765-48ce-a944-6483de673f00", "key": "pmtInsId", "value": "pmt_ins_3MpQRTrb", "description": "(Required) Unique identifier for the account payment instrument." } ] }, "description": "Retrieves an account payment instrument by its unique identifier." }, "response": [ { "id": "705a1470-bdec-4d44-9b36-227fd975cf9b", "name": "The requested account payment instrument.", "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/payment_instruments/:pmtInsId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments", ":pmtInsId" ], "variable": [ { "key": "accountId" }, { "key": "pmtInsId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"id\": \"pmt_inst_Q\",\n \"account_id\": \"acc_8\",\n \"status\": \"pending\",\n \"type\": \"network_token\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"chargeable\": \"\",\n \"card\": null,\n \"network_token\": null,\n \"inbound_achwire_payment\": {\n \"account_number\": \"\",\n \"routing_number\": \"\"\n },\n \"error\": {\n \"type\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-705a1470-bdec-4d44-9b36-227fd975cf9b" }, { "id": "64dd6dca-6200-46a1-bdb4-9f016b6c500f", "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/payment_instruments/:pmtInsId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments", ":pmtInsId" ], "variable": [ { "key": "accountId" }, { "key": "pmtInsId" } ] } }, "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:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-64dd6dca-6200-46a1-bdb4-9f016b6c500f" }, { "id": "bbf8e819-27c8-4bb2-9564-265a87b2b982", "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/payment_instruments/:pmtInsId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments", ":pmtInsId" ], "variable": [ { "key": "accountId" }, { "key": "pmtInsId" } ] } }, "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:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-bbf8e819-27c8-4bb2-9564-265a87b2b982" }, { "id": "1783d51c-bed5-4313-b6ce-6ed2a827b703", "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/payment_instruments/:pmtInsId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments", ":pmtInsId" ], "variable": [ { "key": "accountId" }, { "key": "pmtInsId" } ] } }, "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:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-1783d51c-bed5-4313-b6ce-6ed2a827b703" }, { "id": "ee54ad6e-e560-4e8a-a0c2-97bc0ee10f41", "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/payment_instruments/:pmtInsId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments", ":pmtInsId" ], "variable": [ { "key": "accountId" }, { "key": "pmtInsId" } ] } }, "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:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-ee54ad6e-e560-4e8a-a0c2-97bc0ee10f41" }, { "id": "9247f67f-24a7-4051-a96f-9d915e1f041c", "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/payment_instruments/:pmtInsId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments", ":pmtInsId" ], "variable": [ { "key": "accountId" }, { "key": "pmtInsId" } ] } }, "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:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-9247f67f-24a7-4051-a96f-9d915e1f041c" } ], "createdAt": "2026-07-28T02:09:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-510e4afc-25e0-4ae9-b3d4-f42256279670" }, { "name": "Close an account payment instrument", "id": "fd460f33-c6b8-448f-b8fa-6d067f76cd0f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "DELETE", "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/payment_instruments/:pmtInsId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments", ":pmtInsId" ], "variable": [ { "id": "9b92bdef-29d6-4d83-b80b-8d919c5ba478", "key": "accountId", "value": "acc_1G9_rAYtxN", "description": "(Required) Unique identifier for the account." }, { "id": "8f8e1a15-37a5-472e-a44f-ec41339e9fae", "key": "pmtInsId", "value": "pmt_ins_3MpQRTrb", "description": "(Required) Unique identifier for the account payment instrument." } ] }, "description": "Closes an account payment instrument. This endpoint is only available starting with API version `2025-12-01`." }, "response": [ { "id": "6a1dece8-c351-4c07-ac6c-6d7bc98180a6", "name": "The closed account payment instrument.", "originalRequest": { "method": "DELETE", "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/payment_instruments/:pmtInsId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments", ":pmtInsId" ], "variable": [ { "key": "accountId" }, { "key": "pmtInsId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"id\": \"pmt_inst_Q\",\n \"account_id\": \"acc_8\",\n \"status\": \"pending\",\n \"type\": \"network_token\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"chargeable\": \"\",\n \"card\": null,\n \"network_token\": null,\n \"inbound_achwire_payment\": {\n \"account_number\": \"\",\n \"routing_number\": \"\"\n },\n \"error\": {\n \"type\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-6a1dece8-c351-4c07-ac6c-6d7bc98180a6" }, { "id": "d5669429-ba9e-482e-a040-6555c687d533", "name": "Bad request - invalid parameters or request body.", "originalRequest": { "method": "DELETE", "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/payment_instruments/:pmtInsId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments", ":pmtInsId" ], "variable": [ { "key": "accountId" }, { "key": "pmtInsId" } ] } }, "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:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-d5669429-ba9e-482e-a040-6555c687d533" }, { "id": "f23b81de-82a5-4335-a08b-b48e8e30722d", "name": "Unauthorized - missing or invalid authentication token.", "originalRequest": { "method": "DELETE", "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/payment_instruments/:pmtInsId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments", ":pmtInsId" ], "variable": [ { "key": "accountId" }, { "key": "pmtInsId" } ] } }, "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:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-f23b81de-82a5-4335-a08b-b48e8e30722d" }, { "id": "250bc6a5-17e6-4dda-b645-1647caa221c8", "name": "Not found - the requested resource does not exist.", "originalRequest": { "method": "DELETE", "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/payment_instruments/:pmtInsId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments", ":pmtInsId" ], "variable": [ { "key": "accountId" }, { "key": "pmtInsId" } ] } }, "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:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-250bc6a5-17e6-4dda-b645-1647caa221c8" }, { "id": "81cf30e2-82f3-41f6-aba5-47dd8b43c02d", "name": "Unprocessable entity - the request was valid JSON but failed business or validation rules.", "originalRequest": { "method": "DELETE", "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/payment_instruments/:pmtInsId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments", ":pmtInsId" ], "variable": [ { "key": "accountId" }, { "key": "pmtInsId" } ] } }, "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\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-81cf30e2-82f3-41f6-aba5-47dd8b43c02d" }, { "id": "d4cb7aa6-bb81-4b54-81f0-eb2951c2e678", "name": "Too many requests - rate limit exceeded.", "originalRequest": { "method": "DELETE", "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/payment_instruments/:pmtInsId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments", ":pmtInsId" ], "variable": [ { "key": "accountId" }, { "key": "pmtInsId" } ] } }, "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:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-d4cb7aa6-bb81-4b54-81f0-eb2951c2e678" }, { "id": "e5672d61-9f0f-4045-86ad-96d9fcf46b09", "name": "Internal server error.", "originalRequest": { "method": "DELETE", "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/payment_instruments/:pmtInsId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments", ":pmtInsId" ], "variable": [ { "key": "accountId" }, { "key": "pmtInsId" } ] } }, "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:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-e5672d61-9f0f-4045-86ad-96d9fcf46b09" } ], "createdAt": "2026-07-28T02:09:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-fd460f33-c6b8-448f-b8fa-6d067f76cd0f" } ], "id": "8c96d33c-323d-4f4d-ba88-91cd4bd9ed1a", "createdAt": "2026-07-28T02:09:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-8c96d33c-323d-4f4d-ba88-91cd4bd9ed1a" }, { "name": "List all account payment instruments", "id": "318df114-0131-45c8-8c4d-bfbf629a23f3", "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/payment_instruments?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments" ], "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": "506b27b5-126a-4030-85b9-9ac1080d2fd2", "key": "accountId", "value": "acc_1G9_rAYtxN", "description": "(Required) Unique identifier for the account." } ] }, "description": "Returns a list of payment instruments for the specified account." }, "response": [ { "id": "aef6cfc6-090b-4930-9274-8a60426b25c5", "name": "A paginated list of account payment instruments.", "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/payment_instruments?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments" ], "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\": \"pmt_inst_Cb3B6ofEST\",\n \"account_id\": \"acc_rn9EOXJO\",\n \"status\": \"in_progress\",\n \"type\": \"inbound_achwire_payment\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"chargeable\": \"\",\n \"card\": {\n \"number\": \"\",\n \"exp_month\": \"\",\n \"exp_year\": \"\",\n \"billing_zip_code\": \"\"\n },\n \"network_token\": {\n \"token\": \"\"\n },\n \"inbound_achwire_payment\": null,\n \"error\": {\n \"type\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n {\n \"id\": \"pmt_inst_bQj0I09P3j2\",\n \"account_id\": \"acc_qKsAzcD\",\n \"status\": \"pending\",\n \"type\": \"card\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"chargeable\": \"\",\n \"card\": {\n \"number\": \"\",\n \"exp_month\": \"\",\n \"exp_year\": \"\",\n \"billing_zip_code\": \"\"\n },\n \"network_token\": {\n \"token\": \"\"\n },\n \"inbound_achwire_payment\": {\n \"account_number\": \"\",\n \"routing_number\": \"\"\n },\n \"error\": {\n \"type\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n }\n ],\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-aef6cfc6-090b-4930-9274-8a60426b25c5" }, { "id": "f354f97a-ea3b-4f31-9114-6492f22297d6", "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/payment_instruments?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments" ], "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\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-f354f97a-ea3b-4f31-9114-6492f22297d6" }, { "id": "c7e44ca5-3684-44b7-9fee-74c0b299e1c8", "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/payment_instruments?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments" ], "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\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-c7e44ca5-3684-44b7-9fee-74c0b299e1c8" }, { "id": "48a361dc-d8bb-41d7-8008-5ce46e7a12ea", "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/payment_instruments?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments" ], "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\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-48a361dc-d8bb-41d7-8008-5ce46e7a12ea" }, { "id": "fd8042f1-add7-46e2-a8f7-7c58f044fc86", "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/payment_instruments?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments" ], "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\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-fd8042f1-add7-46e2-a8f7-7c58f044fc86" }, { "id": "9c8c4667-8d3a-42cd-9920-239cc3865285", "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/payment_instruments?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments" ], "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\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-9c8c4667-8d3a-42cd-9920-239cc3865285" } ], "createdAt": "2026-07-28T02:09:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-318df114-0131-45c8-8c4d-bfbf629a23f3" }, { "name": "Create an account payment instrument", "id": "9e5e2fa9-a23d-445f-8bbe-cfd83746a26c", "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": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"card\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:accountId/payment_instruments", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments" ], "variable": [ { "id": "13e172c9-63a6-4b19-b299-09f5b74c6b27", "key": "accountId", "value": "acc_1G9_rAYtxN", "description": "(Required) Unique identifier for the account." } ] }, "description": "Creates a new payment instrument for the specified account." }, "response": [ { "id": "a628c2f6-2ca0-45cc-9276-56d0e627bdcd", "name": "The newly created account payment instrument.", "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": "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 \"type\": \"card\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:accountId/payment_instruments", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments" ], "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\": \"pmt_inst_Q\",\n \"account_id\": \"acc_8\",\n \"status\": \"pending\",\n \"type\": \"network_token\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"chargeable\": \"\",\n \"card\": null,\n \"network_token\": null,\n \"inbound_achwire_payment\": {\n \"account_number\": \"\",\n \"routing_number\": \"\"\n },\n \"error\": {\n \"type\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-a628c2f6-2ca0-45cc-9276-56d0e627bdcd" }, { "id": "1ed275e6-fdb0-4b62-a082-bc568f8602df", "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": "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 \"type\": \"card\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:accountId/payment_instruments", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments" ], "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:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-1ed275e6-fdb0-4b62-a082-bc568f8602df" }, { "id": "c6334ceb-7726-47a0-bd87-06cee2027d9b", "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": "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 \"type\": \"card\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:accountId/payment_instruments", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments" ], "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:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-c6334ceb-7726-47a0-bd87-06cee2027d9b" }, { "id": "2eff7503-8788-4c30-b2dc-2f4f8216adc6", "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": "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 \"type\": \"card\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:accountId/payment_instruments", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments" ], "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:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-2eff7503-8788-4c30-b2dc-2f4f8216adc6" }, { "id": "84a34329-fcd7-4e27-923d-51e473ba3135", "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": "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 \"type\": \"card\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:accountId/payment_instruments", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments" ], "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\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-84a34329-fcd7-4e27-923d-51e473ba3135" }, { "id": "8406529c-74f8-43ac-9dcb-a17914fb21dc", "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": "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 \"type\": \"card\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:accountId/payment_instruments", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments" ], "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:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-8406529c-74f8-43ac-9dcb-a17914fb21dc" }, { "id": "e57c68a1-06a9-4241-bb81-cea256d3c253", "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": "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 \"type\": \"card\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:accountId/payment_instruments", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "payment_instruments" ], "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:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-e57c68a1-06a9-4241-bb81-cea256d3c253" } ], "createdAt": "2026-07-28T02:09:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-9e5e2fa9-a23d-445f-8bbe-cfd83746a26c" } ], "id": "716457a7-9354-4d61-9784-9b46dc1dd35b", "createdAt": "2026-07-28T02:09:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-716457a7-9354-4d61-9784-9b46dc1dd35b" } ], "id": "0b53e344-1dfb-4520-94c3-e8a3025094d9", "createdAt": "2026-07-28T02:09:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-0b53e344-1dfb-4520-94c3-e8a3025094d9" } ], "id": "7a9fe742-8d32-473d-9fcc-5c83be886c84", "createdAt": "2026-07-28T02:09:13.000Z", "updatedAt": "2026-07-28T02:09:13.000Z", "uid": "35240-7a9fe742-8d32-473d-9fcc-5c83be886c84" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://production.methodfi.com" } ] }