{ "info": { "_postman_id": "451eea0b-525e-4e5f-b225-9f4ee5cefd6c", "name": "Method Account Attributes Account Card Brands 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:10.000Z", "updatedAt": "2026-07-28T02:09:10.000Z", "lastUpdatedBy": "35240", "uid": "35240-451eea0b-525e-4e5f-b225-9f4ee5cefd6c" }, "item": [ { "name": "accounts", "item": [ { "name": "{accountId}", "item": [ { "name": "card_brands", "item": [ { "name": "{cbrdId}", "item": [ { "name": "Retrieve an account card brand", "id": "3e499c6f-38dd-44b1-aacf-477d53deb19f", "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/card_brands/:cbrdId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "card_brands", ":cbrdId" ], "variable": [ { "id": "fb45f29e-85a5-48fa-a97a-77d9f46314b1", "key": "accountId", "value": "acc_cHbwIKpjR", "description": "(Required) Unique identifier for the account." }, { "id": "0ad90fc7-3f7b-441e-9f58-28e050e17e1b", "key": "cbrdId", "value": "cbrd_z1HadomMSP", "description": "(Required) Unique identifier for the account card brand." } ] }, "description": "Retrieves an account card brand by its unique identifier." }, "response": [ { "id": "51830573-491e-446d-94a4-4d164b05ccf5", "name": "The requested account card brand.", "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/card_brands/:cbrdId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "card_brands", ":cbrdId" ], "variable": [ { "key": "accountId" }, { "key": "cbrdId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"id\": \"cbrd_ap1bV\",\n \"account_id\": \"acc_q2nDTF\",\n \"status\": \"failed\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"brands\": [\n {\n \"id\": \"\",\n \"card_product_id\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"issuer\": \"\",\n \"network\": \"\",\n \"network_tier\": \"\",\n \"type\": \"\",\n \"url\": \"\"\n },\n {\n \"id\": \"\",\n \"card_product_id\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"issuer\": \"\",\n \"network\": \"\",\n \"network_tier\": \"\",\n \"type\": \"\",\n \"url\": \"\"\n }\n ],\n \"source\": \"network\",\n \"shared\": \"\",\n \"network\": null,\n \"issuer\": \"\",\n \"last4\": \"\",\n \"error\": null\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:11.000Z", "updatedAt": "2026-07-28T02:09:11.000Z", "uid": "35240-51830573-491e-446d-94a4-4d164b05ccf5" }, { "id": "9e479302-2cdc-42b3-a8a2-4850970a422e", "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/card_brands/:cbrdId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "card_brands", ":cbrdId" ], "variable": [ { "key": "accountId" }, { "key": "cbrdId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:11.000Z", "updatedAt": "2026-07-28T02:09:11.000Z", "uid": "35240-9e479302-2cdc-42b3-a8a2-4850970a422e" }, { "id": "e47fd775-44b2-48e7-9097-48fa9df34b32", "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/card_brands/:cbrdId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "card_brands", ":cbrdId" ], "variable": [ { "key": "accountId" }, { "key": "cbrdId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:11.000Z", "updatedAt": "2026-07-28T02:09:11.000Z", "uid": "35240-e47fd775-44b2-48e7-9097-48fa9df34b32" }, { "id": "282799d6-5074-42c0-a33e-e882ee3bf245", "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/card_brands/:cbrdId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "card_brands", ":cbrdId" ], "variable": [ { "key": "accountId" }, { "key": "cbrdId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:11.000Z", "updatedAt": "2026-07-28T02:09:11.000Z", "uid": "35240-282799d6-5074-42c0-a33e-e882ee3bf245" }, { "id": "209afd5f-02c7-49a0-a5c9-3b5a9e8aa7b5", "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/card_brands/:cbrdId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "card_brands", ":cbrdId" ], "variable": [ { "key": "accountId" }, { "key": "cbrdId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:11.000Z", "updatedAt": "2026-07-28T02:09:11.000Z", "uid": "35240-209afd5f-02c7-49a0-a5c9-3b5a9e8aa7b5" }, { "id": "06293752-3400-49d0-8e74-554c86a84df6", "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/card_brands/:cbrdId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "card_brands", ":cbrdId" ], "variable": [ { "key": "accountId" }, { "key": "cbrdId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:11.000Z", "updatedAt": "2026-07-28T02:09:11.000Z", "uid": "35240-06293752-3400-49d0-8e74-554c86a84df6" } ], "createdAt": "2026-07-28T02:09:11.000Z", "updatedAt": "2026-07-28T02:09:11.000Z", "uid": "35240-3e499c6f-38dd-44b1-aacf-477d53deb19f" } ], "id": "27532cbe-b413-4e8a-a7c3-fb827c786143", "createdAt": "2026-07-28T02:09:11.000Z", "updatedAt": "2026-07-28T02:09:11.000Z", "uid": "35240-27532cbe-b413-4e8a-a7c3-fb827c786143" }, { "name": "List all account card brands", "id": "85eca364-324e-41b4-8b91-78bac24de76c", "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/card_brands?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "card_brands" ], "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": "dedcee92-bd57-468a-9bb5-4f97ebdbea30", "key": "accountId", "value": "acc_cHbwIKpjR", "description": "(Required) Unique identifier for the account." } ] }, "description": "Returns a list of card brand records for the specified account." }, "response": [ { "id": "9b122e20-71b6-4a7e-a487-f102b35abbd7", "name": "A paginated list of account card brands.", "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/card_brands?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "card_brands" ], "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\": \"cbrd_t\",\n \"account_id\": \"acc_WLmIeGFl\",\n \"status\": \"pending\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"brands\": null,\n \"source\": \"network\",\n \"shared\": \"\",\n \"network\": \"mastercard\",\n \"issuer\": \"\",\n \"last4\": \"\",\n \"error\": null\n },\n {\n \"id\": \"cbrd_RgC7uR3\",\n \"account_id\": \"acc_R8evf\",\n \"status\": \"pending\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"brands\": [\n {\n \"id\": \"\",\n \"card_product_id\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"issuer\": \"\",\n \"network\": \"\",\n \"network_tier\": \"\",\n \"type\": \"\",\n \"url\": \"\"\n },\n {\n \"id\": \"\",\n \"card_product_id\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"issuer\": \"\",\n \"network\": \"\",\n \"network_tier\": \"\",\n \"type\": \"\",\n \"url\": \"\"\n }\n ],\n \"source\": \"method\",\n \"shared\": \"\",\n \"network\": \"mastercard\",\n \"issuer\": \"\",\n \"last4\": \"\",\n \"error\": {\n \"type\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n }\n ],\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:11.000Z", "updatedAt": "2026-07-28T02:09:11.000Z", "uid": "35240-9b122e20-71b6-4a7e-a487-f102b35abbd7" }, { "id": "5a803507-1e4e-4ec7-bdac-12262d197d00", "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/card_brands?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "card_brands" ], "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:11.000Z", "updatedAt": "2026-07-28T02:09:11.000Z", "uid": "35240-5a803507-1e4e-4ec7-bdac-12262d197d00" }, { "id": "ccd86bc2-4544-4697-b099-4703d9b4d0e8", "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/card_brands?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "card_brands" ], "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:11.000Z", "updatedAt": "2026-07-28T02:09:11.000Z", "uid": "35240-ccd86bc2-4544-4697-b099-4703d9b4d0e8" }, { "id": "492d8f3b-3944-4a4c-85dc-1f1a1d63cbc1", "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/card_brands?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "card_brands" ], "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:11.000Z", "updatedAt": "2026-07-28T02:09:11.000Z", "uid": "35240-492d8f3b-3944-4a4c-85dc-1f1a1d63cbc1" }, { "id": "25a932f1-b68e-433c-b142-7c18dccd4499", "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/card_brands?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "card_brands" ], "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:11.000Z", "updatedAt": "2026-07-28T02:09:11.000Z", "uid": "35240-25a932f1-b68e-433c-b142-7c18dccd4499" }, { "id": "b98334d5-429e-4579-ae63-d83b6506be12", "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/card_brands?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "card_brands" ], "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:11.000Z", "updatedAt": "2026-07-28T02:09:11.000Z", "uid": "35240-b98334d5-429e-4579-ae63-d83b6506be12" } ], "createdAt": "2026-07-28T02:09:11.000Z", "updatedAt": "2026-07-28T02:09:11.000Z", "uid": "35240-85eca364-324e-41b4-8b91-78bac24de76c" }, { "name": "Create an account card brand", "id": "aec48004-e7d1-4181-9c02-e175284ade25", "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/card_brands", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "card_brands" ], "variable": [ { "id": "e337464e-5c7e-4692-b8ab-fb9d524f0765", "key": "accountId", "value": "acc_cHbwIKpjR", "description": "(Required) Unique identifier for the account." } ] }, "description": "Creates a new card brand lookup for the specified account." }, "response": [ { "id": "23ff49e7-7468-4bb3-a7c7-be7caff228fe", "name": "The newly created account card brand.", "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/card_brands", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "card_brands" ], "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\": \"cbrd_ap1bV\",\n \"account_id\": \"acc_q2nDTF\",\n \"status\": \"failed\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"brands\": [\n {\n \"id\": \"\",\n \"card_product_id\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"issuer\": \"\",\n \"network\": \"\",\n \"network_tier\": \"\",\n \"type\": \"\",\n \"url\": \"\"\n },\n {\n \"id\": \"\",\n \"card_product_id\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"issuer\": \"\",\n \"network\": \"\",\n \"network_tier\": \"\",\n \"type\": \"\",\n \"url\": \"\"\n }\n ],\n \"source\": \"network\",\n \"shared\": \"\",\n \"network\": null,\n \"issuer\": \"\",\n \"last4\": \"\",\n \"error\": null\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:11.000Z", "updatedAt": "2026-07-28T02:09:11.000Z", "uid": "35240-23ff49e7-7468-4bb3-a7c7-be7caff228fe" }, { "id": "9a986dd2-bd51-4929-a7ed-35a500216d6a", "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/card_brands", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "card_brands" ], "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:11.000Z", "updatedAt": "2026-07-28T02:09:11.000Z", "uid": "35240-9a986dd2-bd51-4929-a7ed-35a500216d6a" }, { "id": "c262cb6a-80c1-4d76-872c-1016f931a77b", "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/card_brands", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "card_brands" ], "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:11.000Z", "updatedAt": "2026-07-28T02:09:11.000Z", "uid": "35240-c262cb6a-80c1-4d76-872c-1016f931a77b" }, { "id": "6273a7bb-302b-4b7c-88b2-ef6792757dfc", "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/card_brands", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "card_brands" ], "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:11.000Z", "updatedAt": "2026-07-28T02:09:11.000Z", "uid": "35240-6273a7bb-302b-4b7c-88b2-ef6792757dfc" }, { "id": "6b3539e4-5bf6-470f-b288-6e65d607a35a", "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/card_brands", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "card_brands" ], "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:11.000Z", "updatedAt": "2026-07-28T02:09:11.000Z", "uid": "35240-6b3539e4-5bf6-470f-b288-6e65d607a35a" }, { "id": "3e086ac9-57b2-4ad1-9e56-b31c4821a6d1", "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/card_brands", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "card_brands" ], "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:11.000Z", "updatedAt": "2026-07-28T02:09:11.000Z", "uid": "35240-3e086ac9-57b2-4ad1-9e56-b31c4821a6d1" }, { "id": "715d1f5f-2390-4da1-b26f-d99f6149472e", "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/card_brands", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "card_brands" ], "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:11.000Z", "updatedAt": "2026-07-28T02:09:11.000Z", "uid": "35240-715d1f5f-2390-4da1-b26f-d99f6149472e" } ], "createdAt": "2026-07-28T02:09:11.000Z", "updatedAt": "2026-07-28T02:09:11.000Z", "uid": "35240-aec48004-e7d1-4181-9c02-e175284ade25" } ], "id": "0e288aa4-aa6d-49ea-b16a-532a205488d7", "createdAt": "2026-07-28T02:09:11.000Z", "updatedAt": "2026-07-28T02:09:11.000Z", "uid": "35240-0e288aa4-aa6d-49ea-b16a-532a205488d7" } ], "id": "425dba60-9cf0-4f0c-8a76-186a1cdd8fb4", "createdAt": "2026-07-28T02:09:11.000Z", "updatedAt": "2026-07-28T02:09:11.000Z", "uid": "35240-425dba60-9cf0-4f0c-8a76-186a1cdd8fb4" } ], "id": "b7bdf41a-4767-4463-bb4a-89b4c969a17f", "createdAt": "2026-07-28T02:09:11.000Z", "updatedAt": "2026-07-28T02:09:11.000Z", "uid": "35240-b7bdf41a-4767-4463-bb4a-89b4c969a17f" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://production.methodfi.com" } ] }