@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.
33 lines (32 loc) • 860 B
JSON
{
"productCode": "ideal",
"brandName": "IDEAL",
"category": "realtime-banking",
"comment": "",
"can3ds": 0,
"canRecurring": 0,
"canManualCapture": 0,
"canManualCapturePartially": 0,
"canRefund": 1,
"canRefundPartially": 1,
"basketRequired": 0,
"currencies": ["EUR"],
"countries": ["NL"],
"checkoutFieldsMandatory": [],
"additionalFields": {
"sdkClass": "IssuerBankIDPaymentMethod",
"defaultFieldsValue": {},
"formFields": {
"issuer_bank_id": {
"label": {
"en": "Business Identifier Code (BIC)",
"fr": "Business Identifier Code (BIC)"
},
"type": "text",
"required": true,
"controlType": "bic"
}
}
},
"priority": 18
}