Skip to content

Commit 8f07fc4

Browse files
committed
Updated postman collection
1 parent e8bc9ef commit 8f07fc4

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

PostmanCollections/Payment Hub.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"info": {
3-
"_postman_id": "d1034a3a-efa8-4115-a160-3f58f8ccec98",
3+
"_postman_id": "1db9be31-57c6-4dd9-ba83-091e34771450",
44
"name": "Payment Hub APIs",
55
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
6-
"_exporter_id": "21253421"
6+
"_exporter_id": "20222524"
77
},
88
"item": [
99
{
@@ -42718,11 +42718,21 @@
4271842718
"key": "amsName",
4271942719
"value": "{{amsName}}",
4272042720
"type": "text"
42721+
},
42722+
{
42723+
"key": "X-callbackURL",
42724+
"value": "{{X-CallbackURL}}",
42725+
"type": "text"
42726+
},
42727+
{
42728+
"key": "Platform-TenantId",
42729+
"value": "{{TenantName}}",
42730+
"type": "text"
4272142731
}
4272242732
],
4272342733
"body": {
4272442734
"mode": "raw",
42725-
"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}",
42735+
"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}",
4272642736
"options": {
4272742737
"raw": {
4272842738
"language": "json"

0 commit comments

Comments
 (0)