{ "info": { "_postman_id": "265775e3-99a3-461c-bf7b-e0b80eb7fd38", "name": "Corporate Account Information v2.0 Sandbox API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Corporate Account Information v2.0 Sandbox API", "item": [ { "name": "OAuthCC", "request": { "auth": { "type": "basic", "basic": [ { "key": "password", "value": "", "type": "string" }, { "key": "username", "value": "", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/x-www-form-urlencoded", "type": "text" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "grant_type", "value": "client_credentials", "type": "text" } ] }, "url": { "raw": "https://sandbox.usbank.com/auth/oauth2/v1/token", "protocol": "https", "host": [ "sandbox", "usbank", "com" ], "path": [ "auth", "oauth2", "v1", "token" ] } }, "response": [] }, { "name": "account-list", "protocolProfileBehavior": { "disabledSystemHeaders": {}, "strictSSL": false }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "T5GGeqYjwTdlM3mNm9HBZtEMCXSF", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json", "type": "text" }, { "key": "Authorization", "value": "Bearer 0cOiwJlEvM7rX9clvsuCtQo8ADcf", "type": "text" }, { "key": "Accept-Encoding", "value": "application/json", "type": "text" }, { "key": "Correlation-Id", "value": "{{$guid}}", "type": "text" }, { "key": "Content-Type", "value": "application/json", "type": "text" } ], "url": { "raw": "https://sandbox.usbank.com/commercial-banking/account-management/v2/accounts", "protocol": "https", "host": [ "sandbox", "usbank", "com" ], "path": [ "commercial-banking", "account-management", "v2", "accounts" ], "query": [ { "key": "pageNumber", "value": "2", "disabled": true }, { "key": "pageSize", "value": "2", "disabled": true } ] }, "description": "account list" }, "response": [] }, { "name": "accountBalancePrevious", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "T5GGeqYjwTdlM3mNm9HBZtEMCXSF", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json", "type": "text" }, { "key": "Authorization", "value": "Bearer 0cOiwJlEvM7rX9clvsuCtQo8ADcf", "type": "text" }, { "key": "Correlation-ID", "value": "{{$guid}}", "type": "text" }, { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" }, { "key": "RTP-CustomerID", "value": "check", "type": "text" }, { "key": "Accept-Encoding", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"accountsInquiry\": {\n \"accountID\": [\n \"6lgi49ux1qmzpwtfajn0hc5v83o7d\",\n \"ro6kxzcqm2jta3w9pibdfs87g5e1n\",\n \"td6cpb8kvylfjuoeia5z7srq4203g\"\n ]\n },\n \"pageNumber\": \"1\",\n \"pageSize\": \"20\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "https://sandbox.usbank.com/commercial-banking/account-management/v2/accounts/previous-day", "protocol": "https", "host": [ "sandbox", "usbank", "com" ], "path": [ "commercial-banking", "account-management", "v2", "accounts", "previous-day" ] } }, "response": [] }, { "name": "accountBalanceCurrent", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "WoSqA3xGXQGAZRGUhZtMGmo3LJgE", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json", "type": "text" }, { "warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman.", "key": "Authorization", "value": "Bearer mbhY8Oz6dmohGUWno7qlV9rZJSd9", "type": "text" }, { "key": "Correlation-ID", "value": "{{$guid}}", "type": "text" }, { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" }, { "key": "RTP-CustomerID", "value": "check", "type": "text" }, { "key": "Accept-Encoding", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"accountsInquiry\": {\n \"accountID\": [\n \"6lgi49ux1qmzpwtfajn0hc5v83o7d\",\n \"ro6kxzcqm2jta3w9pibdfs87g5e1n\",\n \"td6cpb8kvylfjuoeia5z7srq4203g\"\n ]\n },\n \"pageNumber\": \"1\",\n \"pageSize\": \"20\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "https://sandbox.usbank.com/commercial-banking/account-management/v2/accounts/current-day", "protocol": "https", "host": [ "sandbox", "usbank", "com" ], "path": [ "commercial-banking", "account-management", "v2", "accounts", "current-day" ] } }, "response": [] }, { "name": "accountTransactionPreviousDay", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "TZpv7SaAjuNf23QQlyPC21Qi64KH", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": " application/json", "type": "text" }, { "key": "Authorization", "value": "Bearer 0cOiwJlEvM7rX9clvsuCtQo8ADcf", "type": "text" }, { "key": "Correlation-ID", "value": " 480c0089-8c70-4a2c-a738-07a4994b44cf", "type": "text" } ], "url": { "raw": "https://sandbox.usbank.com/commercial-banking/account-management/v2/accounts/:accountId/transactions/previous-day?limit=1&offset=1", "protocol": "https", "host": [ "sandbox", "usbank", "com" ], "path": [ "commercial-banking", "account-management", "v2", "accounts", ":accountId", "transactions", "previous-day" ], "query": [ { "key": "limit", "value": "1" }, { "key": "offset", "value": "1" } ], "variable": [ { "key": "accountId", "value": "6lgi49ux1qmzpwtfajn0hc5v83o7d" } ] } }, "response": [] }, { "name": "accountTransactionCurrentDay", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "z6kSZz7uYsG7riGImldGrdMAQ959", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": " application/json", "type": "text" }, { "key": "Authorization", "value": "Bearer 0cOiwJlEvM7rX9clvsuCtQo8ADcf", "type": "text" }, { "key": "Correlation-ID", "value": " 480c0089-8c70-4a2c-a738-07a4994b44cf", "type": "text" } ], "url": { "raw": "https://sandbox.usbank.com/commercial-banking/account-management/v2/accounts/:accountId/transactions/current-day?limit=1&offset=1", "protocol": "https", "host": [ "sandbox", "usbank", "com" ], "path": [ "commercial-banking", "account-management", "v2", "accounts", ":accountId", "transactions", "current-day" ], "query": [ { "key": "limit", "value": "1" }, { "key": "offset", "value": "1" } ], "variable": [ { "key": "accountId", "value": "dda81c63-d126-44ca-ae8e-cca73da236c6" } ] } }, "response": [] }, { "name": "accountStatementsList", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "T5GGeqYjwTdlM3mNm9HBZtEMCXSF", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": " application/json", "type": "text" }, { "key": "Authorization", "value": "Bearer 0cOiwJlEvM7rX9clvsuCtQo8ADcf", "type": "text" }, { "key": "Correlation-ID", "value": " 480c0089-8c70-4a2c-a738-07a4994b44cf", "type": "text" } ], "url": { "raw": "https://sandbox.usbank.com/commercial-banking/account-management/v2/accounts/:accountId/statements", "protocol": "https", "host": [ "sandbox", "usbank", "com" ], "path": [ "commercial-banking", "account-management", "v2", "accounts", ":accountId", "statements" ], "query": [ { "key": "startTime", "value": "2019-12-30T01:30:00.000", "disabled": true }, { "key": "endTime", "value": "2020-07-14T16:31:19", "disabled": true } ], "variable": [ { "key": "accountId", "value": "td6cpb8kvylfjuoeia5z7srq4203g" } ] } }, "response": [] }, { "name": "accountStatement", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "T5GGeqYjwTdlM3mNm9HBZtEMCXSF", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "type": "text", "value": " application/json" }, { "key": "Authorization", "type": "text", "value": "Bearer 0cOiwJlEvM7rX9clvsuCtQo8ADcf" }, { "key": "Correlation-ID", "type": "text", "value": " 480c0089-8c70-4a2c-a738-07a4994b44cf" } ], "url": { "raw": "https://sandbox.usbank.com/commercial-banking/account-management/v2/accounts/:accountId/statements/:statementId", "protocol": "https", "host": [ "sandbox", "usbank", "com" ], "path": [ "commercial-banking", "account-management", "v2", "accounts", ":accountId", "statements", ":statementId" ], "variable": [ { "key": "accountId", "value": "td6cpb8kvylfjuoeia5z7srq4203g" }, { "key": "statementId", "value": "dbc00ec6-572b-4308-aa67-b5e2106422e9" } ] } }, "response": [] } ], "protocolProfileBehavior": {} } ], "protocolProfileBehavior": {} }