· 5 years ago · Aug 31, 2020, 06:10 AM
1{
2 "499": {
3 "heading": "Stripe Keys",
4 "description": "",
5 "fields": [
6 {
7 "type": "text",
8 "label": "Secret Key",
9 "name": "private_key",
10 "required": true,
11 "defaultValue": "",
12 "value": ""
13 },
14 {
15 "type": "text",
16 "label": "Publishable Key",
17 "name": "public_key",
18 "required": true,
19 "defaultValue": "",
20 "value": ""
21 },
22 {
23 "type": "text",
24 "label": "Webhook Secret Key",
25 "name": "webhook_secret",
26 "defaultValue": "",
27 "value": ""
28 },
29 {
30 "type": "number",
31 "label": "Transaction Charges",
32 "name": "publishable_key",
33 "defaultValue": "",
34 "value": ""
35 },
36 {
37 "type": "radio",
38 "name": "charge_type",
39 "label": "Charge Type",
40 "defaultValue": 0,
41 "value": "",
42 "options": [
43 {
44 "label": "Percentage",
45 "name": "charge_type",
46 "value": 0
47 },
48 {
49 "label": "Fixed",
50 "name": "charge_type",
51 "value": 1
52 }
53 ]
54 },
55 {
56 "type": "radio",
57 "name": "payment_type",
58 "label": "Payment Type",
59 "defaultValue": 0,
60 "value": "",
61 "options": [
62 {
63 "label": "Direct",
64 "name": "payment_type",
65 "value": 0
66 },
67 {
68 "label": "Hold",
69 "name": "payment_type",
70 "value": 1
71 }
72 ]
73 },
74 {
75 "type": "number",
76 "label": "Minimum Hold Amount",
77 "required": true,
78 "name": "minimum_amount",
79 "defaultValue": "",
80 "value": ""
81 },
82 {
83 "type": "number",
84 "label": "Extra Hold Amount",
85 "required": true,
86 "name": "hold_amount",
87 "defaultValue": "",
88 "value": ""
89 },
90 {
91 "type": "link",
92 "label": "Countries Supported",
93 "url": "https://stripe.com/global",
94 "target": "__blank"
95 },
96 {
97 "type": "link",
98 "label": "Currencies Supported",
99 "url": "https://stripe.com/docs/currencies",
100 "target": "__blank"
101 }
102 ],
103 "allFields": {}
104 },
105 "500": {
106 "heading": "Paypal Keys",
107 "description": "",
108 "fields": [
109 {
110 "type": "text",
111 "label": "Client Id",
112 "name": "client_id",
113 "required": true,
114 "defaultValue": "",
115 "value": ""
116 },
117 {
118 "type": "text",
119 "label": "Secret Key",
120 "name": "secret_key",
121 "required": true,
122 "defaultValue": "",
123 "value": ""
124 },
125 {
126 "type": "link",
127 "label": "Countries Supported",
128 "url": "https://www.paypal.com/in/webapps/mpp/country-worldwide",
129 "target": "__blank"
130 },
131 {
132 "type": "link",
133 "label": "Currencies Supported",
134 "url": "https://developer.paypal.com/docs/classic/mass-pay/integration-guide/currency_codes/",
135 "target": "__blank"
136 }
137 ],
138 "allFields": {}
139 },
140 "501": {
141 "heading": "Payfort Information",
142 "description": "",
143 "fields": [
144 {
145 "type": "text",
146 "label": "Access Code",
147 "name": "access_code",
148 "required": true,
149 "defaultValue": "",
150 "value": ""
151 },
152 {
153 "type": "text",
154 "label": "Merchant Identifier",
155 "name": "merchant_identifier",
156 "required": true,
157 "defaultValue": "",
158 "value": ""
159 },
160 {
161 "type": "text",
162 "label": "Paraphrase",
163 "name": "paraphrase",
164 "required": true,
165 "defaultValue": "",
166 "value": ""
167 },
168 {
169 "type": "radio",
170 "name": "payment_type",
171 "label": "Payment Type",
172 "defaultValue": 0,
173 "value": "",
174 "options": [
175 {
176 "label": "Direct",
177 "name": "payment_type",
178 "value": 0
179 },
180 {
181 "label": "Hold",
182 "name": "payment_type",
183 "value": 1
184 }
185 ]
186 },
187 {
188 "type": "list",
189 "label": "Countries Supported",
190 "options": [
191 "United Arab Emirates",
192 "Egypt",
193 "Saudi Arabia",
194 "Jordan",
195 "Lebanon",
196 "Qatar"
197 ]
198 }
199 ],
200 "allFields": {}
201 },
202 "502": {
203 "heading": "Razorpay Keys",
204 "description": "",
205 "fields": [
206 {
207 "type": "text",
208 "label": "Key Id",
209 "name": "key_id",
210 "required": true,
211 "defaultValue": "",
212 "value": ""
213 },
214 {
215 "type": "text",
216 "label": "Key Secret",
217 "name": "key_secret",
218 "required": true,
219 "defaultValue": "",
220 "value": ""
221 }
222 ],
223 "allFields": {}
224 },
225 "503": {
226 "heading": "Paystack",
227 "description": "",
228 "fields": [
229 {
230 "type": "text",
231 "label": "Secret Key",
232 "name": "secret_key",
233 "defaultValue": "",
234 "value": ""
235 },
236 {
237 "type": "text",
238 "label": "Publishable Key",
239 "name": "public_key",
240 "defaultValue": "",
241 "value": ""
242 },
243 {
244 "type": "list",
245 "label": "Countries Supported",
246 "options": [
247 "Nigeria"
248 ]
249 }
250 ],
251 "allFields": {}
252 },
253 "504": {
254 "heading": "Etisalat Keys",
255 "description": "",
256 "fields": [
257 {
258 "type": "text",
259 "label": "Merchant Name",
260 "name": "merchant_name",
261 "required": true,
262 "defaultValue": "",
263 "value": ""
264 },
265 {
266 "type": "text",
267 "label": "Username",
268 "name": "username",
269 "required": true,
270 "defaultValue": "",
271 "value": ""
272 },
273 {
274 "type": "text",
275 "label": "Password",
276 "name": "password",
277 "required": true,
278 "defaultValue": "",
279 "value": ""
280 }
281 ],
282 "allFields": {}
283 },
284 "505": {
285 "heading": "SunCash Keys",
286 "description": "",
287 "fields": [
288 {
289 "type": "text",
290 "label": "Merchant Name",
291 "name": "merchant_name",
292 "required": true,
293 "defaultValue": "",
294 "value": ""
295 },
296 {
297 "type": "text",
298 "label": "Merchant Id",
299 "name": "merchant_id",
300 "required": true,
301 "defaultValue": "",
302 "value": ""
303 }
304 ],
305 "allFields": {}
306 },
307 "506": {
308 "heading": "GoCardless Keys",
309 "description": "",
310 "fields": [
311 {
312 "type": "text",
313 "label": "Access Token",
314 "name": "gocardless_access_token",
315 "required": true,
316 "defaultValue": "",
317 "value": ""
318 }
319 ],
320 "allFields": {}
321 },
322 "507": {
323 "heading": "Billplz",
324 "description": "",
325 "fields": [
326 {
327 "type": "text",
328 "label": "Billplz Secret Key",
329 "name": "billplz_secret_key",
330 "required": true,
331 "defaultValue": "",
332 "value": ""
333 },
334 {
335 "type": "password",
336 "label": "Password",
337 "name": "password",
338 "required": true,
339 "defaultValue": "",
340 "value": ""
341 }
342 ],
343 "allFields": {}
344 },
345 "508": {
346 "heading": "Payfast Keys",
347 "description": "",
348 "fields": [
349 {
350 "type": "text",
351 "label": "Merchant Id",
352 "name": "merchant_id",
353 "required": true,
354 "defaultValue": "",
355 "value": ""
356 },
357 {
358 "type": "text",
359 "label": "Merchant Key",
360 "name": "merchant_key",
361 "required": true,
362 "defaultValue": "",
363 "value": ""
364 },
365 {
366 "type": "text",
367 "label": "Passphrase",
368 "name": "passphrase",
369 "required": true,
370 "defaultValue": "",
371 "value": ""
372 }
373 ],
374 "allFields": {}
375 },
376 "509": {
377 "heading": "FAC",
378 "description": "",
379 "fields": [
380 {
381 "type": "text",
382 "label": "Merchant Id",
383 "name": "merchant_id",
384 "required": true,
385 "defaultValue": "",
386 "value": ""
387 },
388 {
389 "type": "text",
390 "label": "Processing PW",
391 "name": "merchant_password",
392 "required": true,
393 "defaultValue": "",
394 "value": ""
395 }
396 ],
397 "allFields": {}
398 },
399 "510": {
400 "heading": "Innstapay Keys",
401 "description": "",
402 "fields": [
403 {
404 "type": "text",
405 "label": "Secret Key",
406 "name": "private_key",
407 "required": true,
408 "defaultValue": "",
409 "value": ""
410 },
411 {
412 "type": "text",
413 "label": "Public Key",
414 "name": "public_key",
415 "required": true,
416 "defaultValue": "",
417 "value": ""
418 }
419 ],
420 "allFields": {}
421 },
422 "511": {
423 "heading": "PayU Keys",
424 "description": "",
425 "fields": [
426 {
427 "type": "text",
428 "label": "Merchant Id",
429 "name": "merchant_id",
430 "required": true,
431 "defaultValue": "",
432 "value": ""
433 },
434 {
435 "type": "text",
436 "label": "API Key",
437 "name": "api_key",
438 "required": true,
439 "defaultValue": "",
440 "value": ""
441 },
442 {
443 "type": "text",
444 "label": "Login API Key",
445 "name": "login_api_key",
446 "required": true,
447 "defaultValue": "",
448 "value": ""
449 },
450 {
451 "type": "text",
452 "label": "Account Id",
453 "name": "account_id",
454 "required": true,
455 "defaultValue": "",
456 "value": ""
457 }
458 ],
459 "allFields": {}
460 },
461 "512": {
462 "heading": "Authorize Net Keys",
463 "description": "",
464 "fields": [
465 {
466 "type": "text",
467 "label": "Transaction Keys",
468 "name": "transaction_keys",
469 "required": true,
470 "defaultValue": "",
471 "value": ""
472 },
473 {
474 "type": "text",
475 "label": "Login Id",
476 "name": "login_id",
477 "required": true,
478 "defaultValue": "",
479 "value": ""
480 }
481 ],
482 "allFields": {}
483 },
484 "513": {
485 "heading": "Paymob Solutions",
486 "description": "",
487 "fields": [
488 {
489 "type": "text",
490 "label": "API Key",
491 "name": "api_keys",
492 "required": true,
493 "defaultValue": "",
494 "value": ""
495 },
496 {
497 "type": "text",
498 "label": "HMAC Secret Keys",
499 "name": "hmac_secret_key",
500 "required": true,
501 "defaultValue": "",
502 "value": ""
503 },
504 {
505 "type": "text",
506 "label": "Integration Id",
507 "name": "integration_id",
508 "required": true,
509 "defaultValue": "",
510 "value": ""
511 },
512 {
513 "type": "text",
514 "label": "IFrame Id",
515 "name": "iframe_id",
516 "required": true,
517 "defaultValue": "",
518 "value": ""
519 },
520 {
521 "type": "list",
522 "label": "Step To Proceed",
523 "options": [
524 "Login to your dashboard",
525 "Go to Payment Intregrations Tab",
526 "Add card integration type",
527 "Add Transaction processed callback",
528 "Add Transaction response callback"
529 ]
530 },
531 {
532 "type": "list",
533 "label": "Transaction Processed Callback",
534 "options": [
535 "https://admin.yelo.red/api/payMob/confirmTransaction/"
536 ]
537 },
538 {
539 "type": "list",
540 "label": "Transaction Response Callback",
541 "options": [
542 "https://live-payfort.yelo.red/paymob_response.html"
543 ]
544 }
545 ],
546 "allFields": {}
547 },
548 "514": {
549 "heading": "Vista Money",
550 "description": "",
551 "fields": [
552 {
553 "type": "text",
554 "label": "Terminal Id",
555 "name": "terminal_id",
556 "required": true,
557 "defaultValue": "",
558 "value": ""
559 },
560 {
561 "type": "text",
562 "label": "Password",
563 "name": "password",
564 "required": true,
565 "defaultValue": "",
566 "value": ""
567 }
568 ],
569 "allFields": {}
570 },
571 "515": {
572 "heading": "Stripe Ideal",
573 "description": "",
574 "fields": [
575 {
576 "type": "text",
577 "label": "Secret Key",
578 "name": "private_key",
579 "required": true,
580 "defaultValue": "",
581 "value": ""
582 },
583 {
584 "type": "text",
585 "label": "Publishable Key",
586 "name": "public_key",
587 "required": true,
588 "defaultValue": "",
589 "value": ""
590 }
591 ],
592 "allFields": {}
593 },
594 "516": {
595 "heading": "Paynow",
596 "description": "",
597 "fields": [
598 {
599 "type": "text",
600 "label": "Integration Id",
601 "name": "integration_id",
602 "required": true,
603 "defaultValue": "",
604 "value": ""
605 },
606 {
607 "type": "text",
608 "label": "Integration Key",
609 "name": "integration_key",
610 "required": true,
611 "defaultValue": "",
612 "value": ""
613 },
614 {
615 "type": "list",
616 "label": "Country Supported",
617 "options": [
618 "Zimbabwe"
619 ]
620 }
621 ],
622 "allFields": {}
623 },
624 "517": {
625 "heading": "Viva Information",
626 "description": "",
627 "fields": [
628 {
629 "type": "text",
630 "label": "API Key",
631 "name": "api_key",
632 "required": true,
633 "defaultValue": "",
634 "value": ""
635 },
636 {
637 "type": "text",
638 "label": "Merchant Id",
639 "name": "merchant_id",
640 "required": true,
641 "defaultValue": "",
642 "value": ""
643 }
644 ],
645 "allFields": {}
646 },
647 "518": {
648 "heading": "PayHere Information",
649 "description": "",
650 "fields": [
651 {
652 "type": "text",
653 "label": "Merchant Id",
654 "name": "merchant_id",
655 "required": true,
656 "defaultValue": "",
657 "value": ""
658 }
659 ],
660 "allFields": {}
661 },
662 "557": {
663 "heading": "ATH Movil Keys",
664 "description": "",
665 "fields": [
666 {
667 "type": "text",
668 "label": "Access Token",
669 "name": "ath_token",
670 "required": true,
671 "defaultValue": "",
672 "value": ""
673 }
674 ],
675 "allFields": {}
676 },
677 "592": {
678 "heading": "IPay 88",
679 "description": "",
680 "fields": [
681 {
682 "type": "text",
683 "label": "Merchant Id",
684 "name": "merchant_code",
685 "required": true,
686 "defaultValue": "",
687 "value": ""
688 },
689 {
690 "type": "text",
691 "label": "Merchant Key",
692 "name": "merchant_key",
693 "required": true,
694 "defaultValue": "",
695 "value": ""
696 }
697 ],
698 "allFields": {}
699 },
700 "594": {
701 "heading": "CyberSource Keys",
702 "description": "",
703 "fields": [
704 {
705 "type": "text",
706 "label": "Merchant Id",
707 "name": "merchant_id",
708 "required": true,
709 "defaultValue": "",
710 "value": ""
711 },
712 {
713 "type": "text",
714 "label": "Merchant Key",
715 "name": "merchant_key",
716 "required": true,
717 "defaultValue": "",
718 "value": ""
719 },
720 {
721 "type": "text",
722 "label": "Secret Key",
723 "name": "cybersource_secret_key",
724 "required": true,
725 "defaultValue": "",
726 "value": ""
727 }
728 ],
729 "allFields": {}
730 },
731 "596": {
732 "heading": "Culqi Keys",
733 "description": "",
734 "fields": [
735 {
736 "type": "text",
737 "label": "Secret Key",
738 "name": "culqi_secret_key",
739 "required": true,
740 "defaultValue": "",
741 "value": ""
742 },
743 {
744 "type": "text",
745 "label": "Public Key",
746 "name": "culqi_public_key",
747 "required": true,
748 "defaultValue": "",
749 "value": ""
750 }
751 ],
752 "allFields": {}
753 },
754 "597": {
755 "heading": "NMI Keys",
756 "description": "",
757 "fields": [
758 {
759 "type": "text",
760 "label": "Security Key",
761 "name": "security_key",
762 "required": true,
763 "defaultValue": "",
764 "value": ""
765 }
766 ],
767 "allFields": {}
768 },
769 "598": {
770 "heading": "Flutterwave Keys",
771 "description": "",
772 "fields": [
773 {
774 "type": "text",
775 "label": "Public Key",
776 "name": "flutterwave_public_key",
777 "required": true,
778 "defaultValue": "",
779 "value": ""
780 },
781 {
782 "type": "text",
783 "label": "Secret Key",
784 "name": "flutterwave_secret_key",
785 "required": true,
786 "defaultValue": "",
787 "value": ""
788 }
789 ],
790 "allFields": {}
791 },
792 "599": {
793 "heading": "Mpesa Keys",
794 "description": "",
795 "fields": [
796 {
797 "type": "text",
798 "label": "Consumer Key",
799 "name": "consumer_key",
800 "required": true,
801 "defaultValue": "",
802 "value": ""
803 },
804 {
805 "type": "text",
806 "label": "Secret Key",
807 "name": "consumer_secret",
808 "required": true,
809 "defaultValue": "",
810 "value": ""
811 },
812 {
813 "type": "text",
814 "label": "Consumer Short Code",
815 "name": "consumer_short_code",
816 "required": true,
817 "defaultValue": "",
818 "value": ""
819 }
820 ],
821 "allFields": {}
822 },
823 "600": {
824 "heading": "Adyen Keys",
825 "description": "",
826 "fields": [
827 {
828 "type": "text",
829 "label": "API Key",
830 "name": "adyen_api_key",
831 "required": true,
832 "defaultValue": "",
833 "value": ""
834 },
835 {
836 "type": "text",
837 "label": "Merchant Account",
838 "name": "adyen_merchant_account",
839 "required": true,
840 "defaultValue": "",
841 "value": ""
842 }
843 ],
844 "allFields": {}
845 },
846 "601": {
847 "heading": "Hypur Keys",
848 "description": "",
849 "fields": [
850 {
851 "type": "text",
852 "label": "Client Id",
853 "name": "client_id",
854 "required": true,
855 "defaultValue": "",
856 "value": ""
857 },
858 {
859 "type": "text",
860 "label": "Client Secret Key",
861 "name": "client_secret_key",
862 "required": true,
863 "defaultValue": "",
864 "value": ""
865 },
866 {
867 "type": "text",
868 "label": "Public Key",
869 "name": "public_key",
870 "required": true,
871 "defaultValue": "",
872 "value": ""
873 }
874 ],
875 "allFields": {}
876 },
877 "602": {
878 "heading": "Paymark Keys",
879 "description": "",
880 "fields": [
881 {
882 "type": "text",
883 "label": "Client Id",
884 "name": "client_id",
885 "required": true,
886 "defaultValue": "",
887 "value": ""
888 },
889 {
890 "type": "text",
891 "label": "Account Id",
892 "name": "account_id",
893 "required": true,
894 "defaultValue": "",
895 "value": ""
896 },
897 {
898 "type": "text",
899 "label": "API Password",
900 "name": "api_password",
901 "required": true,
902 "defaultValue": "",
903 "value": ""
904 }
905 ],
906 "allFields": {}
907 },
908 "603": {
909 "heading": "NCC",
910 "description": "",
911 "fields": [
912 {
913 "type": "text",
914 "label": "API Key",
915 "name": "api_key",
916 "required": true,
917 "defaultValue": "",
918 "value": ""
919 },
920 {
921 "type": "text",
922 "label": "API Secret Key",
923 "name": "api_secret_key",
924 "required": true,
925 "defaultValue": "",
926 "value": ""
927 },
928 {
929 "type": "textarea",
930 "label": "Reason",
931 "name": "reason",
932 "required": true,
933 "defaultValue": "",
934 "value": ""
935 }
936 ],
937 "allFields": {}
938 },
939 "604": {
940 "heading": "Dunzo",
941 "description": "",
942 "fields": [
943 {
944 "type": "text",
945 "label": "Dunzo API Key",
946 "name": "api_key",
947 "required": true,
948 "defaultValue": "",
949 "value": ""
950 },
951 {
952 "type": "text",
953 "label": "Dunzo Secret Key",
954 "name": "secret_key",
955 "required": true,
956 "defaultValue": "",
957 "value": ""
958 }
959 ],
960 "allFields": {}
961 }
962}