@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.
53 lines (52 loc) • 1.56 kB
JSON
{
"productCode": "multibanco",
"brandName": "Multibanco",
"category": "debit-card",
"comment": "",
"can3ds": 0,
"canRecurring": 0,
"canManualCapture": 0,
"canManualCapturePartially": 0,
"canRefund": 0,
"canRefundPartially": 0,
"basketRequired": 0,
"currencies": ["EUR"],
"countries": ["PT"],
"checkoutFieldsMandatory": [],
"additionalFields": {
"sdkClass": "MultibancoPaymentMethod",
"formFields": {
"expiration_limit": {
"label": { "en": "Expiration limit", "fr": "Limite de paiement" },
"type": "text",
"required": false,
"display": false
},
"streetaddress": {
"label": { "en": "Street address", "fr": "Adresse" },
"type": "text",
"required": true,
"display": false
},
"zipcode": {
"label": { "en": "Zipcode", "fr": "Code postal" },
"type": "text",
"required": true,
"display": false
},
"phone": {
"label": { "en": "Phone", "fr": "Téléphone" },
"type": "text",
"required": true,
"display": false
},
"email": {
"label": { "en": "Email", "fr": "Email" },
"type": "text",
"required": true,
"display": false
}
}
},
"priority": 26
}