@adyen/kyc-components
Version:
This guide assumes that you have already an account with Adyen. A legalEntity needs to be created, and you need to have a `legalEntityId` to instatiate a Component.
28 lines (27 loc) • 811 B
JavaScript
try {
let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "a56610d0-53ea-4d9a-97a4-2927426fb432", e._sentryDebugIdIdentifier = "sentry-dbid-a56610d0-53ea-4d9a-97a4-2927426fb432");
} catch (e) {}
var DK_default = {
"iban": {
"bankStatementRequirement": "OPTIONAL",
"defaultCurrency": "DKK",
"fields": [
"accountHolder",
"country",
"iban"
]
},
"local": {
"bankStatementRequirement": "OPTIONAL",
"defaultCurrency": "DKK",
"fields": [
"accountHolder",
"bankAccountNumber",
"bankCode",
"country"
]
}
};
//#endregion
export { DK_default as default };