@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) • 722 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] = "4cf7e53c-cca3-4b66-8e14-dd974c222343", e._sentryDebugIdIdentifier = "sentry-dbid-4cf7e53c-cca3-4b66-8e14-dd974c222343");
} catch (e) {}
var JP_default = { "local": {
"bankStatementRequirement": "REQUIRED",
"defaultCurrency": "JPY",
"fields": [
"accountHolder",
"accountHolderCity",
"bankAccountNumber",
"bankCode",
"bankName",
"branchCode",
"country",
"swiftCode"
]
} };
//#endregion
export { JP_default as default };