@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.
38 lines (37 loc) • 978 B
JSON
{
"productCode": "bcmc",
"brandName": "Bancontact / Mister Cash",
"category": "debit-card",
"comment": "Available only in Belgium.",
"can3ds": 1,
"canRecurring": 0,
"canManualCapture": 0,
"canManualCapturePartially": 0,
"canRefund": 0,
"canRefundPartially": 0,
"basketRequired": 0,
"currencies": ["EUR"],
"countries": ["BE"],
"checkoutFieldsMandatory": [],
"additionalFields": {
"sdkClass": "CardTokenPaymentMethod",
"formFields": {
"cardtoken": {
"type": "text",
"required": true,
"display": false
},
"eci": {
"type": "text",
"required": true,
"display": false
},
"authentication_indicator": {
"type": "text",
"required": true,
"display": false
}
}
},
"priority": 14
}