@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] = "b74599e3-e28e-4c8d-b8cd-24eb885fcc05", e._sentryDebugIdIdentifier = "sentry-dbid-b74599e3-e28e-4c8d-b8cd-24eb885fcc05");
} catch (e) {}
var GG_default = {
"iban": {
"bankStatementRequirement": "OPTIONAL",
"defaultCurrency": "GBP",
"fields": [
"accountHolder",
"country",
"iban"
]
},
"local": {
"bankStatementRequirement": "OPTIONAL",
"defaultCurrency": "GBP",
"fields": [
"accountHolder",
"bankAccountNumber",
"branchCode",
"country"
]
}
};
//#endregion
export { GG_default as default };