@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
16 lines (15 loc) • 422 B
JavaScript
const BE = {
soleProprietorship: [
"eenmanszaak / entreprise individuelle"
],
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)"
]
};
export {
BE as default
};