@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.
20 lines (19 loc) • 692 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] = "562ae279-b483-482c-a295-7e67517532ac", e._sentryDebugIdIdentifier = "sentry-dbid-562ae279-b483-482c-a295-7e67517532ac");
} catch (e) {}
var TL_default = { "iban": {
"bankStatementRequirement": "REQUIRED",
"defaultCurrency": "USD",
"fields": [
"accountHolder",
"accountHolderCity",
"bankCity",
"bankName",
"country",
"iban",
"swiftCode"
]
} };
//#endregion
export { TL_default as default };