@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.
34 lines (33 loc) • 2.19 kB
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] = "c425ec85-7ec5-4ba8-9145-a909ef6ffc8a", e._sentryDebugIdIdentifier = "sentry-dbid-c425ec85-7ec5-4ba8-9145-a909ef6ffc8a");
} catch (e) {}
var en_US_default = {
"activation": "Activation",
"additionalBusinessDetails": "Additional business details",
"additionalDetails": "Additional details",
"additionalPersonalDetails": "Additional personal details",
"basicDetails": "Basic details",
"businessFinancials": "Business financials",
"businessInformation": "Business information",
"enhancedIdentityScreening": "Enhanced identity screening",
"fundingSources": "Funding sources",
"liveFaceDetection": "Live face detection",
"onboardingProgress": "Onboarding progress",
"placeholder": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
"ready": "Ready",
"returnToPlatform": "Return to platform",
"reviewAndSignLegalDisclosures": "Review and sign legal disclosures",
"servicesAgreement": "Services agreement",
"setUpFinancialProducts": "Set up financial products",
"taxReporting": "Tax reporting",
"welcomeBack": "Welcome back. Let's activate your financial products.",
"wereAlmostThere": "We're almost there",
"weveGotItFromHere": "We've got it from here",
"weveReusedYourExistingMerchantProfile": "We've re-used your existing merchant profile to skip the redundant paperwork. You'll only need to provide the last few incremental details to get your banking capabilities live. This will only take about 5-10 minutes.",
"yourDetailsHaveBeenSubmitted": "Your details have been submitted and are now being reviewed by our team. We'll notify you as soon as everything is finalized",
"youreAllSet": "You're all set to go!",
"youreInTheHomeStretch": "You're in the home stretch. We just need a few additional pieces of information to cross the t's and dot the i's"
};
//#endregion
export { en_US_default as default };