{ "info": { "_postman_id": "dc8ef53d-8405-4aad-acb2-e4cf6b1ecf2c", "name": "Narmi Public account balances cards API", "description": "To read about Public API access and authentication, go to [API Overview](https://docs.narmi.com/docs/narmi-developer-docs/xl9dvbz84o11l-introduction).\n\nContact Support:\n Name: Narmi Support\n Email: support@narmi.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:15:56.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "lastUpdatedBy": "35240", "uid": "35240-dc8ef53d-8405-4aad-acb2-e4cf6b1ecf2c" }, "item": [ { "name": "v1", "item": [ { "name": "cards", "item": [ { "name": "{card_id}", "item": [ { "name": "address", "item": [ { "name": "Retrieve card address", "id": "e785ab59-7554-4dda-aebb-c93cd69c3ab6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "banking:accounts:read banking:transactions:read banking:scheduled_transfers:read banking:scheduled_transfers:write banking:accounts:write banking:transactions:write banking:users:read banking:products:read banking:documents:read", "type": "string" }, { "key": "accessTokenUrl", "value": "/v2/oauth/token/", "type": "string" }, { "key": "authUrl", "value": "/v2/oauth/authorize/", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/address/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "address", "" ], "variable": [ { "id": "8a5311e0-2d02-4f4a-a583-5d42a648487a", "key": "card_id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve the registered address for the specified card. \n\nAll monetary values are represented in minor units, or the smallest unit of the currency with no decimal (e.g., cents). For example, $10.00 is represented as 1000.\n\n\n\nHow can we improve these docs? Share your feedback." }, "response": [ { "id": "ba72c6be-859c-4417-9068-94ef4128b2f0", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/address/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "address", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"city\": \"\",\n \"postal_code\": \"\",\n \"region_code\": \"\",\n \"street_address\": \"\",\n \"street_address_2\": \"\",\n \"country_code\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-ba72c6be-859c-4417-9068-94ef4128b2f0" }, { "id": "741461d4-b090-4c18-bb68-e1790ac559bc", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/address/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "address", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-741461d4-b090-4c18-bb68-e1790ac559bc" }, { "id": "f8f10a8c-5647-49b0-8237-a29ba58e1372", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/address/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "address", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-f8f10a8c-5647-49b0-8237-a29ba58e1372" }, { "id": "56968119-223d-4cf3-b466-f4f97cdda3a6", "name": "Server side error. Typically an issue related to connecting to the core or a third-party API.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/address/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "address", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-56968119-223d-4cf3-b466-f4f97cdda3a6" } ], "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-e785ab59-7554-4dda-aebb-c93cd69c3ab6" } ], "id": "8511e431-8f31-49e0-b69e-32f5ee10c53e", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-8511e431-8f31-49e0-b69e-32f5ee10c53e" }, { "name": "limits", "item": [ { "name": "Get specified card limits", "id": "a276e54d-310e-4042-b57e-73b5742dcd4d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "banking:accounts:read banking:transactions:read banking:scheduled_transfers:read banking:scheduled_transfers:write banking:accounts:write banking:transactions:write banking:users:read banking:products:read banking:documents:read", "type": "string" }, { "key": "accessTokenUrl", "value": "/v2/oauth/token/", "type": "string" }, { "key": "authUrl", "value": "/v2/oauth/authorize/", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/limits/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "limits", "" ], "variable": [ { "id": "042bd78d-4f18-4316-b97d-1a8e76306e87", "key": "card_id", "value": "", "description": "(Required) " } ] }, "description": "Get specified card limits. \n\nAll monetary values are represented in minor units, or the smallest unit of the currency with no decimal (e.g., cents). For example, $10.00 is represented as 1000.\n\n\n\nHow can we improve these docs? Share your feedback." }, "response": [ { "id": "8815efa2-002a-4346-a179-bc7982761d42", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/limits/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "limits", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"atm_limit\": \"\",\n \"pos_limit\": \"\",\n \"has_atm_limit_increased_today\": false,\n \"has_pos_limit_increased_today\": false,\n \"can_user_request_limit_increase\": false\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-8815efa2-002a-4346-a179-bc7982761d42" }, { "id": "63ec42a2-4b3f-4220-b92e-b8f32619705f", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/limits/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "limits", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-63ec42a2-4b3f-4220-b92e-b8f32619705f" }, { "id": "c666f969-a5b8-478d-8146-5f1bd449d6d9", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/limits/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "limits", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-c666f969-a5b8-478d-8146-5f1bd449d6d9" }, { "id": "b1fa0795-b51e-4494-a4e6-8fa18c12a29e", "name": "Server side error. Typically an issue related to connecting to the core or a third-party API.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/limits/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "limits", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-b1fa0795-b51e-4494-a4e6-8fa18c12a29e" } ], "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-a276e54d-310e-4042-b57e-73b5742dcd4d" }, { "name": "Update card limits", "id": "e0f61b96-9d68-4536-bd2c-d7511d9ab6a1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "banking:accounts:read banking:transactions:read banking:scheduled_transfers:read banking:scheduled_transfers:write banking:accounts:write banking:transactions:write banking:users:read banking:products:read banking:documents:read", "type": "string" }, { "key": "accessTokenUrl", "value": "/v2/oauth/token/", "type": "string" }, { "key": "authUrl", "value": "/v2/oauth/authorize/", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/limits/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "limits", "" ], "variable": [ { "id": "436e9328-243d-45c4-8981-af310f1efbe2", "key": "card_id", "value": "", "description": "(Required) " } ] }, "description": "Update card limits. \n\nAll monetary values are represented in minor units, or the smallest unit of the currency with no decimal (e.g., cents). For example, $10.00 is represented as 1000.\n\n\n\nHow can we improve these docs? Share your feedback." }, "response": [ { "id": "44f29534-2e56-49c7-a3b0-b5e705564e9b", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/limits/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "limits", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"atm_limit\": \"\",\n \"pos_limit\": \"\",\n \"has_atm_limit_increased_today\": false,\n \"has_pos_limit_increased_today\": false,\n \"can_user_request_limit_increase\": false\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-44f29534-2e56-49c7-a3b0-b5e705564e9b" }, { "id": "99d4809b-4854-4a75-8e52-765e279b7d38", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/limits/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "limits", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"id\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-99d4809b-4854-4a75-8e52-765e279b7d38" }, { "id": "c3fa6364-04e9-46a1-a224-52c2db79517a", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/limits/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "limits", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"in_e52\": {},\n \"reprehenderit8a\": {}\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-c3fa6364-04e9-46a1-a224-52c2db79517a" }, { "id": "16d0f4dd-8586-4974-a3be-dabde13b4c41", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/limits/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "limits", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-16d0f4dd-8586-4974-a3be-dabde13b4c41" }, { "id": "2f2959d3-e811-47e7-abe1-f7c7edfd08f7", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/limits/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "limits", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-2f2959d3-e811-47e7-abe1-f7c7edfd08f7" }, { "id": "bbc1fab2-c119-4887-b612-d2880701bf85", "name": "Server side error. Typically an issue related to connecting to the core or a third-party API.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/limits/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "limits", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-bbc1fab2-c119-4887-b612-d2880701bf85" } ], "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-e0f61b96-9d68-4536-bd2c-d7511d9ab6a1" } ], "id": "7960a294-7fd9-47b8-863b-47c99aa5a47e", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-7960a294-7fd9-47b8-863b-47c99aa5a47e" }, { "name": "lock", "item": [ { "name": "Lock a card", "id": "d54ab25b-22f8-4155-a0d2-4b4386c648ab", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "banking:accounts:read banking:transactions:read banking:scheduled_transfers:read banking:scheduled_transfers:write banking:accounts:write banking:transactions:write banking:users:read banking:products:read banking:documents:read", "type": "string" }, { "key": "accessTokenUrl", "value": "/v2/oauth/token/", "type": "string" }, { "key": "authUrl", "value": "/v2/oauth/authorize/", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/lock/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "lock", "" ], "variable": [ { "id": "04beadd5-aaa0-4cf1-910e-5e706a27dc5b", "key": "card_id", "value": "", "description": "(Required) " } ] }, "description": "Freeze a card so that it cannot be used. \n\nAll monetary values are represented in minor units, or the smallest unit of the currency with no decimal (e.g., cents). For example, $10.00 is represented as 1000.\n\n\n\nHow can we improve these docs? Share your feedback." }, "response": [ { "id": "89279441-8dbf-419c-a712-4bf00be9e9a3", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/lock/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "lock", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bin\": \"\",\n \"card_type\": \"\",\n \"core_user_id\": \"\",\n \"id\": \"\",\n \"last_four_digits\": \"\",\n \"name\": \"\",\n \"network\": \"\",\n \"state\": \"damaged\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-89279441-8dbf-419c-a712-4bf00be9e9a3" }, { "id": "2232f5c5-9b3d-4a5e-ab06-881fab36fd75", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/lock/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "lock", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-2232f5c5-9b3d-4a5e-ab06-881fab36fd75" }, { "id": "ea7e39bd-c4c8-4091-8cbf-5d90f44e4ce4", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/lock/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "lock", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-ea7e39bd-c4c8-4091-8cbf-5d90f44e4ce4" }, { "id": "58735383-c698-4580-b382-2c77be2c07c9", "name": "Server side error. Typically an issue related to connecting to the core or a third-party API.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/lock/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "lock", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-58735383-c698-4580-b382-2c77be2c07c9" } ], "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-d54ab25b-22f8-4155-a0d2-4b4386c648ab" } ], "id": "783cacd6-ad1d-4fd5-b73d-b249ed631930", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-783cacd6-ad1d-4fd5-b73d-b249ed631930" }, { "name": "replace_card", "item": [ { "name": "Replace a missing card", "id": "edd21582-8809-4d36-9be4-f90a027f626b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "banking:accounts:read banking:transactions:read banking:scheduled_transfers:read banking:scheduled_transfers:write banking:accounts:write banking:transactions:write banking:users:read banking:products:read banking:documents:read", "type": "string" }, { "key": "accessTokenUrl", "value": "/v2/oauth/token/", "type": "string" }, { "key": "authUrl", "value": "/v2/oauth/authorize/", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"reason\": \"lost\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/replace_card/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "replace_card", "" ], "variable": [ { "id": "82b4c575-942d-4314-b9af-65c2a4b6a429", "key": "card_id", "value": "", "description": "(Required) " } ] }, "description": "Submits a request to the card processor to send a replacement to the user, as well as notifying the user of said action via email.\n\nAll monetary values are represented in minor units, or the smallest unit of the currency with no decimal (e.g., cents). For example, $10.00 is represented as 1000.\n\n\n\nHow can we improve these docs? Share your feedback." }, "response": [ { "id": "2d2bf356-efdf-4ebd-9697-8fb35920b330", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"reason\": \"lost\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/replace_card/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "replace_card", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bin\": \"\",\n \"card_type\": \"\",\n \"core_user_id\": \"\",\n \"id\": \"\",\n \"last_four_digits\": \"\",\n \"name\": \"\",\n \"network\": \"\",\n \"state\": \"damaged\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-2d2bf356-efdf-4ebd-9697-8fb35920b330" }, { "id": "5c83eada-df11-4f79-8e40-93c446f10338", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"reason\": \"lost\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/replace_card/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "replace_card", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"id\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-5c83eada-df11-4f79-8e40-93c446f10338" }, { "id": "8fdff009-0f68-4fe4-819c-3f6fc37fdf08", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"reason\": \"lost\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/replace_card/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "replace_card", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-8fdff009-0f68-4fe4-819c-3f6fc37fdf08" }, { "id": "7dd5c3b5-f4b5-41e9-b900-b0988251ef41", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"reason\": \"lost\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/replace_card/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "replace_card", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-7dd5c3b5-f4b5-41e9-b900-b0988251ef41" }, { "id": "bda8ea9c-8284-4dcc-bf64-4633f1991d1d", "name": "Server side error. Typically an issue related to connecting to the core or a third-party API.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"reason\": \"lost\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/replace_card/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "replace_card", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-bda8ea9c-8284-4dcc-bf64-4633f1991d1d" } ], "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-edd21582-8809-4d36-9be4-f90a027f626b" } ], "id": "3085c786-2301-4a44-ae01-f4c189d099b1", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-3085c786-2301-4a44-ae01-f4c189d099b1" }, { "name": "sensitive", "item": [ { "name": "Retrieve card PAN", "id": "d23d4f38-cbc7-49e0-bb1d-85c0cb2f129a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "banking:accounts:read banking:transactions:read banking:scheduled_transfers:read banking:scheduled_transfers:write banking:accounts:write banking:transactions:write banking:users:read banking:products:read banking:documents:read", "type": "string" }, { "key": "accessTokenUrl", "value": "/v2/oauth/token/", "type": "string" }, { "key": "authUrl", "value": "/v2/oauth/authorize/", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/sensitive/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "sensitive", "" ], "variable": [ { "id": "d5fc59ca-faaf-4f84-b726-4cd41c1fe3e2", "key": "card_id", "value": "", "description": "(Required) " } ] }, "description": "Fetches card PAN, CVV, and Expiration Date.\n\nAll monetary values are represented in minor units, or the smallest unit of the currency with no decimal (e.g., cents). For example, $10.00 is represented as 1000.\n\n\n\nHow can we improve these docs? Share your feedback." }, "response": [ { "id": "9cae354b-e19c-495a-9853-e139434d1004", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/sensitive/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "sensitive", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"cvv\": \"\",\n \"expiration_date\": \"\",\n \"pan\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-9cae354b-e19c-495a-9853-e139434d1004" }, { "id": "cadffd2b-eb3e-4492-912c-e49f99801c7b", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/sensitive/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "sensitive", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-cadffd2b-eb3e-4492-912c-e49f99801c7b" }, { "id": "ec852ee4-b2b0-47c8-8058-88ad73a2a3ac", "name": "Server side error. Typically an issue related to connecting to the core or a third-party API.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/sensitive/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "sensitive", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-ec852ee4-b2b0-47c8-8058-88ad73a2a3ac" } ], "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-d23d4f38-cbc7-49e0-bb1d-85c0cb2f129a" } ], "id": "c07488f5-de97-493e-ad04-a75dface5864", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-c07488f5-de97-493e-ad04-a75dface5864" }, { "name": "subscriptions", "item": [ { "name": "Retrieve card subscriptions", "id": "3c477110-7c0b-44a3-9e47-d6cdacac5217", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "banking:accounts:read banking:transactions:read banking:scheduled_transfers:read banking:scheduled_transfers:write banking:accounts:write banking:transactions:write banking:users:read banking:products:read banking:documents:read", "type": "string" }, { "key": "accessTokenUrl", "value": "/v2/oauth/token/", "type": "string" }, { "key": "authUrl", "value": "/v2/oauth/authorize/", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/subscriptions/?end_date=2026-07-17&start_date=2025-07-17", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "subscriptions", "" ], "query": [ { "description": "Optional `end_date` parameter. The end date for card subscriptions (YYYY-MM-DD).", "key": "end_date", "value": "2026-07-17" }, { "description": "Optional `start_date` parameter. The start date for card subscriptions (YYYY-MM-DD).", "key": "start_date", "value": "2025-07-17" } ], "variable": [ { "id": "1051d399-c42c-43a6-9ad4-f86de978c11f", "key": "card_id", "value": "", "description": "(Required) The id of the card to fetch subscriptions for." } ] }, "description": "Retrieve card subscriptions for a specified card.\n\nAll monetary values are represented in minor units, or the smallest unit of the currency with no decimal (e.g., cents). For example, $10.00 is represented as 1000.\n\n\n\nHow can we improve these docs? Share your feedback." }, "response": [ { "id": "6d6a4d1f-2e65-45bd-bcf7-6925d58573f8", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/subscriptions/?end_date=2026-07-17&start_date=2025-07-17", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "subscriptions", "" ], "query": [ { "description": "Optional `end_date` parameter. The end date for card subscriptions (YYYY-MM-DD).", "key": "end_date", "value": "2026-07-17" }, { "description": "Optional `start_date` parameter. The start date for card subscriptions (YYYY-MM-DD).", "key": "start_date", "value": "2025-07-17" } ], "variable": [ { "key": "card_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"monthly_transactions\": [\n {\n \"month\": \"\",\n \"total\": \"-749812887\",\n \"transaction_count\": \"\",\n \"transactions\": [\n {\n \"amount\": \"-53684305048558946\",\n \"category_code\": \"\",\n \"id\": \"\",\n \"merchant_name\": \"\",\n \"subscription_id\": \"\",\n \"transaction_date\": \"\"\n },\n {\n \"amount\": \"-6.29\",\n \"category_code\": \"\",\n \"id\": \"\",\n \"merchant_name\": \"\",\n \"subscription_id\": \"\",\n \"transaction_date\": \"\"\n }\n ]\n },\n {\n \"month\": \"\",\n \"total\": \"-7070\",\n \"transaction_count\": \"\",\n \"transactions\": [\n {\n \"amount\": \"417826302766923\",\n \"category_code\": \"\",\n \"id\": \"\",\n \"merchant_name\": \"\",\n \"subscription_id\": \"\",\n \"transaction_date\": \"\"\n },\n {\n \"amount\": \"993387656857516539\",\n \"category_code\": \"\",\n \"id\": \"\",\n \"merchant_name\": \"\",\n \"subscription_id\": \"\",\n \"transaction_date\": \"\"\n }\n ]\n }\n ],\n \"subscriptions\": [\n {\n \"amount\": \"992606579864982405\",\n \"category_code\": \"\",\n \"id\": \"\",\n \"merchant_name\": \"\",\n \"next_payment_date\": \"\",\n \"recurrence_frequency\": \"semi-monthly\",\n \"state\": \"current\"\n },\n {\n \"amount\": \"43137678061211.8\",\n \"category_code\": \"\",\n \"id\": \"\",\n \"merchant_name\": \"\",\n \"next_payment_date\": \"\",\n \"recurrence_frequency\": \"daily\",\n \"state\": \"cancelled\"\n }\n ]\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-6d6a4d1f-2e65-45bd-bcf7-6925d58573f8" }, { "id": "2f474f63-0668-4bc9-8782-829d03252fe8", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/subscriptions/?end_date=2026-07-17&start_date=2025-07-17", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "subscriptions", "" ], "query": [ { "description": "Optional `end_date` parameter. The end date for card subscriptions (YYYY-MM-DD).", "key": "end_date", "value": "2026-07-17" }, { "description": "Optional `start_date` parameter. The start date for card subscriptions (YYYY-MM-DD).", "key": "start_date", "value": "2025-07-17" } ], "variable": [ { "key": "card_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"id\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-2f474f63-0668-4bc9-8782-829d03252fe8" }, { "id": "4508993f-ef0f-4387-b79c-d04c04654a47", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/subscriptions/?end_date=2026-07-17&start_date=2025-07-17", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "subscriptions", "" ], "query": [ { "description": "Optional `end_date` parameter. The end date for card subscriptions (YYYY-MM-DD).", "key": "end_date", "value": "2026-07-17" }, { "description": "Optional `start_date` parameter. The start date for card subscriptions (YYYY-MM-DD).", "key": "start_date", "value": "2025-07-17" } ], "variable": [ { "key": "card_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"in_e52\": {},\n \"reprehenderit8a\": {}\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-4508993f-ef0f-4387-b79c-d04c04654a47" }, { "id": "4e892157-5f4e-4bb5-9701-75c378f282eb", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/subscriptions/?end_date=2026-07-17&start_date=2025-07-17", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "subscriptions", "" ], "query": [ { "description": "Optional `end_date` parameter. The end date for card subscriptions (YYYY-MM-DD).", "key": "end_date", "value": "2026-07-17" }, { "description": "Optional `start_date` parameter. The start date for card subscriptions (YYYY-MM-DD).", "key": "start_date", "value": "2025-07-17" } ], "variable": [ { "key": "card_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-4e892157-5f4e-4bb5-9701-75c378f282eb" }, { "id": "09004756-f0e2-4b88-b0f3-fc1ad7bc0aad", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/subscriptions/?end_date=2026-07-17&start_date=2025-07-17", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "subscriptions", "" ], "query": [ { "description": "Optional `end_date` parameter. The end date for card subscriptions (YYYY-MM-DD).", "key": "end_date", "value": "2026-07-17" }, { "description": "Optional `start_date` parameter. The start date for card subscriptions (YYYY-MM-DD).", "key": "start_date", "value": "2025-07-17" } ], "variable": [ { "key": "card_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"in_e52\": {},\n \"reprehenderit8a\": {}\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-09004756-f0e2-4b88-b0f3-fc1ad7bc0aad" } ], "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-3c477110-7c0b-44a3-9e47-d6cdacac5217" } ], "id": "aaec479b-7023-40e8-96bf-96de29040847", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-aaec479b-7023-40e8-96bf-96de29040847" }, { "name": "travel_note", "item": [ { "name": "Get a card's travel notice", "id": "6b0659d3-c618-47cc-9295-124208b8752f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "banking:accounts:read banking:transactions:read banking:scheduled_transfers:read banking:scheduled_transfers:write banking:accounts:write banking:transactions:write banking:users:read banking:products:read banking:documents:read", "type": "string" }, { "key": "accessTokenUrl", "value": "/v2/oauth/token/", "type": "string" }, { "key": "authUrl", "value": "/v2/oauth/authorize/", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/travel_note/?page=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "travel_note", "" ], "query": [ { "description": "A page number within the paginated result set.", "key": "page", "value": "" } ], "variable": [ { "id": "ac90afff-3178-41fa-af20-852c71ff81ed", "key": "card_id", "value": "JyDNC", "description": "(Required) " } ] }, "description": "List the travel notices for the specified card.\n\nAll monetary values are represented in minor units, or the smallest unit of the currency with no decimal (e.g., cents). For example, $10.00 is represented as 1000.\n\n\n\nHow can we improve these docs? Share your feedback." }, "response": [ { "id": "f142ee24-2f6d-46bb-bf1d-7093f5e1c47d", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/travel_note/?page=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "travel_note", "" ], "query": [ { "description": "A page number within the paginated result set.", "key": "page", "value": "" } ], "variable": [ { "key": "card_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"count\": \"\",\n \"results\": [\n {\n \"end_date\": \"\",\n \"start_date\": \"\"\n },\n {\n \"end_date\": \"\",\n \"start_date\": \"\"\n }\n ],\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-f142ee24-2f6d-46bb-bf1d-7093f5e1c47d" }, { "id": "62da00ed-2e47-42f1-8a75-fb1941af15b6", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/travel_note/?page=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "travel_note", "" ], "query": [ { "description": "A page number within the paginated result set.", "key": "page", "value": "" } ], "variable": [ { "key": "card_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-62da00ed-2e47-42f1-8a75-fb1941af15b6" }, { "id": "45b8a515-675d-4f0e-8678-9ac5ba201bcf", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/travel_note/?page=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "travel_note", "" ], "query": [ { "description": "A page number within the paginated result set.", "key": "page", "value": "" } ], "variable": [ { "key": "card_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-45b8a515-675d-4f0e-8678-9ac5ba201bcf" }, { "id": "6e6f3213-7cea-450e-831d-c6ac8597faac", "name": "Server side error. Typically an issue related to connecting to the core or a third-party API.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/travel_note/?page=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "travel_note", "" ], "query": [ { "description": "A page number within the paginated result set.", "key": "page", "value": "" } ], "variable": [ { "key": "card_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-6e6f3213-7cea-450e-831d-c6ac8597faac" } ], "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-6b0659d3-c618-47cc-9295-124208b8752f" }, { "name": "Create travel note", "id": "d295629e-523a-4e8d-b956-a6237c07756d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "banking:accounts:read banking:transactions:read banking:scheduled_transfers:read banking:scheduled_transfers:write banking:accounts:write banking:transactions:write banking:users:read banking:products:read banking:documents:read", "type": "string" }, { "key": "accessTokenUrl", "value": "/v2/oauth/token/", "type": "string" }, { "key": "authUrl", "value": "/v2/oauth/authorize/", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"end_date\": \"\",\n \"start_date\": \"\",\n \"travel_destination_codes\": [\n \"LV\",\n \"JO\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/travel_note/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "travel_note", "" ], "variable": [ { "id": "6dcefdda-7efe-464b-8d8b-903d712ffcdc", "key": "card_id", "value": "JyDNC", "description": "(Required) " } ] }, "description": "Create travel note for the specified card.\n\nAll monetary values are represented in minor units, or the smallest unit of the currency with no decimal (e.g., cents). For example, $10.00 is represented as 1000.\n\n\n\nHow can we improve these docs? Share your feedback." }, "response": [ { "id": "57d28a71-8201-404d-8214-b991d87a407e", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"end_date\": \"\",\n \"start_date\": \"\",\n \"travel_destination_codes\": [\n \"LV\",\n \"JO\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/travel_note/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "travel_note", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"end_date\": \"\",\n \"start_date\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-57d28a71-8201-404d-8214-b991d87a407e" }, { "id": "0cd00dca-4de2-4850-9b76-2ffa94492c64", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"end_date\": \"\",\n \"start_date\": \"\",\n \"travel_destination_codes\": [\n \"LV\",\n \"JO\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/travel_note/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "travel_note", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"id\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-0cd00dca-4de2-4850-9b76-2ffa94492c64" }, { "id": "7b11b384-cd9d-4760-b3e1-be305bba032e", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"end_date\": \"\",\n \"start_date\": \"\",\n \"travel_destination_codes\": [\n \"LV\",\n \"JO\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/travel_note/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "travel_note", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-7b11b384-cd9d-4760-b3e1-be305bba032e" }, { "id": "bd306826-23a6-4ff2-8986-23b4593ba8b2", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"end_date\": \"\",\n \"start_date\": \"\",\n \"travel_destination_codes\": [\n \"LV\",\n \"JO\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/travel_note/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "travel_note", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-bd306826-23a6-4ff2-8986-23b4593ba8b2" }, { "id": "f75a6e95-72d8-43cc-b9e6-6438e9d88974", "name": "Server side error. Typically an issue related to connecting to the core or a third-party API.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"end_date\": \"\",\n \"start_date\": \"\",\n \"travel_destination_codes\": [\n \"LV\",\n \"JO\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/travel_note/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "travel_note", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-f75a6e95-72d8-43cc-b9e6-6438e9d88974" } ], "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-d295629e-523a-4e8d-b956-a6237c07756d" }, { "name": "Delete travel note", "id": "9b9a3174-d46a-47d3-b4e9-3a2ca5cf5e5c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "banking:accounts:read banking:transactions:read banking:scheduled_transfers:read banking:scheduled_transfers:write banking:accounts:write banking:transactions:write banking:users:read banking:products:read banking:documents:read", "type": "string" }, { "key": "accessTokenUrl", "value": "/v2/oauth/token/", "type": "string" }, { "key": "authUrl", "value": "/v2/oauth/authorize/", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/travel_note/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "travel_note", "" ], "variable": [ { "id": "aab6bab0-8d3e-4a1e-9986-26186d600d18", "key": "card_id", "value": "JyDNC", "description": "(Required) " } ] }, "description": "Delete travel note for specified card.\n\nAll monetary values are represented in minor units, or the smallest unit of the currency with no decimal (e.g., cents). For example, $10.00 is represented as 1000.\n\n\n\nHow can we improve these docs? Share your feedback." }, "response": [ { "id": "dafc54d2-6056-4155-ac6b-34b406603610", "name": "No response body", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/travel_note/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "travel_note", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-dafc54d2-6056-4155-ac6b-34b406603610" }, { "id": "3aeb58ce-a814-435f-a70c-41038d5cf6ee", "name": "New Response", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/travel_note/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "travel_note", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-3aeb58ce-a814-435f-a70c-41038d5cf6ee" }, { "id": "1aadc406-6c89-4a3c-8bc9-281216edaa4d", "name": "New Response", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/travel_note/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "travel_note", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-1aadc406-6c89-4a3c-8bc9-281216edaa4d" }, { "id": "9a30382c-4b61-49d8-87fd-1ff97611ddcc", "name": "Server side error. Typically an issue related to connecting to the core or a third-party API.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/travel_note/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "travel_note", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-9a30382c-4b61-49d8-87fd-1ff97611ddcc" } ], "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-9b9a3174-d46a-47d3-b4e9-3a2ca5cf5e5c" } ], "id": "db3475c9-9216-417a-8caf-ea1d169ecd1e", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-db3475c9-9216-417a-8caf-ea1d169ecd1e" }, { "name": "unlock", "item": [ { "name": "Unlock a card", "id": "17485d56-e31b-41b8-97db-945aab6bbf00", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "banking:accounts:read banking:transactions:read banking:scheduled_transfers:read banking:scheduled_transfers:write banking:accounts:write banking:transactions:write banking:users:read banking:products:read banking:documents:read", "type": "string" }, { "key": "accessTokenUrl", "value": "/v2/oauth/token/", "type": "string" }, { "key": "authUrl", "value": "/v2/oauth/authorize/", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/unlock/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "unlock", "" ], "variable": [ { "id": "7ac12ac8-8d47-48a8-b084-6345cae4dc4d", "key": "card_id", "value": "", "description": "(Required) " } ] }, "description": "Un-freeze a card so that it can be used. \n\nAll monetary values are represented in minor units, or the smallest unit of the currency with no decimal (e.g., cents). For example, $10.00 is represented as 1000.\n\n\n\nHow can we improve these docs? Share your feedback." }, "response": [ { "id": "d9964d71-e683-49a0-a859-ddcb6955236c", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/unlock/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "unlock", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bin\": \"\",\n \"card_type\": \"\",\n \"core_user_id\": \"\",\n \"id\": \"\",\n \"last_four_digits\": \"\",\n \"name\": \"\",\n \"network\": \"\",\n \"state\": \"damaged\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-d9964d71-e683-49a0-a859-ddcb6955236c" }, { "id": "67ec5afb-619e-444e-bcf0-c6787c8e5826", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/unlock/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "unlock", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-67ec5afb-619e-444e-bcf0-c6787c8e5826" }, { "id": "1f6d103f-25ba-40df-b9c0-f4f1eda5a062", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/unlock/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "unlock", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-1f6d103f-25ba-40df-b9c0-f4f1eda5a062" }, { "id": "660d9e0c-6fc6-46b7-bf5d-4ec6505ac41d", "name": "Server side error. Typically an issue related to connecting to the core or a third-party API.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/unlock/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "unlock", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-660d9e0c-6fc6-46b7-bf5d-4ec6505ac41d" } ], "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-17485d56-e31b-41b8-97db-945aab6bbf00" } ], "id": "6cf6c43d-4182-4296-b4d7-16c1c598830e", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-6cf6c43d-4182-4296-b4d7-16c1c598830e" }, { "name": "Retrieve specified card", "id": "64363b29-069d-4637-8ddb-ce94884f55bd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "banking:accounts:read banking:transactions:read banking:scheduled_transfers:read banking:scheduled_transfers:write banking:accounts:write banking:transactions:write banking:users:read banking:products:read banking:documents:read", "type": "string" }, { "key": "accessTokenUrl", "value": "/v2/oauth/token/", "type": "string" }, { "key": "authUrl", "value": "/v2/oauth/authorize/", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "" ], "variable": [ { "id": "dd211d2d-7b74-4ba5-9bda-1d0584abe99c", "key": "card_id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve specified card. \n\nAll monetary values are represented in minor units, or the smallest unit of the currency with no decimal (e.g., cents). For example, $10.00 is represented as 1000.\n\n\n\nHow can we improve these docs? Share your feedback." }, "response": [ { "id": "8bf8d4f0-42cc-48c5-a3ec-66ee961f9088", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"card_type\": \"\",\n \"id\": \"\",\n \"last_four_digits\": \"\",\n \"name\": \"\",\n \"shipping\": {\n \"address\": {\n \"city\": \"\",\n \"postal_code\": \"\",\n \"region_code\": \"\",\n \"street_address\": \"\",\n \"street_address_2\": \"\",\n \"country_code\": \"\",\n \"type\": \"\"\n },\n \"method\": \"\",\n \"shipped_on\": \"\"\n },\n \"network\": \"visa\",\n \"state\": \"locked\",\n \"image\": \"\",\n \"text_color\": \"#FFFFFF\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-8bf8d4f0-42cc-48c5-a3ec-66ee961f9088" }, { "id": "af9d3812-ca4e-449d-a6e6-c7a88d760b03", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-af9d3812-ca4e-449d-a6e6-c7a88d760b03" }, { "id": "ea124645-cc55-43d3-88c2-d86e6ec9ed64", "name": "Server side error. Typically an issue related to connecting to the core or a third-party API.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-ea124645-cc55-43d3-88c2-d86e6ec9ed64" } ], "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-64363b29-069d-4637-8ddb-ce94884f55bd" }, { "name": "Activate or deactivate card", "id": "50a26392-2661-4482-8786-611f6a33d480", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "banking:accounts:read banking:transactions:read banking:scheduled_transfers:read banking:scheduled_transfers:write banking:accounts:write banking:transactions:write banking:users:read banking:products:read banking:documents:read", "type": "string" }, { "key": "accessTokenUrl", "value": "/v2/oauth/token/", "type": "string" }, { "key": "authUrl", "value": "/v2/oauth/authorize/", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"state\": \"active\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "" ], "variable": [ { "id": "cb91d14a-f4f9-4bd8-9a3b-21db8458754e", "key": "card_id", "value": "", "description": "(Required) " } ] }, "description": "Activate and deactivate a specified card. \n\nAll monetary values are represented in minor units, or the smallest unit of the currency with no decimal (e.g., cents). For example, $10.00 is represented as 1000.\n\n\n\nHow can we improve these docs? Share your feedback." }, "response": [ { "id": "2952d732-cb36-4dc3-8b92-b83543118ec4", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"state\": \"active\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"card\": {\n \"state\": \"active\",\n \"id\": \"\",\n \"core_user_id\": \"\",\n \"bin\": \"\",\n \"last_four_digits\": \"\",\n \"svg\": \"\",\n \"is_card_number_on_front\": \"\",\n \"card_text_color\": \"\"\n }\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-2952d732-cb36-4dc3-8b92-b83543118ec4" }, { "id": "0301c092-2f0d-41e6-81e5-ee848ae9bd16", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"state\": \"active\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-0301c092-2f0d-41e6-81e5-ee848ae9bd16" }, { "id": "e7f5ed73-b968-4e9a-a808-c49efb2e6bbf", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"state\": \"active\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-e7f5ed73-b968-4e9a-a808-c49efb2e6bbf" }, { "id": "295b1eb5-1e36-49e5-b83f-a25bcbb3780e", "name": "Endpoint deprecated for version 17+", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"state\": \"active\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Not Acceptable", "code": 406, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-295b1eb5-1e36-49e5-b83f-a25bcbb3780e" }, { "id": "d03e07e3-2e17-4e0b-808a-a66b15fd2266", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"state\": \"active\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-d03e07e3-2e17-4e0b-808a-a66b15fd2266" }, { "id": "de62d6cd-f7a7-4573-929e-164753b1977a", "name": "Server side error. Typically an issue related to connecting to the core or a third-party API.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"state\": \"active\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cards/:card_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", ":card_id", "" ], "variable": [ { "key": "card_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-de62d6cd-f7a7-4573-929e-164753b1977a" } ], "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-50a26392-2661-4482-8786-611f6a33d480" } ], "id": "a405a616-baf4-44dc-82fb-95773a77c74b", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-a405a616-baf4-44dc-82fb-95773a77c74b" }, { "name": "List cards for a user", "id": "b53b55ac-08a3-4a06-9e37-a0df033548cf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "banking:accounts:read banking:transactions:read banking:scheduled_transfers:read banking:scheduled_transfers:write banking:accounts:write banking:transactions:write banking:users:read banking:products:read banking:documents:read", "type": "string" }, { "key": "accessTokenUrl", "value": "/v2/oauth/token/", "type": "string" }, { "key": "authUrl", "value": "/v2/oauth/authorize/", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/cards/?page=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", "" ], "query": [ { "description": "A page number within the paginated result set.", "key": "page", "value": "" } ] }, "description": "List the user's cards. \n\nAll monetary values are represented in minor units, or the smallest unit of the currency with no decimal (e.g., cents). For example, $10.00 is represented as 1000.\n\n\n\nHow can we improve these docs? Share your feedback." }, "response": [ { "id": "1d72491f-f62d-470b-a4d5-a893c55d19d1", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/?page=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", "" ], "query": [ { "description": "A page number within the paginated result set.", "key": "page", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"count\": \"\",\n \"results\": [\n {\n \"card_type\": \"\",\n \"id\": \"\",\n \"last_four_digits\": \"\",\n \"name\": \"\",\n \"shipping\": {\n \"address\": {\n \"city\": \"\",\n \"postal_code\": \"\",\n \"region_code\": \"\",\n \"street_address\": \"\",\n \"street_address_2\": \"\",\n \"country_code\": \"\",\n \"type\": \"\"\n },\n \"method\": \"\",\n \"shipped_on\": \"\"\n },\n \"network\": \"visa\",\n \"state\": \"damaged\",\n \"image\": \"\",\n \"text_color\": \"#FFFFFF\"\n },\n {\n \"card_type\": \"\",\n \"id\": \"\",\n \"last_four_digits\": \"\",\n \"name\": \"\",\n \"shipping\": {\n \"address\": {\n \"city\": \"\",\n \"postal_code\": \"\",\n \"region_code\": \"\",\n \"street_address\": \"\",\n \"street_address_2\": \"\",\n \"country_code\": \"\",\n \"type\": \"\"\n },\n \"method\": \"\",\n \"shipped_on\": \"\"\n },\n \"network\": \"visa\",\n \"state\": \"locked\",\n \"image\": \"\",\n \"text_color\": \"#FFFFFF\"\n }\n ],\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-1d72491f-f62d-470b-a4d5-a893c55d19d1" }, { "id": "43ce2820-2d1f-4c1e-8eae-5a0c37f1fb52", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/?page=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", "" ], "query": [ { "description": "A page number within the paginated result set.", "key": "page", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-43ce2820-2d1f-4c1e-8eae-5a0c37f1fb52" }, { "id": "d43b15f5-3c12-43b0-8308-2596dd0d777a", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/?page=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", "" ], "query": [ { "description": "A page number within the paginated result set.", "key": "page", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-d43b15f5-3c12-43b0-8308-2596dd0d777a" }, { "id": "9c917301-5556-4f72-afec-168dd601d29a", "name": "Server side error. Typically an issue related to connecting to the core or a third-party API.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/cards/?page=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cards", "" ], "query": [ { "description": "A page number within the paginated result set.", "key": "page", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-9c917301-5556-4f72-afec-168dd601d29a" } ], "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-b53b55ac-08a3-4a06-9e37-a0df033548cf" } ], "id": "5293e996-f5dd-460c-b32d-a96ad1f64685", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-5293e996-f5dd-460c-b32d-a96ad1f64685" } ], "id": "c31bf9ad-6bbc-4cb3-84b7-729619445f4b", "createdAt": "2026-07-28T02:15:57.000Z", "updatedAt": "2026-07-28T02:15:57.000Z", "uid": "35240-c31bf9ad-6bbc-4cb3-84b7-729619445f4b" } ], "variable": [ { "key": "baseUrl", "value": "https://api.sandbox.narmi.dev/" } ] }