@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.
16 lines (15 loc) • 626 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] = "2fa0c144-53b3-4458-898f-2bdf8734a001", e._sentryDebugIdIdentifier = "sentry-dbid-2fa0c144-53b3-4458-898f-2bdf8734a001");
} catch (e) {}
var RO_default = { "iban": {
"bankStatementRequirement": "OPTIONAL",
"defaultCurrency": "RON",
"fields": [
"accountHolder",
"country",
"iban"
]
} };
//#endregion
export { RO_default as default };