{ "info": { "_postman_id": "556badc9-aa35-46d8-93e9-037a6a8e2aa7", "name": "Narmi Public account balances accounts 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:39.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "lastUpdatedBy": "35240", "uid": "35240-556badc9-aa35-46d8-93e9-037a6a8e2aa7" }, "item": [ { "name": "v1", "item": [ { "name": "accounts", "item": [ { "name": "{account_uuids}", "item": [ { "name": "transactions", "item": [ { "name": "List user transactions", "id": "de014d2a-406e-41e0-9580-f28bc12153e3", "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/accounts/:account_uuids/transactions/?after=&before=&block=&created_from=&created_to=&filter=unsettled&page=&q=&settled_from=&settled_to=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":account_uuids", "transactions", "" ], "query": [ { "description": "Cursor value which indicates the first index to be queried. This can be used to paginate using cursor pagination along with the `before` parameter.", "key": "after", "value": "" }, { "description": "Cursor value which indicates the last index to be queried. This can be used to paginate using cursor pagination along with the `after` parameter.", "key": "before", "value": "" }, { "description": "Whether or not to call a blocking operation to update the transaction results before fetching. When calling with this flag, the endpoint may respond with a 500 in the event of issues with the core.", "key": "block", "value": "" }, { "description": "Earliest date-time the transaction should be created from.", "key": "created_from", "value": "" }, { "description": "Latest date-time the transaction should be created to.", "key": "created_to", "value": "" }, { "description": "Omit the defined transaction state from transaction results.", "key": "filter", "value": "unsettled" }, { "description": "Page number value, this will populate automatically via the `next` and `previous` urls which are generated in the response.", "key": "page", "value": "" }, { "description": "Search string with which to filter results.", "key": "q", "value": "" }, { "description": "Earliest date-time the transaction should be settled from.", "key": "settled_from", "value": "" }, { "description": "Latest date-time the transaction should be settled to.", "key": "settled_to", "value": "" } ], "variable": [ { "id": "5fa2c597-5040-47b9-abb9-9ae76f43a309", "key": "account_uuids", "value": "Q", "description": "(Required) " } ] }, "description": "List transactions for the authenticated user. Transactions are collated from accounts which the user is a member of.

If queried via the v1/accounts/{account_uuids}/transactions endpoint,the call will return a 404 if all the comma-separated list of `account_uuids` are non-existent.

Pagination can be defined either via the `before` and `after` query parameters for cursor pagination or via the `page` parameter for page number pagination. Both styles of pagination accept a `per_page` parameter, which indicates how many results should be returned.\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": "f0d937d9-4c0f-458a-b352-3e219473e5db", "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/accounts/:account_uuids/transactions/?after=&before=&block=&created_from=&created_to=&filter=unsettled&page=&q=&settled_from=&settled_to=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":account_uuids", "transactions", "" ], "query": [ { "description": "Cursor value which indicates the first index to be queried. This can be used to paginate using cursor pagination along with the `before` parameter.", "key": "after", "value": "" }, { "description": "Cursor value which indicates the last index to be queried. This can be used to paginate using cursor pagination along with the `after` parameter.", "key": "before", "value": "" }, { "description": "Whether or not to call a blocking operation to update the transaction results before fetching. When calling with this flag, the endpoint may respond with a 500 in the event of issues with the core.", "key": "block", "value": "" }, { "description": "Earliest date-time the transaction should be created from.", "key": "created_from", "value": "" }, { "description": "Latest date-time the transaction should be created to.", "key": "created_to", "value": "" }, { "description": "Omit the defined transaction state from transaction results.", "key": "filter", "value": "unsettled" }, { "description": "Page number value, this will populate automatically via the `next` and `previous` urls which are generated in the response.", "key": "page", "value": "" }, { "description": "Search string with which to filter results.", "key": "q", "value": "" }, { "description": "Earliest date-time the transaction should be settled from.", "key": "settled_from", "value": "" }, { "description": "Latest date-time the transaction should be settled to.", "key": "settled_to", "value": "" } ], "variable": [ { "key": "account_uuids" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"links\": {\n \"next\": \"\",\n \"previous\": \"\"\n },\n \"meta\": {\n \"total\": \"\",\n \"warning_id\": \"pending_transactions_failure\",\n \"warning_message\": \"Pending transactions could not be fetched for some accounts.\"\n },\n \"transactions\": [\n {\n \"description\": \"\",\n \"raw_description\": \"\",\n \"id\": \"\",\n \"source\": \"\",\n \"settled_at\": \"\",\n \"created_at\": \"\",\n \"account_id\": \"\",\n \"category\": \"\",\n \"sub_category\": \"\",\n \"amount\": \"\",\n \"ledger_balance\": \"\",\n \"location\": {\n \"city\": \"\",\n \"region_code\": \"\",\n \"country_code\": \"\"\n },\n \"check\": {\n \"number\": \"\"\n },\n \"merchant\": \"\",\n \"metadata\": {\n \"nostrud_7\": {},\n \"amet1_d\": {},\n \"aliqua__\": {},\n \"aute_760\": {}\n },\n \"note\": \"\",\n \"type\": \"debit\",\n \"recurring\": false,\n \"flex_plan_eligible\": \"\"\n },\n {\n \"description\": \"\",\n \"raw_description\": \"\",\n \"id\": \"\",\n \"source\": \"\",\n \"settled_at\": \"\",\n \"created_at\": \"\",\n \"account_id\": \"\",\n \"category\": \"\",\n \"sub_category\": \"\",\n \"amount\": \"\",\n \"ledger_balance\": \"\",\n \"location\": {\n \"city\": \"\",\n \"region_code\": \"\",\n \"country_code\": \"\"\n },\n \"check\": {\n \"number\": \"\"\n },\n \"merchant\": \"\",\n \"metadata\": {\n \"quis_403\": {}\n },\n \"note\": \"\",\n \"type\": \"credit\",\n \"recurring\": false,\n \"flex_plan_eligible\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-f0d937d9-4c0f-458a-b352-3e219473e5db" }, { "id": "f337cb41-f37d-4c40-b765-2fac599f8e12", "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/accounts/:account_uuids/transactions/?after=&before=&block=&created_from=&created_to=&filter=unsettled&page=&q=&settled_from=&settled_to=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":account_uuids", "transactions", "" ], "query": [ { "description": "Cursor value which indicates the first index to be queried. This can be used to paginate using cursor pagination along with the `before` parameter.", "key": "after", "value": "" }, { "description": "Cursor value which indicates the last index to be queried. This can be used to paginate using cursor pagination along with the `after` parameter.", "key": "before", "value": "" }, { "description": "Whether or not to call a blocking operation to update the transaction results before fetching. When calling with this flag, the endpoint may respond with a 500 in the event of issues with the core.", "key": "block", "value": "" }, { "description": "Earliest date-time the transaction should be created from.", "key": "created_from", "value": "" }, { "description": "Latest date-time the transaction should be created to.", "key": "created_to", "value": "" }, { "description": "Omit the defined transaction state from transaction results.", "key": "filter", "value": "unsettled" }, { "description": "Page number value, this will populate automatically via the `next` and `previous` urls which are generated in the response.", "key": "page", "value": "" }, { "description": "Search string with which to filter results.", "key": "q", "value": "" }, { "description": "Earliest date-time the transaction should be settled from.", "key": "settled_from", "value": "" }, { "description": "Latest date-time the transaction should be settled to.", "key": "settled_to", "value": "" } ], "variable": [ { "key": "account_uuids" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"api_error\",\n \"message\": \"No Account matches the given query.\"\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-f337cb41-f37d-4c40-b765-2fac599f8e12" }, { "id": "8bfef6b9-36d8-495e-a64a-6ce756096577", "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/accounts/:account_uuids/transactions/?after=&before=&block=&created_from=&created_to=&filter=unsettled&page=&q=&settled_from=&settled_to=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":account_uuids", "transactions", "" ], "query": [ { "description": "Cursor value which indicates the first index to be queried. This can be used to paginate using cursor pagination along with the `before` parameter.", "key": "after", "value": "" }, { "description": "Cursor value which indicates the last index to be queried. This can be used to paginate using cursor pagination along with the `after` parameter.", "key": "before", "value": "" }, { "description": "Whether or not to call a blocking operation to update the transaction results before fetching. When calling with this flag, the endpoint may respond with a 500 in the event of issues with the core.", "key": "block", "value": "" }, { "description": "Earliest date-time the transaction should be created from.", "key": "created_from", "value": "" }, { "description": "Latest date-time the transaction should be created to.", "key": "created_to", "value": "" }, { "description": "Omit the defined transaction state from transaction results.", "key": "filter", "value": "unsettled" }, { "description": "Page number value, this will populate automatically via the `next` and `previous` urls which are generated in the response.", "key": "page", "value": "" }, { "description": "Search string with which to filter results.", "key": "q", "value": "" }, { "description": "Earliest date-time the transaction should be settled from.", "key": "settled_from", "value": "" }, { "description": "Latest date-time the transaction should be settled to.", "key": "settled_to", "value": "" } ], "variable": [ { "key": "account_uuids" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"invalid_request_error\",\n \"message\": {\n \"field_name\": \"Error description.\"\n }\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-8bfef6b9-36d8-495e-a64a-6ce756096577" }, { "id": "85dbacfd-5736-4712-bff7-0d808ebb5314", "name": "No response body", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/accounts/:account_uuids/transactions/?after=&before=&block=&created_from=&created_to=&filter=unsettled&page=&q=&settled_from=&settled_to=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":account_uuids", "transactions", "" ], "query": [ { "description": "Cursor value which indicates the first index to be queried. This can be used to paginate using cursor pagination along with the `before` parameter.", "key": "after", "value": "" }, { "description": "Cursor value which indicates the last index to be queried. This can be used to paginate using cursor pagination along with the `after` parameter.", "key": "before", "value": "" }, { "description": "Whether or not to call a blocking operation to update the transaction results before fetching. When calling with this flag, the endpoint may respond with a 500 in the event of issues with the core.", "key": "block", "value": "" }, { "description": "Earliest date-time the transaction should be created from.", "key": "created_from", "value": "" }, { "description": "Latest date-time the transaction should be created to.", "key": "created_to", "value": "" }, { "description": "Omit the defined transaction state from transaction results.", "key": "filter", "value": "unsettled" }, { "description": "Page number value, this will populate automatically via the `next` and `previous` urls which are generated in the response.", "key": "page", "value": "" }, { "description": "Search string with which to filter results.", "key": "q", "value": "" }, { "description": "Earliest date-time the transaction should be settled from.", "key": "settled_from", "value": "" }, { "description": "Latest date-time the transaction should be settled to.", "key": "settled_to", "value": "" } ], "variable": [ { "key": "account_uuids" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-85dbacfd-5736-4712-bff7-0d808ebb5314" } ], "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-de014d2a-406e-41e0-9580-f28bc12153e3" } ], "id": "eebcb091-a464-4e0c-ba58-1d464b2d811d", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-eebcb091-a464-4e0c-ba58-1d464b2d811d" } ], "id": "d7300ef4-cdca-4965-9408-0ce121cb6b57", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-d7300ef4-cdca-4965-9408-0ce121cb6b57" }, { "name": "{account_uuid}", "item": [ { "name": "documents", "item": [ { "name": "{document_id}", "item": [ { "name": "Retrieve a document", "id": "a0aad27d-a9de-4b30-a4ad-aa31f8622a7a", "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/accounts/:account_uuid/documents/:document_id/?data=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":account_uuid", "documents", ":document_id", "" ], "query": [ { "description": "Whether or not to include base64 encoded file data in the `data` field.", "key": "data", "value": "" } ], "variable": [ { "id": "4a5e48b9-53be-4b28-a7e5-aadcf1b3fe0a", "key": "account_uuid", "value": "-COmL5", "description": "(Required) " }, { "id": "be769dc8-535d-4379-be25-5bdf6f7dddaf", "key": "document_id", "value": "WT8", "description": "(Required) " } ] }, "description": "Fetch a specific statement by statement ID. \n\nAn invalid document ID will typically return the documented error response, however if the `statements` feature is not enabled, it may also return a blank 404 response.\n\nThis endpoint will return a 404 if a trailing slash is included in the request.\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": "576ee8ea-fcd7-47ac-86af-f2c251bb6e6d", "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/accounts/:account_uuid/documents/:document_id/?data=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":account_uuid", "documents", ":document_id", "" ], "query": [ { "description": "Whether or not to include base64 encoded file data in the `data` field.", "key": "data", "value": "" } ], "variable": [ { "key": "account_uuid" }, { "key": "document_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"document\": {\n \"id\": \"\",\n \"type\": \"\",\n \"type_label\": \"\",\n \"description\": \"\",\n \"created_at\": \"\",\n \"account_id\": \"\",\n \"url\": \"\"\n }\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-576ee8ea-fcd7-47ac-86af-f2c251bb6e6d" }, { "id": "11da9999-d42b-4535-b1e6-8c8002ff6b1e", "name": "May be returned if the statements feature is not available.", "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/accounts/:account_uuid/documents/:document_id/?data=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":account_uuid", "documents", ":document_id", "" ], "query": [ { "description": "Whether or not to include base64 encoded file data in the `data` field.", "key": "data", "value": "" } ], "variable": [ { "key": "account_uuid" }, { "key": "document_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:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-11da9999-d42b-4535-b1e6-8c8002ff6b1e" }, { "id": "b2203659-ddda-447a-af5f-1db3630bc6f3", "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/accounts/:account_uuid/documents/:document_id/?data=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":account_uuid", "documents", ":document_id", "" ], "query": [ { "description": "Whether or not to include base64 encoded file data in the `data` field.", "key": "data", "value": "" } ], "variable": [ { "key": "account_uuid" }, { "key": "document_id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"api_connection_error\",\n \"message\": \"Sorry, we were unable to process your request, please check back soon.\"\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-b2203659-ddda-447a-af5f-1db3630bc6f3" } ], "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-a0aad27d-a9de-4b30-a4ad-aa31f8622a7a" } ], "id": "5383ad41-1b90-430d-acdf-ce3cc804aed1", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-5383ad41-1b90-430d-acdf-ce3cc804aed1" } ], "id": "2e3e58fb-deda-4782-ae3d-cad95b3924f9", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-2e3e58fb-deda-4782-ae3d-cad95b3924f9" }, { "name": "holds", "item": [ { "name": "List holds for account", "id": "e84af7f3-fce9-432a-b062-bc1e8dba3126", "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/accounts/:account_uuid/holds/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":account_uuid", "holds", "" ], "variable": [ { "id": "06dd2a2a-48d4-41ec-9d01-07d321a93031", "key": "account_uuid", "value": "-COmL5", "description": "(Required) " } ] }, "description": "List the holds for an authenticated user's account specified by UUID, excluding expired holds.Will return 404 if the account specified does not exist. Will return 500 error if there are any issues connecting to the core.\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": "de5195a0-d0e7-4f82-9703-00fd912a886d", "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/accounts/:account_uuid/holds/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":account_uuid", "holds", "" ], "variable": [ { "key": "account_uuid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"holds\": [\n {\n \"id\": \"\",\n \"amount\": \"\",\n \"description\": \"\",\n \"expires_at\": \"\"\n },\n {\n \"id\": \"\",\n \"amount\": \"\",\n \"description\": \"\",\n \"expires_at\": \"\"\n }\n ],\n \"links\": {\n \"next\": \"\",\n \"previous\": \"\"\n },\n \"meta\": {}\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-de5195a0-d0e7-4f82-9703-00fd912a886d" }, { "id": "7c13e4d9-235b-42b3-a2c5-04bc1ee1fdc3", "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/accounts/:account_uuid/holds/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":account_uuid", "holds", "" ], "variable": [ { "key": "account_uuid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"id\": \"not_found\"\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-7c13e4d9-235b-42b3-a2c5-04bc1ee1fdc3" }, { "id": "b208ca94-4bbc-4ff7-9f61-f2c17cd18526", "name": "No response body", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/accounts/:account_uuid/holds/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":account_uuid", "holds", "" ], "variable": [ { "key": "account_uuid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-b208ca94-4bbc-4ff7-9f61-f2c17cd18526" } ], "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-e84af7f3-fce9-432a-b062-bc1e8dba3126" } ], "id": "d9ed8d51-ed4f-4c99-9e3e-50efd56baa07", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-d9ed8d51-ed4f-4c99-9e3e-50efd56baa07" }, { "name": "stops", "item": [ { "name": "List stop payments", "id": "62ecb8c0-e61e-48b1-8ffb-caab73522363", "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/accounts/:account_uuid/stops/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":account_uuid", "stops", "" ], "variable": [ { "id": "a38de5cc-8353-4e45-bc97-bc8f14157018", "key": "account_uuid", "value": "-COmL5", "description": "(Required) " } ] }, "description": "List stop payments for a specified account. Pagination for this response is used only as a placeholder for future implementation and will not return metadata or pagination links.\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": "31affaba-6801-41cf-8ae5-8c2410e82ca6", "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/accounts/:account_uuid/stops/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":account_uuid", "stops", "" ], "variable": [ { "key": "account_uuid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"stops\": [\n {\n \"min_check_number\": \"\",\n \"account_id\": \"\",\n \"max_check_number\": \"\",\n \"amount\": \"\"\n },\n {\n \"min_check_number\": \"\",\n \"account_id\": \"\",\n \"max_check_number\": \"\",\n \"amount\": \"\"\n }\n ],\n \"meta\": {},\n \"links\": {}\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-31affaba-6801-41cf-8ae5-8c2410e82ca6" }, { "id": "9200b4db-745a-4518-a84b-a201167cbe9a", "name": "No response body", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/accounts/:account_uuid/stops/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":account_uuid", "stops", "" ], "variable": [ { "key": "account_uuid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-9200b4db-745a-4518-a84b-a201167cbe9a" }, { "id": "d4d1252c-fa7c-486c-a890-92632b21d98a", "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/accounts/:account_uuid/stops/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":account_uuid", "stops", "" ], "variable": [ { "key": "account_uuid" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"api_connection_error\",\n \"message\": \"Sorry, we were unable to process your request, please check back soon.\"\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-d4d1252c-fa7c-486c-a890-92632b21d98a" } ], "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-62ecb8c0-e61e-48b1-8ffb-caab73522363" }, { "name": "Create a stop payment", "id": "2b751293-0662-4df8-8023-2d51b5a2dcdf", "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 \"min_check_number\": \"\",\n \"max_check_number\": \"\",\n \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/accounts/:account_uuid/stops/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":account_uuid", "stops", "" ], "variable": [ { "id": "c0649a58-f01c-42f8-8010-7aee07912aa1", "key": "account_uuid", "value": "-COmL5", "description": "(Required) " } ] }, "description": "Create a stop payment for a specified account. This endpoint will return a 404 if the account does not exist or if the stop feature is not enabled for the institution. Some cores will support the ability to specify a stop payment range (`min_check_number`->`max_check_number`) but in the event that it is not supported, the endpoint will also return a 404. If the core is inactive the endpoint will return a 500, and if there is an issue creating the stop on the core, the endpoint will return a 503.\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": "6d89d156-8288-455b-a343-329ccf504728", "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 \"min_check_number\": \"\",\n \"max_check_number\": \"\",\n \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/accounts/:account_uuid/stops/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":account_uuid", "stops", "" ], "variable": [ { "key": "account_uuid" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"stop\": {\n \"min_check_number\": \"\",\n \"account_id\": \"\",\n \"max_check_number\": \"\",\n \"amount\": \"\"\n }\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-6d89d156-8288-455b-a343-329ccf504728" }, { "id": "fbd22b92-fd71-453b-9c65-331118002a67", "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 \"min_check_number\": \"\",\n \"max_check_number\": \"\",\n \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/accounts/:account_uuid/stops/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":account_uuid", "stops", "" ], "variable": [ { "key": "account_uuid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"id\": \"not_found\"\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-fbd22b92-fd71-453b-9c65-331118002a67" }, { "id": "52a21e22-39cf-4cbb-90a9-44f7e2721915", "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 \"min_check_number\": \"\",\n \"max_check_number\": \"\",\n \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/accounts/:account_uuid/stops/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":account_uuid", "stops", "" ], "variable": [ { "key": "account_uuid" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"invalid_request_error\",\n \"message\": {\n \"field_name\": \"Error description.\"\n }\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-52a21e22-39cf-4cbb-90a9-44f7e2721915" }, { "id": "a7e8d5f5-9681-4a5b-951c-8adb8ffb450d", "name": "No response body", "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 \"min_check_number\": \"\",\n \"max_check_number\": \"\",\n \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/accounts/:account_uuid/stops/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":account_uuid", "stops", "" ], "variable": [ { "key": "account_uuid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-a7e8d5f5-9681-4a5b-951c-8adb8ffb450d" }, { "id": "0f013018-e33a-443d-b6b1-a713734125be", "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 \"min_check_number\": \"\",\n \"max_check_number\": \"\",\n \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/accounts/:account_uuid/stops/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":account_uuid", "stops", "" ], "variable": [ { "key": "account_uuid" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"api_connection_error\",\n \"message\": \"Sorry, we were unable to process your request, please check back soon.\"\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-0f013018-e33a-443d-b6b1-a713734125be" } ], "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-2b751293-0662-4df8-8023-2d51b5a2dcdf" } ], "id": "45e09b87-c00e-4990-8480-2bc317337dd0", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-45e09b87-c00e-4990-8480-2bc317337dd0" }, { "name": "transactions_download", "item": [ { "name": "Get transactions download", "id": "c4931302-d601-47df-a864-1da5dbce3fbd", "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/accounts/:account_uuid/transactions_download/?file_format=ofx&max_date=&min_date=&period=year", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":account_uuid", "transactions_download", "" ], "query": [ { "description": "File format of the response.", "key": "file_format", "value": "ofx" }, { "description": "Upper bound date of format`YYYY-MM-DD` to filter transactions by when specifying `period` as `custom`.", "key": "max_date", "value": "" }, { "description": "Lower bound date of format `YYYY-MM-DD` to filter transactions by when specifying `period` as `custom`.", "key": "min_date", "value": "" }, { "description": "Time period to filter transactions by.", "key": "period", "value": "year" } ], "variable": [ { "id": "c7140cdf-29fb-4bd9-9316-3f78752b2182", "key": "account_uuid", "value": "-COmL5", "description": "(Required) " } ] }, "description": "Export transaction history to a file.\n\nCustom date range can be defined by specifying the `period` parameter as `custom`.\n\nSome validation errors (e.g. when specifying a min date which is greater than a max date) may result in malformatted error responses.\n\nPlease note that the response headers do not indicate the proper response content type.\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": "156d1ec4-bd36-4762-abd7-9d2f2238f5ee", "name": "File data in the specified format.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/accounts/:account_uuid/transactions_download/?file_format=ofx&max_date=&min_date=&period=year", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":account_uuid", "transactions_download", "" ], "query": [ { "description": "File format of the response.", "key": "file_format", "value": "ofx" }, { "description": "Upper bound date of format`YYYY-MM-DD` to filter transactions by when specifying `period` as `custom`.", "key": "max_date", "value": "" }, { "description": "Lower bound date of format `YYYY-MM-DD` to filter transactions by when specifying `period` as `custom`.", "key": "min_date", "value": "" }, { "description": "Time period to filter transactions by.", "key": "period", "value": "year" } ], "variable": [ { "key": "account_uuid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-156d1ec4-bd36-4762-abd7-9d2f2238f5ee" }, { "id": "397c8c60-72c9-4eee-828f-6dd3581c8e5f", "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/accounts/:account_uuid/transactions_download/?file_format=ofx&max_date=&min_date=&period=year", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":account_uuid", "transactions_download", "" ], "query": [ { "description": "File format of the response.", "key": "file_format", "value": "ofx" }, { "description": "Upper bound date of format`YYYY-MM-DD` to filter transactions by when specifying `period` as `custom`.", "key": "max_date", "value": "" }, { "description": "Lower bound date of format `YYYY-MM-DD` to filter transactions by when specifying `period` as `custom`.", "key": "min_date", "value": "" }, { "description": "Time period to filter transactions by.", "key": "period", "value": "year" } ], "variable": [ { "key": "account_uuid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"id\": \"not_found\"\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-397c8c60-72c9-4eee-828f-6dd3581c8e5f" }, { "id": "6985d120-a386-4ccc-87bf-9a3c092ae8c4", "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/accounts/:account_uuid/transactions_download/?file_format=ofx&max_date=&min_date=&period=year", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":account_uuid", "transactions_download", "" ], "query": [ { "description": "File format of the response.", "key": "file_format", "value": "ofx" }, { "description": "Upper bound date of format`YYYY-MM-DD` to filter transactions by when specifying `period` as `custom`.", "key": "max_date", "value": "" }, { "description": "Lower bound date of format `YYYY-MM-DD` to filter transactions by when specifying `period` as `custom`.", "key": "min_date", "value": "" }, { "description": "Time period to filter transactions by.", "key": "period", "value": "year" } ], "variable": [ { "key": "account_uuid" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"invalid_request_error\",\n \"message\": {\n \"field_name\": \"Error description.\"\n }\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-6985d120-a386-4ccc-87bf-9a3c092ae8c4" } ], "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-c4931302-d601-47df-a864-1da5dbce3fbd" } ], "id": "f7d7f546-f652-4523-8121-2e64d700997f", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-f7d7f546-f652-4523-8121-2e64d700997f" } ], "id": "bc3178f9-6ef8-49ac-b5e1-609fdc728620", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-bc3178f9-6ef8-49ac-b5e1-609fdc728620" }, { "name": "{uuid}", "item": [ { "name": "verify", "item": [ { "name": "Run account verification", "id": "c586c121-667e-457b-985a-002e833f15bb", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/accounts/:uuid/verify/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":uuid", "verify", "" ], "variable": [ { "id": "05b9ce5f-0f9f-4602-8c28-09dd27bbbc7e", "key": "uuid", "value": "-COmL5", "description": "(Required) " } ] }, "description": "Verify the micro-deposit amounts for a specified external account. Additional information on micro-deposits/micro-entries and how they work can be found here https://www.nacha.org/micro-entries.\n\nIn the event that the account does not exist or cannot be associated with the user, or ACH is not enabled, the endpoint will return a 404.\n\nIn the event that the user does not have permission to modify the account, the endpoint will return a 403.\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": "dfa386c8-6990-4ce8-a1b2-38c1cdbe7f9a", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/accounts/:uuid/verify/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":uuid", "verify", "" ], "variable": [ { "key": "uuid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accounts\": [\n {\n \"balances\": {\n \"id\": \"\",\n \"account_id\": \"\",\n \"primary\": \"\",\n \"available\": \"\",\n \"ledger\": \"\",\n \"updated_at\": \"\"\n },\n \"name\": \"\",\n \"nickname\": \"\",\n \"id\": \"\",\n \"number\": \"\",\n \"type\": \"\",\n \"product\": {\n \"id\": \"\",\n \"type\": \"\",\n \"description\": \"\"\n },\n \"updated_at\": \"\",\n \"users\": [\n \"\",\n \"\"\n ],\n \"features\": [\n \"\",\n \"\"\n ],\n \"routing\": \"\",\n \"loan_details\": {\n \"minimum_payment\": \"\",\n \"interest_rate\": \"695.22\",\n \"next_payment_at\": \"\"\n },\n \"source\": \"institution\",\n \"state\": \"removed\",\n \"favorited\": \"\",\n \"hidden\": false,\n \"out_of_date\": \"\",\n \"updated_from_source_at\": \"\",\n \"check_micr\": \"\",\n \"metadata\": {\n \"adipisicing_5_5\": {},\n \"aliquip_e\": {}\n },\n \"fi_name\": \"\",\n \"created_at\": \"\",\n \"verified\": \"\",\n \"fi_svg\": \"\",\n \"organization\": {\n \"adipisicingb\": {},\n \"fugiat204\": {},\n \"magnae\": {}\n }\n },\n {\n \"balances\": {\n \"id\": \"\",\n \"account_id\": \"\",\n \"primary\": \"\",\n \"available\": \"\",\n \"ledger\": \"\",\n \"updated_at\": \"\"\n },\n \"name\": \"\",\n \"nickname\": \"\",\n \"id\": \"\",\n \"number\": \"\",\n \"type\": \"\",\n \"product\": {\n \"id\": \"\",\n \"type\": \"\",\n \"description\": \"\"\n },\n \"updated_at\": \"\",\n \"users\": [\n \"\",\n \"\"\n ],\n \"features\": [\n \"\",\n \"\"\n ],\n \"routing\": \"\",\n \"loan_details\": {\n \"minimum_payment\": \"\",\n \"interest_rate\": \"7370675038512.1\",\n \"next_payment_at\": \"\"\n },\n \"source\": \"external\",\n \"state\": \"inactive\",\n \"favorited\": \"\",\n \"hidden\": false,\n \"out_of_date\": \"\",\n \"updated_from_source_at\": \"\",\n \"check_micr\": \"\",\n \"metadata\": {\n \"enim_24\": {},\n \"nisi3e6\": {}\n },\n \"fi_name\": \"\",\n \"created_at\": \"\",\n \"verified\": \"\",\n \"fi_svg\": \"\",\n \"organization\": {\n \"magnab73\": {},\n \"laborum49d\": {},\n \"enim_a3\": {},\n \"cupidatat_e_e\": {}\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-dfa386c8-6990-4ce8-a1b2-38c1cdbe7f9a" }, { "id": "a23f926b-edce-479b-81fa-088045357494", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/accounts/:uuid/verify/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":uuid", "verify", "" ], "variable": [ { "key": "uuid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"api_error\",\n \"message\": \"You do not have permission to perform this action.\"\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-a23f926b-edce-479b-81fa-088045357494" }, { "id": "aa824f06-6c74-444d-a46a-a91688d57dc3", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/accounts/:uuid/verify/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":uuid", "verify", "" ], "variable": [ { "key": "uuid" } ] } }, "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:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-aa824f06-6c74-444d-a46a-a91688d57dc3" }, { "id": "f389156c-91e4-4e18-9810-6d96e451c616", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/accounts/:uuid/verify/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":uuid", "verify", "" ], "variable": [ { "key": "uuid" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"invalid_request_error\",\n \"message\": {\n \"field_name\": \"Error description.\"\n }\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-f389156c-91e4-4e18-9810-6d96e451c616" } ], "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-c586c121-667e-457b-985a-002e833f15bb" } ], "id": "21a160b2-044b-46af-9abb-3dcbde922da8", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-21a160b2-044b-46af-9abb-3dcbde922da8" }, { "name": "withdrawals", "item": [ { "name": "Create account withdrawal", "id": "4b9a2753-0865-408b-aebc-6c319b4fc0d8", "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 \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/accounts/:uuid/withdrawals/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":uuid", "withdrawals", "" ], "variable": [ { "id": "0c3ec966-5671-4896-b1d6-db34323d040d", "key": "uuid", "value": "-COmL5", "description": "(Required) " } ] }, "description": "Create a withdrawal for an account specified by UUID.\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": "53059f2d-1e97-4179-9311-aa00f82253d7", "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 \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/accounts/:uuid/withdrawals/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":uuid", "withdrawals", "" ], "variable": [ { "key": "uuid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": true\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-53059f2d-1e97-4179-9311-aa00f82253d7" }, { "id": "c2232974-60e7-4859-b35a-77083b9fd7b3", "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 \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/accounts/:uuid/withdrawals/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":uuid", "withdrawals", "" ], "variable": [ { "key": "uuid" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"invalid_request_error\",\n \"message\": {\n \"field_name\": \"Error description.\"\n }\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-c2232974-60e7-4859-b35a-77083b9fd7b3" }, { "id": "7940b815-8df5-4f86-b962-5e7f621869eb", "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 \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/accounts/:uuid/withdrawals/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":uuid", "withdrawals", "" ], "variable": [ { "key": "uuid" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"api_connection_error\",\n \"message\": \"Sorry, we were unable to process your request, please check back soon.\"\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-7940b815-8df5-4f86-b962-5e7f621869eb" } ], "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-4b9a2753-0865-408b-aebc-6c319b4fc0d8" } ], "id": "bf1f7569-b973-4ee2-a238-e200e2fd0c86", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-bf1f7569-b973-4ee2-a238-e200e2fd0c86" }, { "name": "Retrieve an account", "id": "0562966f-2cf4-4a47-9fbd-86a0b0f09713", "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/accounts/:uuid/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":uuid", "" ], "variable": [ { "id": "f7017f35-6ddf-4dcd-9e80-8ba909aa5e85", "key": "uuid", "value": "md0e1kgb9sl", "description": "(Required) " } ] }, "description": "Fetch a specified account. Both external and internal accounts can be listed using this call. Account information is not updated from the core, and is fetched from the database.\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": "27504e8b-0841-4fb7-a35b-90906f312358", "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/accounts/:uuid/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":uuid", "" ], "variable": [ { "key": "uuid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account\": {\n \"balances\": {\n \"id\": \"\",\n \"account_id\": \"\",\n \"primary\": \"\",\n \"available\": \"\",\n \"ledger\": \"\",\n \"updated_at\": \"\"\n },\n \"name\": \"\",\n \"nickname\": \"\",\n \"id\": \"\",\n \"number\": \"\",\n \"type\": \"\",\n \"product\": {\n \"id\": \"\",\n \"type\": \"\",\n \"description\": \"\"\n },\n \"updated_at\": \"\",\n \"users\": [\n \"\",\n \"\"\n ],\n \"features\": [\n \"\",\n \"\"\n ],\n \"routing\": \"\",\n \"loan_details\": {\n \"minimum_payment\": \"\",\n \"interest_rate\": \"-51\",\n \"next_payment_at\": \"\"\n },\n \"source\": \"institution\",\n \"state\": \"pending\",\n \"favorited\": \"\",\n \"hidden\": false,\n \"out_of_date\": \"\",\n \"updated_from_source_at\": \"\",\n \"check_micr\": \"\",\n \"metadata\": {\n \"id_f9d\": {}\n },\n \"fi_name\": \"\",\n \"created_at\": \"\",\n \"verified\": \"\",\n \"fi_svg\": \"\",\n \"organization\": {\n \"minim_b\": {},\n \"nulla_e\": {}\n }\n }\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-27504e8b-0841-4fb7-a35b-90906f312358" }, { "id": "caa06cac-ce84-459d-925e-29f6547ab7d6", "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/accounts/:uuid/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":uuid", "" ], "variable": [ { "key": "uuid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"api_error\",\n \"message\": \"You do not have permission to perform this action.\"\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-caa06cac-ce84-459d-925e-29f6547ab7d6" }, { "id": "43e2f769-45ba-420b-965a-39b7f51d1ca0", "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/accounts/:uuid/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":uuid", "" ], "variable": [ { "key": "uuid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"id\": \"not_found\"\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-43e2f769-45ba-420b-965a-39b7f51d1ca0" } ], "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-0562966f-2cf4-4a47-9fbd-86a0b0f09713" }, { "name": "Update an account", "id": "c0433a61-9e49-4bb7-9a82-19da080bd2d3", "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 \"name\": \"\",\n \"favorited\": \"\",\n \"hidden\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/accounts/:uuid/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":uuid", "" ], "variable": [ { "id": "a895dddb-81ab-4b2c-b45f-013494fdef4c", "key": "uuid", "value": "md0e1kgb9sl", "description": "(Required) " } ] }, "description": "Update fields for a specified account. This endpoint performs a partial, non-idempotent update, so any fields can be included or omitted. Any missing or additional fields will be ignored.\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": "01dd4688-ace9-4c78-ad78-33f46631925c", "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 \"name\": \"\",\n \"favorited\": \"\",\n \"hidden\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/accounts/:uuid/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":uuid", "" ], "variable": [ { "key": "uuid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account\": {\n \"balances\": {\n \"id\": \"\",\n \"account_id\": \"\",\n \"primary\": \"\",\n \"available\": \"\",\n \"ledger\": \"\",\n \"updated_at\": \"\"\n },\n \"name\": \"\",\n \"nickname\": \"\",\n \"id\": \"\",\n \"number\": \"\",\n \"type\": \"\",\n \"product\": {\n \"id\": \"\",\n \"type\": \"\",\n \"description\": \"\"\n },\n \"updated_at\": \"\",\n \"users\": [\n \"\",\n \"\"\n ],\n \"features\": [\n \"\",\n \"\"\n ],\n \"routing\": \"\",\n \"loan_details\": {\n \"minimum_payment\": \"\",\n \"interest_rate\": \"-51\",\n \"next_payment_at\": \"\"\n },\n \"source\": \"institution\",\n \"state\": \"pending\",\n \"favorited\": \"\",\n \"hidden\": false,\n \"out_of_date\": \"\",\n \"updated_from_source_at\": \"\",\n \"check_micr\": \"\",\n \"metadata\": {\n \"id_f9d\": {}\n },\n \"fi_name\": \"\",\n \"created_at\": \"\",\n \"verified\": \"\",\n \"fi_svg\": \"\",\n \"organization\": {\n \"minim_b\": {},\n \"nulla_e\": {}\n }\n }\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-01dd4688-ace9-4c78-ad78-33f46631925c" }, { "id": "3c7a5114-76c9-4e04-8734-29967cc7a784", "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 \"name\": \"\",\n \"favorited\": \"\",\n \"hidden\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/accounts/:uuid/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":uuid", "" ], "variable": [ { "key": "uuid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"api_error\",\n \"message\": \"You do not have permission to perform this action.\"\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-3c7a5114-76c9-4e04-8734-29967cc7a784" }, { "id": "6c232989-7606-420e-97bc-e5717528f5c9", "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 \"name\": \"\",\n \"favorited\": \"\",\n \"hidden\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/accounts/:uuid/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":uuid", "" ], "variable": [ { "key": "uuid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"id\": \"not_found\"\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-6c232989-7606-420e-97bc-e5717528f5c9" } ], "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-c0433a61-9e49-4bb7-9a82-19da080bd2d3" }, { "name": "Remove user from an account", "id": "10a245cd-bbdb-45bf-a635-59d8c3fefa0a", "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/accounts/:uuid/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":uuid", "" ], "variable": [ { "id": "0cd1f2e0-ea12-4686-ab28-894285573312", "key": "uuid", "value": "md0e1kgb9sl", "description": "(Required) " } ] }, "description": "Remove the logged-in user from a specified account. The account must be external, users cannot unlink themselves from internal accounts.\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": "94c1894f-8842-4f9d-a23b-e01673e1cec0", "name": "No response body", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/accounts/:uuid/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":uuid", "" ], "variable": [ { "key": "uuid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-94c1894f-8842-4f9d-a23b-e01673e1cec0" }, { "id": "18cadd57-d26f-483a-b11b-77cd6e98a034", "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/accounts/:uuid/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":uuid", "" ], "variable": [ { "key": "uuid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"api_error\",\n \"message\": \"You do not have permission to perform this action.\"\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-18cadd57-d26f-483a-b11b-77cd6e98a034" }, { "id": "50466404-6153-402e-9d74-4e1c87315200", "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/accounts/:uuid/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":uuid", "" ], "variable": [ { "key": "uuid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"id\": \"not_found\"\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-50466404-6153-402e-9d74-4e1c87315200" }, { "id": "c7cf15f3-da87-45b6-b8e7-9125b68fa9ff", "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/accounts/:uuid/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", ":uuid", "" ], "variable": [ { "key": "uuid" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"invalid_request_error\",\n \"message\": {\n \"field_name\": \"Error description.\"\n }\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-c7cf15f3-da87-45b6-b8e7-9125b68fa9ff" } ], "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-10a245cd-bbdb-45bf-a635-59d8c3fefa0a" } ], "id": "a465d5bf-6255-488d-ba6d-9680466f4b6b", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-a465d5bf-6255-488d-ba6d-9680466f4b6b" }, { "name": "verify", "item": [ { "name": "Run instant account verification", "id": "e6f9c986-44ab-4cad-8382-004f917d43e2", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/accounts/verify/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", "verify", "" ] }, "description": "Instant verification for accounts that have been linked through MX. The FI must have features `ach` and `instant_account_verification` enabled. If ACH is not enabled the endpoint will return a 404. If `instant_account_verification` is not enabled, the endpoint will return a 422 detailing the issue. In the event that there is an issue running verification, the endpoint will return a 500.\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": "58c10a98-39b7-49aa-8a3b-b1cf599e2022", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/accounts/verify/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", "verify", "" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accounts\": [\n {\n \"balances\": {\n \"id\": \"\",\n \"account_id\": \"\",\n \"primary\": \"\",\n \"available\": \"\",\n \"ledger\": \"\",\n \"updated_at\": \"\"\n },\n \"name\": \"\",\n \"nickname\": \"\",\n \"id\": \"\",\n \"number\": \"\",\n \"type\": \"\",\n \"product\": {\n \"id\": \"\",\n \"type\": \"\",\n \"description\": \"\"\n },\n \"updated_at\": \"\",\n \"users\": [\n \"\",\n \"\"\n ],\n \"features\": [\n \"\",\n \"\"\n ],\n \"routing\": \"\",\n \"loan_details\": {\n \"minimum_payment\": \"\",\n \"interest_rate\": \"695.22\",\n \"next_payment_at\": \"\"\n },\n \"source\": \"institution\",\n \"state\": \"removed\",\n \"favorited\": \"\",\n \"hidden\": false,\n \"out_of_date\": \"\",\n \"updated_from_source_at\": \"\",\n \"check_micr\": \"\",\n \"metadata\": {\n \"adipisicing_5_5\": {},\n \"aliquip_e\": {}\n },\n \"fi_name\": \"\",\n \"created_at\": \"\",\n \"verified\": \"\",\n \"fi_svg\": \"\",\n \"organization\": {\n \"adipisicingb\": {},\n \"fugiat204\": {},\n \"magnae\": {}\n }\n },\n {\n \"balances\": {\n \"id\": \"\",\n \"account_id\": \"\",\n \"primary\": \"\",\n \"available\": \"\",\n \"ledger\": \"\",\n \"updated_at\": \"\"\n },\n \"name\": \"\",\n \"nickname\": \"\",\n \"id\": \"\",\n \"number\": \"\",\n \"type\": \"\",\n \"product\": {\n \"id\": \"\",\n \"type\": \"\",\n \"description\": \"\"\n },\n \"updated_at\": \"\",\n \"users\": [\n \"\",\n \"\"\n ],\n \"features\": [\n \"\",\n \"\"\n ],\n \"routing\": \"\",\n \"loan_details\": {\n \"minimum_payment\": \"\",\n \"interest_rate\": \"7370675038512.1\",\n \"next_payment_at\": \"\"\n },\n \"source\": \"external\",\n \"state\": \"inactive\",\n \"favorited\": \"\",\n \"hidden\": false,\n \"out_of_date\": \"\",\n \"updated_from_source_at\": \"\",\n \"check_micr\": \"\",\n \"metadata\": {\n \"enim_24\": {},\n \"nisi3e6\": {}\n },\n \"fi_name\": \"\",\n \"created_at\": \"\",\n \"verified\": \"\",\n \"fi_svg\": \"\",\n \"organization\": {\n \"magnab73\": {},\n \"laborum49d\": {},\n \"enim_a3\": {},\n \"cupidatat_e_e\": {}\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-58c10a98-39b7-49aa-8a3b-b1cf599e2022" }, { "id": "0b07f5d8-7823-4b29-b166-b34574416586", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/accounts/verify/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", "verify", "" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"id\": \"invalid\"\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-0b07f5d8-7823-4b29-b166-b34574416586" }, { "id": "aefc2ef2-6e8e-420d-a9bc-a0e859cac806", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/accounts/verify/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", "verify", "" ] } }, "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:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-aefc2ef2-6e8e-420d-a9bc-a0e859cac806" }, { "id": "9f6b73b0-e2c4-4373-8db2-0be80031e5e2", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/accounts/verify/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", "verify", "" ] } }, "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:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-9f6b73b0-e2c4-4373-8db2-0be80031e5e2" } ], "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-e6f9c986-44ab-4cad-8382-004f917d43e2" } ], "id": "87a562dd-ad7f-4970-b6fa-17db9058384b", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-87a562dd-ad7f-4970-b6fa-17db9058384b" }, { "name": "List accounts", "id": "17e8aef8-0703-4868-94c0-d320b809c10e", "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/accounts/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", "" ] }, "description": "List the authenticated user's accounts. The account data will update from the core when this endpoint is requested if the oldest account has not been updated in over `Core Minimum Update Seconds`. The response contains both internal and external account types.\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": "32443bd5-5911-4c8a-a4c5-1573a9f838ac", "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/accounts/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", "" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accounts\": [\n {\n \"balances\": {\n \"id\": \"\",\n \"account_id\": \"\",\n \"primary\": \"\",\n \"available\": \"\",\n \"ledger\": \"\",\n \"updated_at\": \"\"\n },\n \"name\": \"\",\n \"nickname\": \"\",\n \"id\": \"\",\n \"number\": \"\",\n \"type\": \"\",\n \"product\": {\n \"id\": \"\",\n \"type\": \"\",\n \"description\": \"\"\n },\n \"updated_at\": \"\",\n \"users\": [\n \"\",\n \"\"\n ],\n \"features\": [\n \"\",\n \"\"\n ],\n \"routing\": \"\",\n \"loan_details\": {\n \"minimum_payment\": \"\",\n \"interest_rate\": \"12769.3\",\n \"next_payment_at\": \"\"\n },\n \"source\": \"external\",\n \"state\": \"inactive\",\n \"favorited\": \"\",\n \"hidden\": false,\n \"out_of_date\": \"\",\n \"updated_from_source_at\": \"\",\n \"check_micr\": \"\",\n \"metadata\": {\n \"sedbf5\": {},\n \"dolore__3\": {},\n \"Excepteur166\": {},\n \"veniam6\": {}\n },\n \"fi_name\": \"\",\n \"created_at\": \"\",\n \"verified\": \"\",\n \"fi_svg\": \"\",\n \"organization\": {\n \"labore_55\": {}\n }\n },\n {\n \"balances\": {\n \"id\": \"\",\n \"account_id\": \"\",\n \"primary\": \"\",\n \"available\": \"\",\n \"ledger\": \"\",\n \"updated_at\": \"\"\n },\n \"name\": \"\",\n \"nickname\": \"\",\n \"id\": \"\",\n \"number\": \"\",\n \"type\": \"\",\n \"product\": {\n \"id\": \"\",\n \"type\": \"\",\n \"description\": \"\"\n },\n \"updated_at\": \"\",\n \"users\": [\n \"\",\n \"\"\n ],\n \"features\": [\n \"\",\n \"\"\n ],\n \"routing\": \"\",\n \"loan_details\": {\n \"minimum_payment\": \"\",\n \"interest_rate\": \"027008\",\n \"next_payment_at\": \"\"\n },\n \"source\": \"institution\",\n \"state\": \"verified\",\n \"favorited\": \"\",\n \"hidden\": false,\n \"out_of_date\": \"\",\n \"updated_from_source_at\": \"\",\n \"check_micr\": \"\",\n \"metadata\": {\n \"cupidatat3\": {}\n },\n \"fi_name\": \"\",\n \"created_at\": \"\",\n \"verified\": \"\",\n \"fi_svg\": \"\",\n \"organization\": {\n \"in69\": {},\n \"sitdc\": {}\n }\n }\n ],\n \"links\": {\n \"next\": \"\",\n \"previous\": \"\"\n },\n \"meta\": {\n \"total\": \"\"\n }\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-32443bd5-5911-4c8a-a4c5-1573a9f838ac" }, { "id": "469e99c0-a497-4a9f-95ab-f5e11ede2eb1", "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/accounts/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", "" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-469e99c0-a497-4a9f-95ab-f5e11ede2eb1" } ], "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-17e8aef8-0703-4868-94c0-d320b809c10e" }, { "name": "Create external account", "id": "136ca310-3007-4a69-9582-4e8eeabf9400", "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 \"account_number\": \"\",\n \"account_purpose\": \"business\",\n \"agreement\": \"\",\n \"product_type\": \"savings\",\n \"routing_number\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/accounts/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", "" ] }, "description": "Create a reference to an external account. Returns a list of accounts that will always be length 1.\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": "76d4b50f-7b68-4e92-b3e9-1f91c906dd77", "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 \"account_number\": \"\",\n \"account_purpose\": \"business\",\n \"agreement\": \"\",\n \"product_type\": \"savings\",\n \"routing_number\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/accounts/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accounts\": [\n {\n \"balances\": {\n \"id\": \"\",\n \"account_id\": \"\",\n \"primary\": \"\",\n \"available\": \"\",\n \"ledger\": \"\",\n \"updated_at\": \"\"\n },\n \"name\": \"\",\n \"nickname\": \"\",\n \"id\": \"\",\n \"number\": \"\",\n \"type\": \"\",\n \"product\": {\n \"id\": \"\",\n \"type\": \"\",\n \"description\": \"\"\n },\n \"updated_at\": \"\",\n \"users\": [\n \"\",\n \"\"\n ],\n \"features\": [\n \"\",\n \"\"\n ],\n \"routing\": \"\",\n \"loan_details\": {\n \"minimum_payment\": \"\",\n \"interest_rate\": \"695.22\",\n \"next_payment_at\": \"\"\n },\n \"source\": \"institution\",\n \"state\": \"removed\",\n \"favorited\": \"\",\n \"hidden\": false,\n \"out_of_date\": \"\",\n \"updated_from_source_at\": \"\",\n \"check_micr\": \"\",\n \"metadata\": {\n \"adipisicing_5_5\": {},\n \"aliquip_e\": {}\n },\n \"fi_name\": \"\",\n \"created_at\": \"\",\n \"verified\": \"\",\n \"fi_svg\": \"\",\n \"organization\": {\n \"adipisicingb\": {},\n \"fugiat204\": {},\n \"magnae\": {}\n }\n },\n {\n \"balances\": {\n \"id\": \"\",\n \"account_id\": \"\",\n \"primary\": \"\",\n \"available\": \"\",\n \"ledger\": \"\",\n \"updated_at\": \"\"\n },\n \"name\": \"\",\n \"nickname\": \"\",\n \"id\": \"\",\n \"number\": \"\",\n \"type\": \"\",\n \"product\": {\n \"id\": \"\",\n \"type\": \"\",\n \"description\": \"\"\n },\n \"updated_at\": \"\",\n \"users\": [\n \"\",\n \"\"\n ],\n \"features\": [\n \"\",\n \"\"\n ],\n \"routing\": \"\",\n \"loan_details\": {\n \"minimum_payment\": \"\",\n \"interest_rate\": \"7370675038512.1\",\n \"next_payment_at\": \"\"\n },\n \"source\": \"external\",\n \"state\": \"inactive\",\n \"favorited\": \"\",\n \"hidden\": false,\n \"out_of_date\": \"\",\n \"updated_from_source_at\": \"\",\n \"check_micr\": \"\",\n \"metadata\": {\n \"enim_24\": {},\n \"nisi3e6\": {}\n },\n \"fi_name\": \"\",\n \"created_at\": \"\",\n \"verified\": \"\",\n \"fi_svg\": \"\",\n \"organization\": {\n \"magnab73\": {},\n \"laborum49d\": {},\n \"enim_a3\": {},\n \"cupidatat_e_e\": {}\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-76d4b50f-7b68-4e92-b3e9-1f91c906dd77" }, { "id": "38abd4c5-b382-4f72-b868-f04b4426aa2f", "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 \"account_number\": \"\",\n \"account_purpose\": \"business\",\n \"agreement\": \"\",\n \"product_type\": \"savings\",\n \"routing_number\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/accounts/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "accounts", "" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"invalid_request_error\",\n \"message\": {\n \"field_name\": \"Error description.\"\n }\n}", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-38abd4c5-b382-4f72-b868-f04b4426aa2f" } ], "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-136ca310-3007-4a69-9582-4e8eeabf9400" } ], "id": "b8248f40-52fa-4dc6-a108-273eece9ca4c", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-b8248f40-52fa-4dc6-a108-273eece9ca4c" } ], "id": "f8d507fe-ffdc-47d8-8288-e72dcc70f69b", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-f8d507fe-ffdc-47d8-8288-e72dcc70f69b" } ], "variable": [ { "key": "baseUrl", "value": "https://api.sandbox.narmi.dev/" } ] }