{ "info": { "_postman_id": "c1eeacf2-e7fe-4ab1-b27c-1eead21fb984", "name": "SB RAK DB Transfers", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Transfer /validate", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{access_token}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "X-IBM-Client-Id", "value": "{{Client_Id}}", "type": "text" }, { "key": "X-IBM-Client-Secret", "value": "{{Client_Secret}}", "type": "text" }, { "key": "MsgId", "value": "otp_123", "type": "text" }, { "key": "channelid", "value": "DIP", "type": "text" } ], "body": { "mode": "raw", "raw": "{\r\n \"from\": {\r\n \"account_id\": \"9876xxxxxx347\",\r\n \"account_currency\": \"AED\"\r\n },\r\n \"to\": {\r\n \"beneficiary_id\": 9876348,\r\n \"other_account_currency\": \"USD\",\r\n \"address\": {\r\n \"country\": \"US\"\r\n }\r\n },\r\n \"transaction_date\": \"2023-03-10\",\r\n \"transaction_amount\": {\r\n \"currency\": \"AED\",\r\n \"amount\": \"2000\"\r\n },\r\n \"debit_amount\": {\r\n \"currency\": \"AED\",\r\n \"amount\": \"2020\"\r\n },\r\n \"remittance_currency\": \"USD\",\r\n \"purpose_code\": \"FS\",\r\n \"charges_type\": \"O\"\r\n}" }, "url": { "raw": "{{url}}/v1/tpa/transfers/validate", "host": [ "{{url}}" ], "path": [ "v1", "tpa", "transfers", "validate" ] } }, "response": [] }, { "name": "Transfer /createbyId", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{access_token}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "X-IBM-Client-Id", "value": "{{Client_Id}}", "type": "text" }, { "key": "X-IBM-Client-Secret", "value": "{{Client_Secret}}", "type": "text" }, { "key": "MsgId", "value": "otp_123", "type": "text" }, { "key": "channelid", "value": "DIP", "type": "text" } ], "body": { "mode": "raw", "raw": "{\r\n \"transfers\": {\r\n \"payment_ref_id\": 11000200,\r\n \"from\": {\r\n \"account_id\": \"9876xxxxxx347\",\r\n \"account_currency\": \"AED\"\r\n },\r\n \"to\": {\r\n \"beneficiary_id\": 9876348,\r\n \"name\": \"Jonathan Gonsalves\",\r\n \"nick_name\": \"JG\",\r\n \"other_account_id\": \"9876xxxxxx348\",\r\n \"other_account_currency\": \"USD\",\r\n \"address\": {\r\n \"line_1\": \"James Street\",\r\n \"line_2\": \"21 Tanmont\",\r\n \"line_3\": \"3 Avenue\",\r\n \"city\": \"NY\",\r\n \"state\": \"CA\",\r\n \"district\": \"SS\",\r\n \"country\": \"US\"\r\n }\r\n },\r\n \"transaction_date\": \"2023-03-10\",\r\n \"transaction_amount\": {\r\n \"currency\": \"AED\",\r\n \"amount\": \"2000\"\r\n },\r\n \"debit_amount\": {\r\n \"currency\": \"AED\",\r\n \"amount\": \"2020\"\r\n },\r\n \"remittance_currency\": \"USD\",\r\n \"purpose_code\": \"FS\",\r\n \"remarks\": [\r\n \"None\"\r\n ],\r\n \"charges_type\": \"O\"\r\n },\r\n \"transaction_authentication\": {\r\n \"customer_hard_token\": 4993,\r\n \"sms_otp\": 933203\r\n }\r\n}" }, "url": { "raw": "{{url}}/v1/tpa/transfers/11000200", "host": [ "{{url}}" ], "path": [ "v1", "tpa", "transfers", "11000200" ] } }, "response": [] }, { "name": "Transfer /getById", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{access_token}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "X-IBM-Client-Id", "value": "{{Client_Id}}", "type": "text" }, { "key": "X-IBM-Client-Secret", "value": "{{Client_Secret}}", "type": "text" }, { "key": "MsgId", "value": "otp_123", "type": "text" }, { "key": "channelid", "value": "DIP", "type": "text" } ], "url": { "raw": "{{url}}/v1/tpa/transfers/11000202", "host": [ "{{url}}" ], "path": [ "v1", "tpa", "transfers", "11000202" ] } }, "response": [] } ] }