· 5 years ago · Aug 27, 2020, 08:00 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}