{ "info": { "_postman_id": "01e8d8ba-6729-41b8-bfc7-49f576d5c40e", "name": "Sandbox_Partner_RAKMoneyTransfer", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "CreateByTransactionId", "request": { "method": "PUT", "header": [ { "key": "X-IBM-Client-Id", "value": "{{client_id}}", "type": "text" }, { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "MsgId", "value": "test18", "type": "text" }, { "key": "Authorization", "value": "Bearer {{token}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"transaction_type\": \"RAKMoney\",\n \"from\": {\n \"customer_id_type\": \"Account_ID\",\n \"customer_id\": \"1234567891234\"\n },\n \"to\": {\n \"beneficiary_id\": \"81606021099707\"\n },\n \"value\": {\n \"currency\": \"AED\",\n \"amount\": \"2008\"\n },\n \"purpose_code\":\"8\"\n}" }, "url": { "raw": "{{url}}/v2/transactions/123456789012348", "host": [ "{{url}}" ], "path": [ "v2", "transactions", "123456789012348" ] } }, "response": [] }, { "name": "getByTransactionId", "request": { "method": "GET", "header": [ { "key": "X-IBM-Client-Id", "value": "{{client_id}}", "type": "text" }, { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "MsgId", "value": "test18", "type": "text" }, { "key": "Authorization", "value": "Bearer {{token}}", "type": "text" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "{{url}}/v2/transactions/123456789012349?transaction_type=RAKMoney", "host": [ "{{url}}" ], "path": [ "v2", "transactions", "123456789012349" ], "query": [ { "key": "transaction_type", "value": "RAKMoney" } ] } }, "response": [] } ] }