@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.
21 lines (20 loc) • 720 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] = "f7328794-d125-418c-83ae-569846b0de54", e._sentryDebugIdIdentifier = "sentry-dbid-f7328794-d125-418c-83ae-569846b0de54");
} catch (e) {}
var EC_default = { "local": {
"bankStatementRequirement": "REQUIRED",
"defaultCurrency": "USD",
"fields": [
"accountHolder",
"accountHolderCity",
"bankAccountNumber",
"bankCity",
"bankCode",
"bankName",
"country",
"swiftCode"
]
} };
//#endregion
export { EC_default as default };