@katorymnd/pawapay-node-sdk 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,739 @@
1
+ {
2
+ "merchantId": "SS",
3
+ "merchantName": "ss",
4
+ "countries": [
5
+ {
6
+ "country": "BEN",
7
+ "correspondents": [
8
+ {
9
+ "correspondent": "MOOV_BEN",
10
+ "currency": "XOF",
11
+ "ownerName": "PAWAPAY",
12
+ "operationTypes": [
13
+ {
14
+ "operationType": "DEPOSIT",
15
+ "minTransactionLimit": "100",
16
+ "maxTransactionLimit": "2000000"
17
+ },
18
+ {
19
+ "operationType": "PAYOUT",
20
+ "minTransactionLimit": "100",
21
+ "maxTransactionLimit": "2000000"
22
+ },
23
+ {
24
+ "operationType": "REFUND",
25
+ "minTransactionLimit": "100",
26
+ "maxTransactionLimit": "2000000"
27
+ }
28
+ ]
29
+ },
30
+ {
31
+ "correspondent": "MTN_MOMO_BEN",
32
+ "currency": "XOF",
33
+ "ownerName": "PAWAPAY",
34
+ "operationTypes": [
35
+ {
36
+ "operationType": "DEPOSIT",
37
+ "minTransactionLimit": "1",
38
+ "maxTransactionLimit": "2000000"
39
+ },
40
+ {
41
+ "operationType": "PAYOUT",
42
+ "minTransactionLimit": "1",
43
+ "maxTransactionLimit": "2000000"
44
+ },
45
+ {
46
+ "operationType": "REFUND",
47
+ "minTransactionLimit": "1",
48
+ "maxTransactionLimit": "2000000"
49
+ }
50
+ ]
51
+ }
52
+ ]
53
+ },
54
+ {
55
+ "country": "BFA",
56
+ "correspondents": [
57
+ {
58
+ "correspondent": "MOOV_BFA",
59
+ "currency": "XOF",
60
+ "ownerName": "PAWAPAY SARL",
61
+ "operationTypes": [
62
+ {
63
+ "operationType": "DEPOSIT",
64
+ "minTransactionLimit": "100",
65
+ "maxTransactionLimit": "2000000"
66
+ },
67
+ {
68
+ "operationType": "PAYOUT",
69
+ "minTransactionLimit": "100",
70
+ "maxTransactionLimit": "2000000"
71
+ },
72
+ {
73
+ "operationType": "REFUND",
74
+ "minTransactionLimit": "100",
75
+ "maxTransactionLimit": "2000000"
76
+ }
77
+ ]
78
+ }
79
+ ]
80
+ },
81
+ {
82
+ "country": "CIV",
83
+ "correspondents": [
84
+ {
85
+ "correspondent": "MTN_MOMO_CIV",
86
+ "currency": "XOF",
87
+ "ownerName": "PAWAPAY CDI",
88
+ "operationTypes": [
89
+ {
90
+ "operationType": "DEPOSIT",
91
+ "minTransactionLimit": "1",
92
+ "maxTransactionLimit": "2000000"
93
+ },
94
+ {
95
+ "operationType": "PAYOUT",
96
+ "minTransactionLimit": "1",
97
+ "maxTransactionLimit": "2000000"
98
+ },
99
+ {
100
+ "operationType": "REFUND",
101
+ "minTransactionLimit": "1",
102
+ "maxTransactionLimit": "2000000"
103
+ }
104
+ ]
105
+ },
106
+ {
107
+ "correspondent": "ORANGE_CIV",
108
+ "currency": "XOF",
109
+ "operationTypes": [
110
+ {
111
+ "operationType": "DEPOSIT",
112
+ "minTransactionLimit": "1",
113
+ "maxTransactionLimit": "2000000"
114
+ },
115
+ {
116
+ "operationType": "PAYOUT",
117
+ "minTransactionLimit": "1",
118
+ "maxTransactionLimit": "2000000"
119
+ },
120
+ {
121
+ "operationType": "REFUND",
122
+ "minTransactionLimit": "1",
123
+ "maxTransactionLimit": "2000000"
124
+ }
125
+ ]
126
+ }
127
+ ]
128
+ },
129
+ {
130
+ "country": "CMR",
131
+ "correspondents": [
132
+ {
133
+ "correspondent": "MTN_MOMO_CMR",
134
+ "currency": "XAF",
135
+ "ownerName": "Pawapay (Kerry Payment)",
136
+ "operationTypes": [
137
+ {
138
+ "operationType": "DEPOSIT",
139
+ "minTransactionLimit": "1",
140
+ "maxTransactionLimit": "1000000"
141
+ },
142
+ {
143
+ "operationType": "PAYOUT",
144
+ "minTransactionLimit": "1",
145
+ "maxTransactionLimit": "1000000"
146
+ },
147
+ {
148
+ "operationType": "REFUND",
149
+ "minTransactionLimit": "1",
150
+ "maxTransactionLimit": "1000000"
151
+ }
152
+ ]
153
+ },
154
+ {
155
+ "correspondent": "ORANGE_CMR",
156
+ "currency": "XAF",
157
+ "ownerName": "KERRY PAY MERE",
158
+ "operationTypes": [
159
+ {
160
+ "operationType": "DEPOSIT",
161
+ "minTransactionLimit": "1",
162
+ "maxTransactionLimit": "500000"
163
+ },
164
+ {
165
+ "operationType": "PAYOUT",
166
+ "minTransactionLimit": "1",
167
+ "maxTransactionLimit": "500000"
168
+ },
169
+ {
170
+ "operationType": "REFUND",
171
+ "minTransactionLimit": "1",
172
+ "maxTransactionLimit": "500000"
173
+ }
174
+ ]
175
+ }
176
+ ]
177
+ },
178
+ {
179
+ "country": "COD",
180
+ "correspondents": [
181
+ {
182
+ "correspondent": "AIRTEL_COD",
183
+ "currency": "CDF",
184
+ "ownerName": "PAWAPAY",
185
+ "operationTypes": [
186
+ {
187
+ "operationType": "DEPOSIT",
188
+ "minTransactionLimit": "100",
189
+ "maxTransactionLimit": "6250000"
190
+ },
191
+ {
192
+ "operationType": "PAYOUT",
193
+ "minTransactionLimit": "100",
194
+ "maxTransactionLimit": "6250000"
195
+ },
196
+ {
197
+ "operationType": "REFUND",
198
+ "minTransactionLimit": "100",
199
+ "maxTransactionLimit": "6250000"
200
+ }
201
+ ]
202
+ },
203
+ {
204
+ "correspondent": "ORANGE_COD",
205
+ "currency": "CDF",
206
+ "ownerName": "PAWAPAY",
207
+ "operationTypes": [
208
+ {
209
+ "operationType": "DEPOSIT",
210
+ "minTransactionLimit": "10",
211
+ "maxTransactionLimit": "1000000"
212
+ },
213
+ {
214
+ "operationType": "PAYOUT",
215
+ "minTransactionLimit": "10",
216
+ "maxTransactionLimit": "1000000"
217
+ },
218
+ {
219
+ "operationType": "REFUND",
220
+ "minTransactionLimit": "10",
221
+ "maxTransactionLimit": "1000000"
222
+ }
223
+ ]
224
+ },
225
+ {
226
+ "correspondent": "VODACOM_MPESA_COD",
227
+ "currency": "CDF",
228
+ "ownerName": "Name of merchant",
229
+ "operationTypes": [
230
+ {
231
+ "operationType": "DEPOSIT",
232
+ "minTransactionLimit": "500",
233
+ "maxTransactionLimit": "1000000"
234
+ },
235
+ {
236
+ "operationType": "PAYOUT",
237
+ "minTransactionLimit": "1000",
238
+ "maxTransactionLimit": "1000000"
239
+ },
240
+ {
241
+ "operationType": "REFUND",
242
+ "minTransactionLimit": "1000",
243
+ "maxTransactionLimit": "1000000"
244
+ }
245
+ ]
246
+ }
247
+ ]
248
+ },
249
+ {
250
+ "country": "COG",
251
+ "correspondents": [
252
+ {
253
+ "correspondent": "AIRTEL_COG",
254
+ "currency": "XAF",
255
+ "ownerName": "PAWAPAY",
256
+ "operationTypes": [
257
+ {
258
+ "operationType": "DEPOSIT",
259
+ "minTransactionLimit": "10",
260
+ "maxTransactionLimit": "1500000"
261
+ },
262
+ {
263
+ "operationType": "PAYOUT",
264
+ "minTransactionLimit": "10",
265
+ "maxTransactionLimit": "1500000"
266
+ },
267
+ {
268
+ "operationType": "REFUND",
269
+ "minTransactionLimit": "10",
270
+ "maxTransactionLimit": "1500000"
271
+ }
272
+ ]
273
+ }
274
+ ]
275
+ },
276
+ {
277
+ "country": "GHA",
278
+ "correspondents": [
279
+ {
280
+ "correspondent": "AIRTELTIGO_GHA",
281
+ "currency": "GHS",
282
+ "ownerName": "Pawapay",
283
+ "operationTypes": [
284
+ {
285
+ "operationType": "DEPOSIT",
286
+ "minTransactionLimit": "1",
287
+ "maxTransactionLimit": "10000"
288
+ },
289
+ {
290
+ "operationType": "PAYOUT",
291
+ "minTransactionLimit": "1",
292
+ "maxTransactionLimit": "10000"
293
+ },
294
+ {
295
+ "operationType": "REFUND",
296
+ "minTransactionLimit": "1",
297
+ "maxTransactionLimit": "10000"
298
+ }
299
+ ]
300
+ },
301
+ {
302
+ "correspondent": "MTN_MOMO_GHA",
303
+ "currency": "GHS",
304
+ "ownerName": "pawaPay",
305
+ "operationTypes": [
306
+ {
307
+ "operationType": "DEPOSIT",
308
+ "minTransactionLimit": "1",
309
+ "maxTransactionLimit": "15000"
310
+ },
311
+ {
312
+ "operationType": "PAYOUT",
313
+ "minTransactionLimit": "1",
314
+ "maxTransactionLimit": "15000"
315
+ },
316
+ {
317
+ "operationType": "REFUND",
318
+ "minTransactionLimit": "1",
319
+ "maxTransactionLimit": "15000"
320
+ }
321
+ ]
322
+ },
323
+ {
324
+ "correspondent": "VODAFONE_GHA",
325
+ "currency": "GHS",
326
+ "ownerName": "PawaPay",
327
+ "operationTypes": [
328
+ {
329
+ "operationType": "DEPOSIT",
330
+ "minTransactionLimit": "1",
331
+ "maxTransactionLimit": "15000"
332
+ },
333
+ {
334
+ "operationType": "PAYOUT",
335
+ "minTransactionLimit": "1",
336
+ "maxTransactionLimit": "15000"
337
+ },
338
+ {
339
+ "operationType": "REFUND",
340
+ "minTransactionLimit": "1",
341
+ "maxTransactionLimit": "15000"
342
+ }
343
+ ]
344
+ }
345
+ ]
346
+ },
347
+ {
348
+ "country": "KEN",
349
+ "correspondents": [
350
+ {
351
+ "correspondent": "MPESA_KEN",
352
+ "currency": "KES",
353
+ "ownerName": "CYN PAWAPAY",
354
+ "operationTypes": [
355
+ {
356
+ "operationType": "DEPOSIT",
357
+ "minTransactionLimit": "1",
358
+ "maxTransactionLimit": "250000"
359
+ },
360
+ {
361
+ "operationType": "PAYOUT",
362
+ "minTransactionLimit": "10",
363
+ "maxTransactionLimit": "250000"
364
+ },
365
+ {
366
+ "operationType": "REFUND",
367
+ "minTransactionLimit": "10",
368
+ "maxTransactionLimit": "250000"
369
+ }
370
+ ]
371
+ }
372
+ ]
373
+ },
374
+ {
375
+ "country": "MWI",
376
+ "correspondents": [
377
+ {
378
+ "correspondent": "AIRTEL_MWI",
379
+ "currency": "MWK",
380
+ "ownerName": "PAWAPAY PAYMENTS",
381
+ "operationTypes": [
382
+ {
383
+ "operationType": "DEPOSIT",
384
+ "minTransactionLimit": "50",
385
+ "maxTransactionLimit": "750000"
386
+ },
387
+ {
388
+ "operationType": "PAYOUT",
389
+ "minTransactionLimit": "50",
390
+ "maxTransactionLimit": "750000"
391
+ },
392
+ {
393
+ "operationType": "REFUND",
394
+ "minTransactionLimit": "50",
395
+ "maxTransactionLimit": "750000"
396
+ }
397
+ ]
398
+ },
399
+ {
400
+ "correspondent": "TNM_MWI",
401
+ "currency": "MWK",
402
+ "ownerName": "PAWAPAY MALAWI",
403
+ "operationTypes": [
404
+ {
405
+ "operationType": "DEPOSIT",
406
+ "minTransactionLimit": "50",
407
+ "maxTransactionLimit": "750000"
408
+ },
409
+ {
410
+ "operationType": "PAYOUT",
411
+ "minTransactionLimit": "50",
412
+ "maxTransactionLimit": "750000"
413
+ },
414
+ {
415
+ "operationType": "REFUND",
416
+ "minTransactionLimit": "50",
417
+ "maxTransactionLimit": "750000"
418
+ }
419
+ ]
420
+ }
421
+ ]
422
+ },
423
+ {
424
+ "country": "RWA",
425
+ "correspondents": [
426
+ {
427
+ "correspondent": "AIRTEL_RWA",
428
+ "currency": "RWF",
429
+ "ownerName": "pawaPay RW",
430
+ "operationTypes": [
431
+ {
432
+ "operationType": "DEPOSIT",
433
+ "minTransactionLimit": "100",
434
+ "maxTransactionLimit": "1500000"
435
+ },
436
+ {
437
+ "operationType": "PAYOUT",
438
+ "minTransactionLimit": "100",
439
+ "maxTransactionLimit": "1500000"
440
+ },
441
+ {
442
+ "operationType": "REFUND",
443
+ "minTransactionLimit": "100",
444
+ "maxTransactionLimit": "1500000"
445
+ }
446
+ ]
447
+ },
448
+ {
449
+ "correspondent": "MTN_MOMO_RWA",
450
+ "currency": "RWF",
451
+ "ownerName": "pawaPay",
452
+ "operationTypes": [
453
+ {
454
+ "operationType": "DEPOSIT",
455
+ "minTransactionLimit": "5",
456
+ "maxTransactionLimit": "2000000"
457
+ },
458
+ {
459
+ "operationType": "PAYOUT",
460
+ "minTransactionLimit": "5",
461
+ "maxTransactionLimit": "2000000"
462
+ },
463
+ {
464
+ "operationType": "REFUND",
465
+ "minTransactionLimit": "5",
466
+ "maxTransactionLimit": "2000000"
467
+ }
468
+ ]
469
+ }
470
+ ]
471
+ },
472
+ {
473
+ "country": "SEN",
474
+ "correspondents": [
475
+ {
476
+ "correspondent": "FREE_SEN",
477
+ "currency": "XOF",
478
+ "ownerName": "KERRY PAYMENT",
479
+ "operationTypes": [
480
+ {
481
+ "operationType": "DEPOSIT",
482
+ "minTransactionLimit": "5",
483
+ "maxTransactionLimit": "100000000"
484
+ },
485
+ {
486
+ "operationType": "PAYOUT",
487
+ "minTransactionLimit": "1",
488
+ "maxTransactionLimit": "200000"
489
+ },
490
+ {
491
+ "operationType": "REFUND",
492
+ "minTransactionLimit": "1",
493
+ "maxTransactionLimit": "200000"
494
+ }
495
+ ]
496
+ },
497
+ {
498
+ "correspondent": "ORANGE_SEN",
499
+ "currency": "XOF",
500
+ "ownerName": "KERRY PAYMENT",
501
+ "operationTypes": [
502
+ {
503
+ "operationType": "DEPOSIT",
504
+ "minTransactionLimit": "2",
505
+ "maxTransactionLimit": "100000000"
506
+ },
507
+ {
508
+ "operationType": "PAYOUT",
509
+ "minTransactionLimit": "1",
510
+ "maxTransactionLimit": "200000"
511
+ },
512
+ {
513
+ "operationType": "REFUND",
514
+ "minTransactionLimit": "1",
515
+ "maxTransactionLimit": "200000"
516
+ }
517
+ ]
518
+ }
519
+ ]
520
+ },
521
+ {
522
+ "country": "SLE",
523
+ "correspondents": [
524
+ {
525
+ "correspondent": "ORANGE_SLE",
526
+ "currency": "SLE",
527
+ "operationTypes": [
528
+ {
529
+ "operationType": "DEPOSIT",
530
+ "minTransactionLimit": "1",
531
+ "maxTransactionLimit": "15000"
532
+ },
533
+ {
534
+ "operationType": "PAYOUT",
535
+ "minTransactionLimit": "1",
536
+ "maxTransactionLimit": "15000"
537
+ },
538
+ {
539
+ "operationType": "REFUND",
540
+ "minTransactionLimit": "1",
541
+ "maxTransactionLimit": "15000"
542
+ }
543
+ ]
544
+ }
545
+ ]
546
+ },
547
+ {
548
+ "country": "TZA",
549
+ "correspondents": [
550
+ {
551
+ "correspondent": "AIRTEL_TZA",
552
+ "currency": "TZS",
553
+ "ownerName": "PawaPay",
554
+ "operationTypes": [
555
+ {
556
+ "operationType": "DEPOSIT",
557
+ "minTransactionLimit": "100",
558
+ "maxTransactionLimit": "3000000"
559
+ },
560
+ {
561
+ "operationType": "PAYOUT",
562
+ "minTransactionLimit": "100",
563
+ "maxTransactionLimit": "3000000"
564
+ },
565
+ {
566
+ "operationType": "REFUND",
567
+ "minTransactionLimit": "100",
568
+ "maxTransactionLimit": "3000000"
569
+ }
570
+ ]
571
+ },
572
+ {
573
+ "correspondent": "HALOTEL_TZA",
574
+ "currency": "TZS",
575
+ "ownerName": "Pawapay",
576
+ "operationTypes": [
577
+ {
578
+ "operationType": "DEPOSIT",
579
+ "minTransactionLimit": "100",
580
+ "maxTransactionLimit": "5000000"
581
+ },
582
+ {
583
+ "operationType": "PAYOUT",
584
+ "minTransactionLimit": "100",
585
+ "maxTransactionLimit": "5000000"
586
+ },
587
+ {
588
+ "operationType": "REFUND",
589
+ "minTransactionLimit": "100",
590
+ "maxTransactionLimit": "5000000"
591
+ }
592
+ ]
593
+ },
594
+ {
595
+ "correspondent": "TIGO_TZA",
596
+ "currency": "TZS",
597
+ "ownerName": "Madina Tech",
598
+ "operationTypes": [
599
+ {
600
+ "operationType": "DEPOSIT",
601
+ "minTransactionLimit": "100",
602
+ "maxTransactionLimit": "5000000"
603
+ },
604
+ {
605
+ "operationType": "PAYOUT",
606
+ "minTransactionLimit": "1",
607
+ "maxTransactionLimit": "5000000"
608
+ },
609
+ {
610
+ "operationType": "REFUND",
611
+ "minTransactionLimit": "1",
612
+ "maxTransactionLimit": "5000000"
613
+ }
614
+ ]
615
+ }
616
+ ]
617
+ },
618
+ {
619
+ "country": "UGA",
620
+ "correspondents": [
621
+ {
622
+ "correspondent": "AIRTEL_OAPI_UGA",
623
+ "currency": "UGX",
624
+ "ownerName": "QUIDEXPLUS UGANDA LIMITED",
625
+ "operationTypes": [
626
+ {
627
+ "operationType": "DEPOSIT",
628
+ "minTransactionLimit": "500",
629
+ "maxTransactionLimit": "5000000"
630
+ },
631
+ {
632
+ "operationType": "PAYOUT",
633
+ "minTransactionLimit": "500",
634
+ "maxTransactionLimit": "5000000"
635
+ },
636
+ {
637
+ "operationType": "REFUND",
638
+ "minTransactionLimit": "500",
639
+ "maxTransactionLimit": "5000000"
640
+ }
641
+ ]
642
+ },
643
+ {
644
+ "correspondent": "MTN_MOMO_UGA",
645
+ "currency": "UGX",
646
+ "ownerName": "QUIDEXPLUS UGANDA LIMITED",
647
+ "operationTypes": [
648
+ {
649
+ "operationType": "DEPOSIT",
650
+ "minTransactionLimit": "500",
651
+ "maxTransactionLimit": "5000000"
652
+ },
653
+ {
654
+ "operationType": "PAYOUT",
655
+ "minTransactionLimit": "500",
656
+ "maxTransactionLimit": "5000000"
657
+ },
658
+ {
659
+ "operationType": "REFUND",
660
+ "minTransactionLimit": "500",
661
+ "maxTransactionLimit": "5000000"
662
+ }
663
+ ]
664
+ }
665
+ ]
666
+ },
667
+ {
668
+ "country": "ZMB",
669
+ "correspondents": [
670
+ {
671
+ "correspondent": "AIRTEL_OAPI_ZMB",
672
+ "currency": "ZMW",
673
+ "ownerName": "PAWA PAY SMART PAY SOLUTIONS",
674
+ "operationTypes": [
675
+ {
676
+ "operationType": "DEPOSIT",
677
+ "minTransactionLimit": "1",
678
+ "maxTransactionLimit": "20000"
679
+ },
680
+ {
681
+ "operationType": "PAYOUT",
682
+ "minTransactionLimit": "1",
683
+ "maxTransactionLimit": "20000"
684
+ },
685
+ {
686
+ "operationType": "REFUND",
687
+ "minTransactionLimit": "1",
688
+ "maxTransactionLimit": "20000"
689
+ }
690
+ ]
691
+ },
692
+ {
693
+ "correspondent": "MTN_MOMO_ZMB",
694
+ "currency": "ZMW",
695
+ "ownerName": "Pawapay",
696
+ "operationTypes": [
697
+ {
698
+ "operationType": "DEPOSIT",
699
+ "minTransactionLimit": "1",
700
+ "maxTransactionLimit": "20000"
701
+ },
702
+ {
703
+ "operationType": "PAYOUT",
704
+ "minTransactionLimit": "1",
705
+ "maxTransactionLimit": "20000"
706
+ },
707
+ {
708
+ "operationType": "REFUND",
709
+ "minTransactionLimit": "1",
710
+ "maxTransactionLimit": "20000"
711
+ }
712
+ ]
713
+ },
714
+ {
715
+ "correspondent": "ZAMTEL_ZMB",
716
+ "currency": "ZMW",
717
+ "ownerName": "pawaPay",
718
+ "operationTypes": [
719
+ {
720
+ "operationType": "DEPOSIT",
721
+ "minTransactionLimit": "1",
722
+ "maxTransactionLimit": "20000"
723
+ },
724
+ {
725
+ "operationType": "PAYOUT",
726
+ "minTransactionLimit": "1",
727
+ "maxTransactionLimit": "20000"
728
+ },
729
+ {
730
+ "operationType": "REFUND",
731
+ "minTransactionLimit": "1",
732
+ "maxTransactionLimit": "20000"
733
+ }
734
+ ]
735
+ }
736
+ ]
737
+ }
738
+ ]
739
+ }