diff --git a/PostmanCollections/Payment Hub.json b/PostmanCollections/Payment Hub.json index f9e921d50..87e847127 100644 --- a/PostmanCollections/Payment Hub.json +++ b/PostmanCollections/Payment Hub.json @@ -1,9 +1,9 @@ { "info": { - "_postman_id": "d1034a3a-efa8-4115-a160-3f58f8ccec98", - "name": "Payment Hub APIs", + "_postman_id": "1db9be31-57c6-4dd9-ba83-091e34771450", + "name": "Payment Hub APIs Copy 2", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", - "_exporter_id": "21253421" + "_exporter_id": "20222524" }, "item": [ { @@ -42718,11 +42718,21 @@ "key": "amsName", "value": "{{amsName}}", "type": "text" + }, + { + "key": "X-callbackURL", + "value": "{{X-CallbackURL}}", + "type": "text" + }, + { + "key": "Platform-TenantId", + "value": "{{TenantName}}", + "type": "text" } ], "body": { "mode": "raw", - "raw": "{\n \"requestingOrganisationTransactionReference\": \"string\",\n \"subType\": \"inbound\",\n \"type\": \"transfer\",\n \"amount\": \"11\",\n \"currency\": \"USD\",\n \"descriptionText\": \"string\",\n \"requestDate\": \"2022-09-28T12:51:19.260+00:00\",\n \"customData\": [\n {\n \"key\": \"string\",\n \"value\": \"string\"\n }\n ],\n \"payer\": [\n {\n \"partyIdType\": \"MSISDN\",\n \"partyIdIdentifier\": \"{{MSISDN}}\"\n }\n ],\n \"payee\": [\n {\n \"partyIdType\": \"accountId\",\n \"partyIdIdentifier\": \"{{accountId}}\"\n }\n ]\n}", + "raw": "{\n \"requestingOrganisationTransactionReference\": \"string\",\n \"subType\": \"inbound\",\n \"type\": \"transfer\",\n \"amount\": \"11\",\n \"currency\": \"USD\",\n \"descriptionText\": \"string\",\n \"requestDate\": \"2022-09-28T12:51:19.260+00:00\",\n \"customData\": [\n {\n \"key\": \"string\",\n \"value\": \"string\"\n }\n ],\n \"payer\": [\n {\n \"partyIdType\": \"MSISDN\",\n \"partyIdIdentifier\": \"{{MSISDN}}\"\n }\n ],\n \"payee\": [\n {\n \"partyIdType\": \"ACCOUNT_ID\",\n \"partyIdIdentifier\": \"{{accountId}}\"\n }\n ]\n}", "options": { "raw": { "language": "json"