{ "info": { "_postman_id": "5c4b7408-7679-427e-8418-1b9b9ca4bb7a", "name": "Sandbox_Beneficiary_Bank", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "FetchBankParams", "request": { "method": "GET", "header": [ { "key": "MsgId", "value": "msgid1_FetchBankParams" }, { "key": "X-IBM-Client-Id", "value": "{{Client_Id}}" }, { "key": "Authorization", "value": "Bearer {{token}}" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "{{url}}/v1/other_banks/params?other_bank_country=IN", "host": [ "{{url}}" ], "path": [ "v1", "other_banks", "params" ], "query": [ { "key": "other_bank_country", "value": "IN" } ] } }, "response": [] }, { "name": "FetchBanksList", "request": { "method": "POST", "header": [ { "key": "MsgId", "value": "msgid2_FetchBankList" }, { "key": "X-IBM-Client-Id", "value": "{{client_id}}" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{token}}" } ], "body": { "mode": "raw", "raw": "{\r\n \"other_bank_country\": \"PK\",\r\n \"max_records\": \"13\",\r\n \"params\": [{\r\n \"id\": \"other_bank_name\",\r\n \"value\": \"BANK\"\r\n }]\r\n}" }, "url": { "raw": "{{url}}/v1/other_banks/query", "host": [ "{{url}}" ], "path": [ "v1", "other_banks", "query" ] } }, "response": [] } ] }