@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) • 706 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] = "0417ec2b-f204-485c-96a0-5b6f837b8a17", e._sentryDebugIdIdentifier = "sentry-dbid-0417ec2b-f204-485c-96a0-5b6f837b8a17");
} catch (e) {}
var KY_default = { "local": {
"bankStatementRequirement": "REQUIRED",
"defaultCurrency": "KYD",
"fields": [
"accountHolder",
"accountHolderCity",
"bankAccountNumber",
"bankCity",
"bankName",
"country",
"swiftCode"
]
} };
//#endregion
export { KY_default as default };