@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.
21 lines (20 loc) • 753 B
JSON
{
"productCode": "klarna-standalone",
"brandName": "Klarna Standalone",
"category": "realtime-banking",
"comment": "Available only in Germany, Austria, United Kingdom, Sweden and Switzerland. Also available only in CHF, EUR, GBP and SEK currencies.",
"can3ds": 1,
"canRecurring": 0,
"canManualCapture": 0,
"canManualCapturePartially": 0,
"canRefund": 1,
"canRefundPartially": 1,
"basketRequired": 1,
"currencies": ["EUR", "CHF", "GBP", "SEK"],
"countries": ["DE", "AT", "GB", "SE", "CH"],
"checkoutFieldsMandatory": ["firstname", "lastname", "email", "streetaddress", "city", "zipcode", "country"],
"additionalFields": {
"sdkClass": "AbstractPaymentMethod"
},
"priority": 13
}