{ "info": { "_postman_id": "a4bc4a2b-67d3-4e1d-954d-515ed548f891", "name": "Sandbox_CardPayments", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "CardPayment", "request": { "method": "POST", "header": [ { "key": "X-IBM-Client-Id", "value": "{{Client_Id}}", "type": "text" }, { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "MsgId", "value": "test08", "type": "text" }, { "key": "Authorization", "value": "Bearer {{token}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"from\": {\n \"customer_id_type\": \"CIF_ID\",\n \"customer_id\": \"9999999\"\n },\n \"to\": {\n \"mcc_code\": \"4535\"\n },\n \"transaction_amount\": {\n \"currency\": \"USD\",\n \"amount\": \"1000\"\n },\n \"billing_amount\": {\n \"currency\": \"AED\",\n \"amount\": \"3670\"\n },\n \"related_part_transactions\": [\n {\n \"part_transaction_type\": \"D\",\n \"account_id\": \"5120********3456\",\n \"value\": {\n \"amount\": \"3670\",\n \"currency\": \"AED\"\n },\n \"value_date\": \"2020-11-20T11:10:12Z\",\n \"rate\": \"3.6700\",\n \"rate_code\": \"TTB\",\n \"transaction_narration\": {\n \"transaction_code\": \"520\",\n \"transaction_particular2\": \"465465464\",\n \"transaction_particulars\": \"5120********3456\",\n \"transaction_remarks\": \"for 465465464\"\n }\n },\n {\n \"part_transaction_type\": \"C\",\n \"account_id\": \"5678901234567\",\n \"value\": {\n \"currency\": \"AED\",\n \"amount\": \"3670\"\n },\n \"value_date\": \"2020-11-20T11:10:12Z\",\n \"rate\": \"3.6700\",\n \"rate_code\": \"TTB\",\n \"transaction_narration\": {\n \"transaction_code\": \"520\",\n \"transaction_particular2\": \"465465464\",\n \"transaction_particulars\": \"5120********3456\",\n \"transaction_remarks\": \"for 465465464\"\n }\n }\n ]\n}" }, "url": { "raw": "{{url}}/v1/card_payments", "host": [ "{{url}}" ], "path": [ "v1", "card_payments" ] } }, "response": [] } ] }