@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) • 890 B
JSON
{
"productCode": "giropay",
"brandName": "Giropay",
"category": "realtime-banking",
"comment": "Available only in Germany.",
"can3ds": 0,
"canRecurring": 0,
"canManualCapture": 0,
"canManualCapturePartially": 0,
"canRefund": 0,
"canRefundPartially": 0,
"basketRequired": 0,
"currencies": ["EUR"],
"countries": ["DE"],
"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": 23
}