-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMojaloop.PPA.postman_collection.json
275 lines (275 loc) · 27.8 KB
/
Mojaloop.PPA.postman_collection.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
{
"info": {
"_postman_id": "8184cbe0-bba4-439c-9d5d-2192d94a4245",
"name": "Mojaloop",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "Payment Platform Adapter",
"item": [
{
"name": "Execute Quote Deploy",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"quoteId\": \"ABC123\",\r\n \"transactionId\": \"asdf1234\",\r\n \"transactionRequestId\": \"string\",\r\n \"payee\": {\r\n \"partyIdInfo\": {\r\n \"partyIdType\": \"MSISDN\",\r\n \"partyIdentifier\": \"+27723748019\",\r\n \"partySubIdOrType\": \"string\",\r\n \"fspId\": \"bank1\",\r\n \"extensionList\": {\r\n \"extension\": [\r\n {\r\n \"key\": \"somekey\",\r\n \"value\": \"somevalue\"\r\n }\r\n ]\r\n }\r\n },\r\n \"merchantClassificationCode\": \"merchCode\",\r\n \"name\": \"string\",\r\n \"personalInfo\": {\r\n \"complexName\": {\r\n \"firstName\": \"payeefirstName\",\r\n \"middleName\": \"payeemiddleName\",\r\n \"lastName\": \"payeelastname\"\r\n },\r\n \"dateOfBirth\": \"2021-05-28\"\r\n }\r\n },\r\n \"payer\": {\r\n \"partyIdInfo\": {\r\n \"partyIdType\": \"MSISDN\",\r\n \"partyIdentifier\": \"+27723748020\",\r\n \"partySubIdOrType\": \"string\",\r\n \"fspId\": \"string\",\r\n \"extensionList\": {\r\n \"extension\": [\r\n {\r\n \"key\": \"string\",\r\n \"value\": \"string\"\r\n }\r\n ]\r\n }\r\n },\r\n \"merchantClassificationCode\": \"merchCode\",\r\n \"name\": \"string\",\r\n \"personalInfo\": {\r\n \"complexName\": {\r\n \"firstName\": \"payerfirstName\",\r\n \"middleName\": \"payermiddleName\",\r\n \"lastName\": \"payerlastname\"\r\n },\r\n \"dateOfBirth\": \"2021-05-28\"\r\n }\r\n },\r\n \"amountType\": \"SEND\",\r\n \"amount\": {\r\n \"currency\": \"USD\",\r\n \"amount\": 123.45\r\n },\r\n \"fees\": {\r\n \"currency\": \"USD\",\r\n \"amount\": 12.34\r\n },\r\n \"transactionType\": {\r\n \"scenario\": \"DEPOSIT\",\r\n \"subScenario\": \"string\",\r\n \"initiator\": \"PAYER\",\r\n \"initiatorType\": \"CONSUMER\",\r\n \"refundInfo\": {\r\n \"originalTransactionId\": \"string\",\r\n \"refundReason\": \"string\"\r\n },\r\n \"balanceOfPayments\": \"string\"\r\n },\r\n \"geoCode\": {\r\n \"latitude\": \"string\",\r\n \"longitude\": \"string\"\r\n },\r\n \"note\": \"string\",\r\n \"expiration\": \"string\",\r\n \"extensionList\": {\r\n \"extension\": [\r\n {\r\n \"key\": \"string\",\r\n \"value\": \"string\"\r\n }\r\n ]\r\n }\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://20.90.137.195:8080/function/off-payment-platform-adapter.frm-meshed/execute",
"protocol": "http",
"host": [
"20",
"90",
"137",
"195"
],
"port": "8080",
"path": [
"function",
"off-payment-platform-adapter.frm-meshed",
"execute"
]
}
},
"response": [
{
"name": "Execute Deploy",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"quoteId\": \"ABC123\",\r\n \"transactionId\": \"asdf1234\",\r\n \"transactionRequestId\": \"string\",\r\n \"payee\": {\r\n \"partyIdInfo\": {\r\n \"partyIdType\": \"MSISDN\",\r\n \"partyIdentifier\": \"+27723748019\",\r\n \"partySubIdOrType\": \"string\",\r\n \"fspId\": \"bank1\",\r\n \"extensionList\": {\r\n \"extension\": [\r\n {\r\n \"key\": \"somekey\",\r\n \"value\": \"somevalue\"\r\n }\r\n ]\r\n }\r\n },\r\n \"merchantClassificationCode\": \"merchCode\",\r\n \"name\": \"string\",\r\n \"personalInfo\": {\r\n \"complexName\": {\r\n \"firstName\": \"payeefirstName\",\r\n \"middleName\": \"payeemiddleName\",\r\n \"lastName\": \"payeelastname\"\r\n },\r\n \"dateOfBirth\": \"2021-05-28\"\r\n }\r\n },\r\n \"payer\": {\r\n \"partyIdInfo\": {\r\n \"partyIdType\": \"MSISDN\",\r\n \"partyIdentifier\": \"+27723748020\",\r\n \"partySubIdOrType\": \"string\",\r\n \"fspId\": \"string\",\r\n \"extensionList\": {\r\n \"extension\": [\r\n {\r\n \"key\": \"string\",\r\n \"value\": \"string\"\r\n }\r\n ]\r\n }\r\n },\r\n \"merchantClassificationCode\": \"merchCode\",\r\n \"name\": \"string\",\r\n \"personalInfo\": {\r\n \"complexName\": {\r\n \"firstName\": \"payerfirstName\",\r\n \"middleName\": \"payermiddleName\",\r\n \"lastName\": \"payerlastname\"\r\n },\r\n \"dateOfBirth\": \"2021-05-28\"\r\n }\r\n },\r\n \"amountType\": \"SEND\",\r\n \"amount\": {\r\n \"currency\": \"USD\",\r\n \"amount\": 123.45\r\n },\r\n \"fees\": {\r\n \"currency\": \"USD\",\r\n \"amount\": 12.34\r\n },\r\n \"transactionType\": {\r\n \"scenario\": \"DEPOSIT\",\r\n \"subScenario\": \"string\",\r\n \"initiator\": \"PAYER\",\r\n \"initiatorType\": \"CONSUMER\",\r\n \"refundInfo\": {\r\n \"originalTransactionId\": \"string\",\r\n \"refundReason\": \"string\"\r\n },\r\n \"balanceOfPayments\": \"string\"\r\n },\r\n \"geoCode\": {\r\n \"latitude\": \"string\",\r\n \"longitude\": \"string\"\r\n },\r\n \"note\": \"string\",\r\n \"expiration\": \"string\",\r\n \"extensionList\": {\r\n \"extension\": [\r\n {\r\n \"key\": \"string\",\r\n \"value\": \"string\"\r\n }\r\n ]\r\n }\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://20.90.137.195:8080/function/off-payment-platform-adapter.frm-meshed/execute",
"protocol": "http",
"host": [
"20",
"90",
"137",
"195"
],
"port": "8080",
"path": [
"function",
"off-payment-platform-adapter.frm-meshed",
"execute"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Content-Length",
"value": "3846"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Date",
"value": "Tue, 08 Jun 2021 08:01:23 GMT"
},
{
"key": "Keep-Alive",
"value": "timeout=5"
},
{
"key": "X-Call-Id",
"value": "27bcae61-23bf-4fe3-ae1d-de5494e231b7"
},
{
"key": "X-Duration-Seconds",
"value": "0.241233"
},
{
"key": "X-Start-Time",
"value": "1623139282774507309"
}
],
"cookie": [],
"body": "{\n \"GroupHeader\": {\n \"InitiatingParty\": {\n \"Name\": \"payerfirstName payermiddleName payerlastname\",\n \"Identification\": {\n \"Identification\": \"\",\n \"Other\": {\n \"Identification\": \"\",\n \"SchemeName\": {\n \"Proprietary\": \"\"\n },\n \"PrivateIdentification\": {\n \"DateAndPlaceOfBirth\": {\n \"Birthdate\": \"2021-06-08\",\n \"ProvinceOfBirth\": \"Uknown\",\n \"CityOfBirth\": \"\",\n \"CountryOfBirth\": \"ZAR\"\n }\n },\n \"ContactDetails\": {\n \"MobileNumber\": \"\"\n }\n },\n \"SchemeName\": {\n \"Proprietary\": \"\"\n },\n \"PrivateIdentification\": {\n \"DateAndPlaceOfBirth\": {\n \"Birthdate\": \"2021-06-08\",\n \"ProvinceOfBirth\": \"Uknown\",\n \"CityOfBirth\": \"\",\n \"CountryOfBirth\": \"ZAR\"\n }\n },\n \"ContactDetails\": {\n \"MobileNumber\": \"+277-23748020\"\n }\n }\n }\n },\n \"PaymentInformation\": {\n \"PaymentInformationIdentification\": \"ABC123\",\n \"CreditTransferTransactionInformation\": {\n \"PaymentIdentification\": {\n \"EndToEndIdentification\": \"asdf1234\"\n },\n \"CreditorAccount\": {\n \"Identification\": {\n \"Identification\": \"\",\n \"Other\": {\n \"Identification\": \"+27723748019\",\n \"SchemeName\": {\n \"Proprietary\": \"MSISDN\"\n },\n \"PrivateIdentification\": {\n \"DateAndPlaceOfBirth\": {\n \"Birthdate\": \"2021-06-08\",\n \"ProvinceOfBirth\": \"Uknown\",\n \"CityOfBirth\": \"\",\n \"CountryOfBirth\": \"ZAR\"\n }\n },\n \"ContactDetails\": {\n \"MobileNumber\": \"\"\n }\n },\n \"SchemeName\": {\n \"Proprietary\": \"\"\n },\n \"PrivateIdentification\": {\n \"DateAndPlaceOfBirth\": {\n \"Birthdate\": \"2021-06-08\",\n \"ProvinceOfBirth\": \"Uknown\",\n \"CityOfBirth\": \"\",\n \"CountryOfBirth\": \"ZAR\"\n }\n },\n \"ContactDetails\": {\n \"MobileNumber\": \"+277-23748019\"\n }\n },\n \"Proxy\": \"\",\n \"Name\": \"\"\n },\n \"CreditorAgent\": {\n \"FinancialInstitutionIdentification\": {\n \"ClearingSystemMemberIdentification\": {\n \"MemberIdentification\": \"bank1\"\n }\n }\n },\n \"Creditor\": {\n \"Name\": \"payeefirstName payeemiddleName payeelastname\",\n \"Identification\": {\n \"Identification\": \"\",\n \"Other\": {\n \"Identification\": \"\",\n \"SchemeName\": {\n \"Proprietary\": \"\"\n },\n \"PrivateIdentification\": {\n \"DateAndPlaceOfBirth\": {\n \"Birthdate\": \"2021-06-08\",\n \"ProvinceOfBirth\": \"Uknown\",\n \"CityOfBirth\": \"\",\n \"CountryOfBirth\": \"ZAR\"\n }\n },\n \"ContactDetails\": {\n \"MobileNumber\": \"\"\n }\n },\n \"SchemeName\": {\n \"Proprietary\": \"\"\n },\n \"PrivateIdentification\": {\n \"DateAndPlaceOfBirth\": {\n \"Birthdate\": \"2021-05-28\",\n \"ProvinceOfBirth\": \"Uknown\",\n \"CityOfBirth\": \"\",\n \"CountryOfBirth\": \"ZAR\"\n }\n },\n \"ContactDetails\": {\n \"MobileNumber\": \"\"\n }\n }\n },\n \"Amount\": {\n \"InstructedAmount\": {},\n \"EquivalentAmount\": {\n \"CurrencyOfTransfer\": \"USD\",\n \"Amount\": 123.45\n }\n },\n \"SupplementaryData\": {\n \"fees.currency\": \"USD\",\n \"fees.amount\": 12.34\n },\n \"PaymentTypeInformation\": {\n \"CategoryPurpose\": {\n \"Proprietary\": \"DEPOSIT\"\n }\n },\n \"RegulatoryReporting\": {\n \"Details\": {\n \"Code\": \"string\"\n }\n },\n \"RemittanceInformation\": {\n \"Structured\": {\n \"AdditionalRemittanceInformation\": \"string\"\n }\n }\n },\n \"DebtorAccount\": {\n \"Identification\": {\n \"Identification\": \"\",\n \"Other\": {\n \"Identification\": \"+27723748020\",\n \"SchemeName\": {\n \"Proprietary\": \"MSISDN\"\n },\n \"PrivateIdentification\": {\n \"DateAndPlaceOfBirth\": {\n \"Birthdate\": \"2021-06-08\",\n \"ProvinceOfBirth\": \"Uknown\",\n \"CityOfBirth\": \"\",\n \"CountryOfBirth\": \"ZAR\"\n }\n },\n \"ContactDetails\": {\n \"MobileNumber\": \"\"\n }\n },\n \"SchemeName\": {\n \"Proprietary\": \"\"\n },\n \"PrivateIdentification\": {\n \"DateAndPlaceOfBirth\": {\n \"Birthdate\": \"2021-06-08\",\n \"ProvinceOfBirth\": \"Uknown\",\n \"CityOfBirth\": \"\",\n \"CountryOfBirth\": \"ZAR\"\n }\n },\n \"ContactDetails\": {\n \"MobileNumber\": \"\"\n }\n },\n \"Proxy\": \"string\",\n \"Name\": \"\"\n },\n \"DebtorAgent\": {\n \"FinancialInstitutionIdentification\": {\n \"ClearingSystemMemberIdentification\": {\n \"MemberIdentification\": \"string\"\n }\n }\n },\n \"Debtor\": {\n \"Name\": \"payerfirstName payermiddleName payerlastname\",\n \"Identification\": {\n \"Identification\": \"\",\n \"Other\": {\n \"Identification\": \"\",\n \"SchemeName\": {\n \"Proprietary\": \"\"\n },\n \"PrivateIdentification\": {\n \"DateAndPlaceOfBirth\": {\n \"Birthdate\": \"2021-06-08\",\n \"ProvinceOfBirth\": \"Uknown\",\n \"CityOfBirth\": \"\",\n \"CountryOfBirth\": \"ZAR\"\n }\n },\n \"ContactDetails\": {\n \"MobileNumber\": \"\"\n }\n },\n \"SchemeName\": {\n \"Proprietary\": \"\"\n },\n \"PrivateIdentification\": {\n \"DateAndPlaceOfBirth\": {\n \"Birthdate\": \"2021-05-28\",\n \"ProvinceOfBirth\": \"Uknown\",\n \"CityOfBirth\": \"\",\n \"CountryOfBirth\": \"ZAR\"\n }\n },\n \"ContactDetails\": {\n \"MobileNumber\": \"+277-23748020\"\n }\n }\n }\n },\n \"SupplementaryData\": {\n \"payee.merchantClassificationCode\": \"merchCode\",\n \"payer.merchantClassificationCode\": \"merchCode\",\n \"transactionType.initiatorType\": \"CONSUMER\",\n \"geoCode.latitude\": \"string\",\n \"geoCode.longitude\": \"string\"\n }\n}"
}
]
},
{
"name": "Execute Quote Local",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"quoteId\": \"ABC123\",\r\n \"transactionId\": \"asdf1234\",\r\n \"transactionRequestId\": \"string\",\r\n \"payee\": {\r\n \"partyIdInfo\": {\r\n \"partyIdType\": \"MSISDN\",\r\n \"partyIdentifier\": \"+27723748019\",\r\n \"partySubIdOrType\": \"string\",\r\n \"fspId\": \"bank1\",\r\n \"extensionList\": {\r\n \"extension\": [\r\n {\r\n \"key\": \"somekey\",\r\n \"value\": \"somevalue\"\r\n }\r\n ]\r\n }\r\n },\r\n \"merchantClassificationCode\": \"merchCode\",\r\n \"name\": \"string\",\r\n \"personalInfo\": {\r\n \"complexName\": {\r\n \"firstName\": \"payeefirstName\",\r\n \"middleName\": \"payeemiddleName\",\r\n \"lastName\": \"payeelastname\"\r\n },\r\n \"dateOfBirth\": \"2021-05-28\"\r\n }\r\n },\r\n \"payer\": {\r\n \"partyIdInfo\": {\r\n \"partyIdType\": \"MSISDN\",\r\n \"partyIdentifier\": \"+27723748020\",\r\n \"partySubIdOrType\": \"string\",\r\n \"fspId\": \"string\",\r\n \"extensionList\": {\r\n \"extension\": [\r\n {\r\n \"key\": \"string\",\r\n \"value\": \"string\"\r\n }\r\n ]\r\n }\r\n },\r\n \"merchantClassificationCode\": \"merchCode\",\r\n \"name\": \"string\",\r\n \"personalInfo\": {\r\n \"complexName\": {\r\n \"firstName\": \"payerfirstName\",\r\n \"middleName\": \"payermiddleName\",\r\n \"lastName\": \"payerlastname\"\r\n },\r\n \"dateOfBirth\": \"2021-05-28\"\r\n }\r\n },\r\n \"amountType\": \"SEND\",\r\n \"amount\": {\r\n \"currency\": \"USD\",\r\n \"amount\": 123.45\r\n },\r\n \"fees\": {\r\n \"currency\": \"USD\",\r\n \"amount\": 12.34\r\n },\r\n \"transactionType\": {\r\n \"scenario\": \"DEPOSIT\",\r\n \"subScenario\": \"string\",\r\n \"initiator\": \"PAYER\",\r\n \"initiatorType\": \"CONSUMER\",\r\n \"refundInfo\": {\r\n \"originalTransactionId\": \"string\",\r\n \"refundReason\": \"string\"\r\n },\r\n \"balanceOfPayments\": \"string\"\r\n },\r\n \"geoCode\": {\r\n \"latitude\": \"string\",\r\n \"longitude\": \"string\"\r\n },\r\n \"note\": \"string\",\r\n \"expiration\": \"string\",\r\n \"extensionList\": {\r\n \"extension\": [\r\n {\r\n \"key\": \"string\",\r\n \"value\": \"string\"\r\n }\r\n ]\r\n }\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:3001/execute",
"protocol": "http",
"host": [
"localhost"
],
"port": "3001",
"path": [
"execute"
]
}
},
"response": []
},
{
"name": "Execute Transfer Deploy",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"transactionId\": \"{{$guid}}\",\r\n \"transferId\": \"{{$guid}}\",\r\n \"payerFsp\": \"23320009788\",\r\n \"payeeFsp\": \"4312\",\r\n \"amount\": {\r\n \"amount\": \"1111\",\r\n \"currency\": \"ZAR\"\r\n },\r\n \"expiration\": \"{{$randomDateFuture}}\",\r\n \"ilpPacket\": \"packet\",\r\n \"condition\": \"if then maybe\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:3001/transfers",
"protocol": "http",
"host": [
"localhost"
],
"port": "3001",
"path": [
"transfers"
]
}
},
"response": [
{
"name": "Execute Transfer Deploy - Error",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"transactionId\": \"{{$guid}}\",\r\n \"transferId\": \"{{$guid}}\",\r\n \"payerFsp\": \"23320009788\",\r\n \"payeeFsp\": \"4312\",\r\n \"amount\": {\r\n \"amount\": \"1111\",\r\n \"currency\": \"ZAR\"\r\n },\r\n \"expiration\": \"{{$randomDateFuture}}\",\r\n \"ilpPacket\": \"packet\",\r\n \"condition\": \"if then maybe\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://20.90.137.195:8080/function/off-payment-platform-adapter.frm-meshed/transfers",
"protocol": "http",
"host": [
"20",
"90",
"137",
"195"
],
"port": "8080",
"path": [
"function",
"off-payment-platform-adapter.frm-meshed",
"transfers"
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Content-Length",
"value": "3596"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Date",
"value": "Mon, 14 Jun 2021 15:55:51 GMT"
},
{
"key": "Keep-Alive",
"value": "timeout=5"
},
{
"key": "X-Call-Id",
"value": "aa94b732-fada-4ff9-b649-14e413444410"
},
{
"key": "X-Duration-Seconds",
"value": "0.287872"
},
{
"key": "X-Start-Time",
"value": "1623686151412275163"
}
],
"cookie": [],
"body": "{\n \"err\": {\n \"message\": \"Request failed with status code 400\",\n \"name\": \"Error\",\n \"stack\": \"Error: Request failed with status code 400\\n at createError (/home/app/node_modules/axios/lib/core/createError.js:16:15)\\n at settle (/home/app/node_modules/axios/lib/core/settle.js:17:12)\\n at IncomingMessage.handleStreamEnd (/home/app/node_modules/axios/lib/adapters/http.js:260:11)\\n at IncomingMessage.elasticAPMCallbackWrapper (/home/app/node_modules/elastic-apm-node/lib/instrumentation/index.js:358:27)\\n at IncomingMessage.emit (events.js:388:22)\\n at endReadableNT (internal/streams/readable.js:1336:12)\\n at processTicksAndRejections (internal/process/task_queues.js:82:21)\",\n \"config\": {\n \"url\": \"http://gateway.frm:8080/function/off-transaction-monitoring-service.frm-meshed/monitor/transaction\",\n \"method\": \"post\",\n \"data\": \"{\\\"GroupHeader\\\":{\\\"MessageIdentification\\\":\\\"\\\",\\\"CreationDateTime\\\":\\\"2021-06-14T15:55:51.451Z\\\",\\\"NumberOfTransactions\\\":0,\\\"SettlementInformation\\\":{\\\"SettlementMethod\\\":\\\"\\\"}},\\\"CreditTransferTransactionInformation\\\":{\\\"PaymentIdentification\\\":{\\\"InstructionIdentification\\\":\\\"f24eaca6-3538-4541-bf2f-ade50fd43255\\\",\\\"EndToEndIdentification\\\":\\\"272deff8-2a8f-4788-b0d5-24cc7f96b19a\\\"},\\\"InterbankSettlementAmount\\\":{\\\"Amount\\\":1111,\\\"Currency\\\":\\\"ZAR\\\"},\\\"InstructedAmount\\\":{\\\"Amount\\\":0,\\\"Currency\\\":\\\"\\\"},\\\"ChargeBearer\\\":\\\"\\\",\\\"Charges\\\":[],\\\"InitiatingParty\\\":{\\\"Name\\\":\\\"\\\",\\\"Identification\\\":{\\\"PrivateIdentification\\\":{\\\"DateAndPlaceOfBirth\\\":{\\\"BirthDate\\\":\\\"\\\"},\\\"Other\\\":{\\\"Identification\\\":\\\"\\\",\\\"SchemeName\\\":{\\\"Proprietary\\\":\\\"\\\"}}}},\\\"ContactDetails\\\":{\\\"MobileNumber\\\":\\\"\\\"}},\\\"Debtor\\\":{\\\"Name\\\":\\\"\\\",\\\"Identification\\\":{\\\"PrivateIdentification\\\":{\\\"DateAndPlaceOfBirth\\\":{\\\"BirthDate\\\":\\\"\\\"},\\\"Other\\\":{\\\"Identification\\\":\\\"\\\",\\\"SchemeName\\\":{\\\"Proprietary\\\":\\\"\\\"}}}},\\\"ContactDetails\\\":{\\\"MobileNumber\\\":\\\"\\\"}},\\\"DebtorAccount\\\":{\\\"Name\\\":\\\"\\\",\\\"Identification\\\":{\\\"PrivateIdentification\\\":{\\\"DateAndPlaceOfBirth\\\":{\\\"BirthDate\\\":\\\"\\\"},\\\"Other\\\":{\\\"Identification\\\":\\\"\\\",\\\"SchemeName\\\":{\\\"Proprietary\\\":\\\"\\\"}}}},\\\"ContactDetails\\\":{\\\"MobileNumber\\\":\\\"\\\"}},\\\"DebtorAgent\\\":{\\\"FinancialInstitutionIdentification\\\":{\\\"ClearingSystemMemberIdentification\\\":{\\\"MemberIdentification\\\":\\\"23320009788\\\"}}},\\\"CreditorAgent\\\":{\\\"FinancialInstitutionIdentification\\\":{\\\"ClearingSystemMemberIdentification\\\":{\\\"MemberIdentification\\\":\\\"4312\\\"}}},\\\"Creditor\\\":{\\\"Name\\\":\\\"\\\",\\\"Identification\\\":{\\\"PrivateIdentification\\\":{\\\"DateAndPlaceOfBirth\\\":{\\\"BirthDate\\\":\\\"\\\"},\\\"Other\\\":{\\\"Identification\\\":\\\"\\\",\\\"SchemeName\\\":{\\\"Proprietary\\\":\\\"\\\"}}}},\\\"ContactDetails\\\":{\\\"MobileNumber\\\":\\\"\\\"}},\\\"CreditorAccount\\\":{\\\"Name\\\":\\\"\\\",\\\"Identification\\\":{\\\"PrivateIdentification\\\":{\\\"DateAndPlaceOfBirth\\\":{\\\"BirthDate\\\":\\\"\\\"},\\\"Other\\\":{\\\"Identification\\\":\\\"\\\",\\\"SchemeName\\\":{\\\"Proprietary\\\":\\\"\\\"}}}},\\\"ContactDetails\\\":{\\\"MobileNumber\\\":\\\"\\\"}},\\\"Purpose\\\":{\\\"Code\\\":\\\"\\\"},\\\"SupplementaryData\\\":{},\\\"RegulatoryReporting\\\":{\\\"DebitCreditReportingIndicator\\\":\\\"\\\",\\\"Details\\\":{\\\"Type\\\":\\\"\\\",\\\"Code\\\":\\\"\\\"}},\\\"RemittanceInformation\\\":{\\\"RemittanceInformation\\\":\\\"\\\"}}}\",\n \"headers\": {\n \"Accept\": \"application/json, text/plain, */*\",\n \"Content-Type\": \"application/json;charset=utf-8\",\n \"User-Agent\": \"axios/0.21.1\",\n \"Content-Length\": 1992,\n \"traceparent\": \"00-46ccf13f995395c4196aa3b17dc7a8d6-30a87d8da00bb872-01\",\n \"tracestate\": \"es=s:1\",\n \"elastic-apm-traceparent\": \"00-46ccf13f995395c4196aa3b17dc7a8d6-30a87d8da00bb872-01\"\n },\n \"transformRequest\": [\n null\n ],\n \"transformResponse\": [\n null\n ],\n \"timeout\": 0,\n \"xsrfCookieName\": \"XSRF-TOKEN\",\n \"xsrfHeaderName\": \"X-XSRF-TOKEN\",\n \"maxContentLength\": -1,\n \"maxBodyLength\": -1\n }\n }\n}"
}
]
},
{
"name": "Execute Transfer Local",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"transactionId\": \"{{$guid}}\",\r\n \"transferId\": \"{{$guid}}\",\r\n \"payerFsp\": \"23320009788\",\r\n \"payeeFsp\": \"4312\",\r\n \"amount\": {\r\n \"amount\": \"1111\",\r\n \"currency\": \"ZAR\"\r\n },\r\n \"expiration\": \"{{$randomDateFuture}}\",\r\n \"ilpPacket\": \"packet\",\r\n \"condition\": \"if then maybe\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:3001/transfers",
"protocol": "http",
"host": [
"localhost"
],
"port": "3001",
"path": [
"transfers"
]
}
},
"response": []
}
]
}
]
}