{ "info": { "_postman_id": "e6b92b7d-0d5b-4a95-9369-15dfee31f359", "name": "Sandbox_FXRate", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "BankTransfer with charges", "request": { "method": "POST", "header": [ { "key": "MsgId", "value": "PTLIMIT6", "type": "text" }, { "key": "X-IBM-Client-Id", "value": "{{client_id}}", "type": "text" }, { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "Authorization", "value": "Bearer {{token}}", "type": "text" }, { "key": "channelid", "value": "YAP", "type": "text" } ], "body": { "mode": "raw", "raw": "{\r\n \"from_currency_code\": \"USD\",\r\n \"to_currency_code\": \"AED\",\r\n \"value\": {\r\n \"currency\": \"AED\",\r\n \"amount\": \"1\"\r\n },\r\n \"charges\": true,\r\n \"transaction_type\" :\"BankTransfer\",\r\n \"from\" : {\r\n\t\"customer_id_type\": \"Account_ID\",\r\n\t\"customer_id\": \"9876543212348\"\r\n },\r\n \"to\" : {\r\n\t\t\"name\": \"abc\",\r\n\t\t\"other_account_id\":\"123214324354354354\",\r\n\t\t\"other_account_currency\":\"INR\",\r\n \"other_bank_name\": \"ICICI BANK LIMITED\",\r\n\t\t\"other_branch_name\": \"ICICI BANK LTD- FINAGRI\",\r\n\t\t\"other_branch_addr1\": \"ICICI BANK LTD . CENTRALISED TRADE SERVICE UNIT, EMPIRE BUILDING, 414-SENAPATI BAPAT MARG, LOWER PAR\",\r\n\t\t\"other_branch_addr2\": \"REL (WEST), MUMBAI - 400013\",\r\n\t\t\"other_bank_country\":\"IN\",\r\n\t\t\"address\": {\r\n\t\t\t\t\t\t\"country\": \"PK\"\r\n\t\t\t\t}\r\n },\r\n \"purpose_code\":\"ATS\",\r\n \"charges_type\": \"OUR\"\r\n}" }, "url": { "raw": "{{url}}/v2/fx_rates/query", "host": [ "{{url}}" ], "path": [ "v2", "fx_rates", "query" ] } }, "response": [] }, { "name": "RAKMoney with charges", "request": { "method": "POST", "header": [ { "key": "MsgId", "value": "PTLIMIT11" }, { "key": "X-IBM-Client-Id", "value": "{{client_id}}" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{token}}" }, { "key": "channelid", "value": "YAP", "type": "text" } ], "body": { "mode": "raw", "raw": "{\r\n \"from_currency_code\": \"AED\",\r\n \"to_currency_code\": \"INR\",\r\n \"value\": {\r\n \"currency\": \"INR\",\r\n \"amount\": \"55000\"\r\n },\r\n \"charges\": true,\r\n \"other_bank_country\": \"IN\",\r\n \"transaction_type\" :\"RAKMoney\",\r\n \"transfer_type\": \"OutsideUAE\"\r\n}" }, "url": { "raw": "{{url}}/v2/fx_rates/query", "host": [ "{{url}}" ], "path": [ "v2", "fx_rates", "query" ] } }, "response": [] }, { "name": "BankTransfer witout charges", "request": { "method": "POST", "header": [ { "key": "MsgId", "value": "PTLIMIT6", "type": "text" }, { "key": "X-IBM-Client-Id", "value": "{{client_id}}", "type": "text" }, { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "Authorization", "value": "Bearer {{token}}", "type": "text" }, { "key": "channelid", "value": "YAP", "type": "text" } ], "body": { "mode": "raw", "raw": "{\r\n \"from_currency_code\": \"AED\",\r\n \"to_currency_code\": \"USD\",\r\n \"value\": {\r\n \"currency\": \"AED\",\r\n \"amount\": \"10000\"\r\n },\r\n \"charges\": false,\r\n \"transaction_type\" :\"BankTransfer\"\r\n}" }, "url": { "raw": "{{url}}/v2/fx_rates/query", "host": [ "{{url}}" ], "path": [ "v2", "fx_rates", "query" ] } }, "response": [] }, { "name": "RAKMoney without charges", "request": { "method": "POST", "header": [ { "key": "MsgId", "value": "PTLIMIT6", "type": "text" }, { "key": "X-IBM-Client-Id", "value": "{{client_id}}", "type": "text" }, { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "Authorization", "value": "Bearer {{token}}", "type": "text" }, { "key": "channelid", "value": "YAP", "type": "text" } ], "body": { "mode": "raw", "raw": "{\r\n \"from_currency_code\": \"AED\",\t\t\t\r\n \"to_currency_code\": \"INR\",\t\t\t\r\n \"value\": {\r\n \"currency\": \"INR\",\t\t\t\t\t\r\n \"amount\": \"100000\"\t\t\t\t\t\r\n },\r\n \"charges\": false,\r\n \"transaction_type\" :\"RAKMoney\",\r\n \"other_bank_country\": \"IN\",\r\n \"transfer_type\": \"RAKMoneyCashPayout\"\r\n}" }, "url": { "raw": "{{url}}/v2/fx_rates/query", "host": [ "{{url}}" ], "path": [ "v2", "fx_rates", "query" ] } }, "response": [] } ] }