@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.
16 lines (15 loc) • 626 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] = "7d6475b1-ec9a-4649-90e4-4878728ae7fa", e._sentryDebugIdIdentifier = "sentry-dbid-7d6475b1-ec9a-4649-90e4-4878728ae7fa");
} catch (e) {}
var AT_default = { "iban": {
"bankStatementRequirement": "OPTIONAL",
"defaultCurrency": "EUR",
"fields": [
"accountHolder",
"country",
"iban"
]
} };
//#endregion
export { AT_default as default };