@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.
18 lines (17 loc) • 679 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] = "de236a85-8e14-4a94-adac-cca347a99fc5", e._sentryDebugIdIdentifier = "sentry-dbid-de236a85-8e14-4a94-adac-cca347a99fc5");
} catch (e) {}
var MP_default = { "local": {
"bankStatementRequirement": "REQUIRED",
"defaultCurrency": "USD",
"fields": [
"accountHolder",
"accountHolderCity",
"bankAccountNumber",
"branchCode",
"country"
]
} };
//#endregion
export { MP_default as default };