@adyen/kyc-components
Version:
`adyen-kyc-components` provides the required pieces to build an onboarding flow based on a legal entity. To onboard and verify users, you need to create a user interface (UI) to collect user data. To speed up building your integration, Adyen offers onboar
25 lines (24 loc) • 863 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] = "29195b7d-cc11-4e38-b17b-9b1429587335", e._sentryDebugIdIdentifier = "sentry-dbid-29195b7d-cc11-4e38-b17b-9b1429587335");
} catch (e) {
}
}
;
const BE = {
company: [
"besloten vennootschap (BV) / société à responsabilité limitée (SRL)",
"vereniging zonder winstoogmerk (VZW) / association sans but lucratif (ASBL)"
],
legalArrangement: [
"commanditaire vennootschap op aandelen (Comm.VA) / société en commandite par actions (SCA)"
],
soleProprietorship: [
"eenmanszaak / entreprise individuelle"
]
};
export {
BE as default
};