Skip to content

Commit

Permalink
Updated postman collection
Browse files Browse the repository at this point in the history
  • Loading branch information
logoutdhaval committed Sep 12, 2024
1 parent e8bc9ef commit b7f7a78
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions PostmanCollections/Payment Hub.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit b7f7a78

Please sign in to comment.