@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.
27 lines (26 loc) • 796 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] = "6986fcce-ae5f-4cd0-a800-4319af0b0aba", e._sentryDebugIdIdentifier = "sentry-dbid-6986fcce-ae5f-4cd0-a800-4319af0b0aba");
} catch (e) {}
var PL_default = {
"iban": {
"bankStatementRequirement": "OPTIONAL",
"defaultCurrency": "PLN",
"fields": [
"accountHolder",
"country",
"iban"
]
},
"local": {
"bankStatementRequirement": "OPTIONAL",
"defaultCurrency": "PLN",
"fields": [
"accountHolder",
"bankAccountNumber",
"country"
]
}
};
//#endregion
export { PL_default as default };