@hipay/hipay-enterprise-sdk-nodejs
Version:
The HiPay Enterprise SDK for NodeJS is a library for developers who want to integrate HiPay Enterprise payment methods to any NodeJS platform.
41 lines (40 loc) • 1.03 kB
JSON
{
"productCode": "illicado",
"brandName": "Illicado",
"category": "prepaid-card",
"comment": "",
"can3ds": 0,
"canRecurring": 0,
"canManualCapture": 0,
"canManualCapturePartially": 0,
"canRefund": 0,
"canRefundPartially": 0,
"basketRequired": 1,
"currencies": ["EUR"],
"countries": [],
"checkoutFieldsMandatory": [],
"additionalFields": {
"sdkClass": "IllicadoPaymentMethod",
"formFields": {
"prepaid_card_number": {
"label": {
"en": "",
"fr": ""
},
"type": "text",
"required": false,
"display": false
},
"prepaid_card_security_code": {
"label": {
"en": "",
"fr": ""
},
"type": "text",
"required": false,
"display": false
}
}
},
"priority": 19
}