@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.
28 lines (27 loc) • 813 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] = "29b4d3cc-543e-4d3e-96ba-2801652232f2", e._sentryDebugIdIdentifier = "sentry-dbid-29b4d3cc-543e-4d3e-96ba-2801652232f2");
} catch (e) {}
var IM_default = {
"iban": {
"bankStatementRequirement": "OPTIONAL",
"defaultCurrency": "GBP",
"fields": [
"accountHolder",
"country",
"iban"
]
},
"local": {
"bankStatementRequirement": "OPTIONAL",
"defaultCurrency": "GBP",
"fields": [
"accountHolder",
"bankAccountNumber",
"branchCode",
"country"
]
}
};
//#endregion
export { IM_default as default };