@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,740 @@
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
+ "ownerName": "SL LIMITED",
528
+ "operationTypes": [
529
+ {
530
+ "operationType": "DEPOSIT",
531
+ "minTransactionLimit": "1",
532
+ "maxTransactionLimit": "15000"
533
+ },
534
+ {
535
+ "operationType": "PAYOUT",
536
+ "minTransactionLimit": "1",
537
+ "maxTransactionLimit": "15000"
538
+ },
539
+ {
540
+ "operationType": "REFUND",
541
+ "minTransactionLimit": "1",
542
+ "maxTransactionLimit": "15000"
543
+ }
544
+ ]
545
+ }
546
+ ]
547
+ },
548
+ {
549
+ "country": "TZA",
550
+ "correspondents": [
551
+ {
552
+ "correspondent": "AIRTEL_TZA",
553
+ "currency": "TZS",
554
+ "ownerName": "PawaPay",
555
+ "operationTypes": [
556
+ {
557
+ "operationType": "DEPOSIT",
558
+ "minTransactionLimit": "100",
559
+ "maxTransactionLimit": "3000000"
560
+ },
561
+ {
562
+ "operationType": "PAYOUT",
563
+ "minTransactionLimit": "100",
564
+ "maxTransactionLimit": "3000000"
565
+ },
566
+ {
567
+ "operationType": "REFUND",
568
+ "minTransactionLimit": "100",
569
+ "maxTransactionLimit": "3000000"
570
+ }
571
+ ]
572
+ },
573
+ {
574
+ "correspondent": "HALOTEL_TZA",
575
+ "currency": "TZS",
576
+ "ownerName": "Pawapay",
577
+ "operationTypes": [
578
+ {
579
+ "operationType": "DEPOSIT",
580
+ "minTransactionLimit": "100",
581
+ "maxTransactionLimit": "5000000"
582
+ },
583
+ {
584
+ "operationType": "PAYOUT",
585
+ "minTransactionLimit": "100",
586
+ "maxTransactionLimit": "5000000"
587
+ },
588
+ {
589
+ "operationType": "REFUND",
590
+ "minTransactionLimit": "100",
591
+ "maxTransactionLimit": "5000000"
592
+ }
593
+ ]
594
+ },
595
+ {
596
+ "correspondent": "TIGO_TZA",
597
+ "currency": "TZS",
598
+ "ownerName": "Madina Tech",
599
+ "operationTypes": [
600
+ {
601
+ "operationType": "DEPOSIT",
602
+ "minTransactionLimit": "100",
603
+ "maxTransactionLimit": "5000000"
604
+ },
605
+ {
606
+ "operationType": "PAYOUT",
607
+ "minTransactionLimit": "1",
608
+ "maxTransactionLimit": "5000000"
609
+ },
610
+ {
611
+ "operationType": "REFUND",
612
+ "minTransactionLimit": "1",
613
+ "maxTransactionLimit": "5000000"
614
+ }
615
+ ]
616
+ }
617
+ ]
618
+ },
619
+ {
620
+ "country": "UGA",
621
+ "correspondents": [
622
+ {
623
+ "correspondent": "AIRTEL_OAPI_UGA",
624
+ "currency": "UGX",
625
+ "ownerName": "QUIDEXPLUS UGANDA LIMITED",
626
+ "operationTypes": [
627
+ {
628
+ "operationType": "DEPOSIT",
629
+ "minTransactionLimit": "500",
630
+ "maxTransactionLimit": "5000000"
631
+ },
632
+ {
633
+ "operationType": "PAYOUT",
634
+ "minTransactionLimit": "500",
635
+ "maxTransactionLimit": "5000000"
636
+ },
637
+ {
638
+ "operationType": "REFUND",
639
+ "minTransactionLimit": "500",
640
+ "maxTransactionLimit": "5000000"
641
+ }
642
+ ]
643
+ },
644
+ {
645
+ "correspondent": "MTN_MOMO_UGA",
646
+ "currency": "UGX",
647
+ "ownerName": "QUIDEXPLUS UGANDA LIMITED",
648
+ "operationTypes": [
649
+ {
650
+ "operationType": "DEPOSIT",
651
+ "minTransactionLimit": "500",
652
+ "maxTransactionLimit": "5000000"
653
+ },
654
+ {
655
+ "operationType": "PAYOUT",
656
+ "minTransactionLimit": "500",
657
+ "maxTransactionLimit": "5000000"
658
+ },
659
+ {
660
+ "operationType": "REFUND",
661
+ "minTransactionLimit": "500",
662
+ "maxTransactionLimit": "5000000"
663
+ }
664
+ ]
665
+ }
666
+ ]
667
+ },
668
+ {
669
+ "country": "ZMB",
670
+ "correspondents": [
671
+ {
672
+ "correspondent": "AIRTEL_OAPI_ZMB",
673
+ "currency": "ZMW",
674
+ "ownerName": "PAWA PAY SMART PAY SOLUTIONS",
675
+ "operationTypes": [
676
+ {
677
+ "operationType": "DEPOSIT",
678
+ "minTransactionLimit": "1",
679
+ "maxTransactionLimit": "20000"
680
+ },
681
+ {
682
+ "operationType": "PAYOUT",
683
+ "minTransactionLimit": "1",
684
+ "maxTransactionLimit": "20000"
685
+ },
686
+ {
687
+ "operationType": "REFUND",
688
+ "minTransactionLimit": "1",
689
+ "maxTransactionLimit": "20000"
690
+ }
691
+ ]
692
+ },
693
+ {
694
+ "correspondent": "MTN_MOMO_ZMB",
695
+ "currency": "ZMW",
696
+ "ownerName": "Pawapay",
697
+ "operationTypes": [
698
+ {
699
+ "operationType": "DEPOSIT",
700
+ "minTransactionLimit": "1",
701
+ "maxTransactionLimit": "20000"
702
+ },
703
+ {
704
+ "operationType": "PAYOUT",
705
+ "minTransactionLimit": "1",
706
+ "maxTransactionLimit": "20000"
707
+ },
708
+ {
709
+ "operationType": "REFUND",
710
+ "minTransactionLimit": "1",
711
+ "maxTransactionLimit": "20000"
712
+ }
713
+ ]
714
+ },
715
+ {
716
+ "correspondent": "ZAMTEL_ZMB",
717
+ "currency": "ZMW",
718
+ "ownerName": "pawaPay",
719
+ "operationTypes": [
720
+ {
721
+ "operationType": "DEPOSIT",
722
+ "minTransactionLimit": "1",
723
+ "maxTransactionLimit": "20000"
724
+ },
725
+ {
726
+ "operationType": "PAYOUT",
727
+ "minTransactionLimit": "1",
728
+ "maxTransactionLimit": "20000"
729
+ },
730
+ {
731
+ "operationType": "REFUND",
732
+ "minTransactionLimit": "1",
733
+ "maxTransactionLimit": "20000"
734
+ }
735
+ ]
736
+ }
737
+ ]
738
+ }
739
+ ]
740
+ }