@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.
32 lines (31 loc) • 1.75 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] = "47ce2d3e-935a-439c-9456-0a0d7c9f2338", e._sentryDebugIdIdentifier = "sentry-dbid-47ce2d3e-935a-439c-9456-0a0d7c9f2338");
} catch (e) {}
var SettingNames = {
AcceptedCountries: "acceptedCountries",
AllowBankAccountFormatSelection: "allowBankAccountFormatSelection",
AllowDebugUi: "allowDebugUi",
AllowIntraRegionCrossBorderPayout: "allowIntraRegionCrossBorderPayout",
AllowLegalEntityTypeChange: "changeLegalEntityType",
AllowPrefilledCountryEdit: "editPrefilledCountry",
RequirePciSignEcommerce: "requirePciSignEcommerce",
RequirePciSignPos: "requirePciSignPos",
RequirePciSignEcomMoto: "requirePciSignEcomMoto",
RequirePciSignPosMoto: "requirePciSignPosMoto",
HideOnboardingIntroductionIndividual: "hideOnboardingIntroductionIndividual",
HideOnboardingIntroductionOrganization: "hideOnboardingIntroductionOrganization",
HideOnboardingIntroductionTrust: "hideOnboardingIntroductionTrust",
HideOnboardingIntroductionSoleProprietor: "hideOnboardingIntroductionSoleProprietor",
TransferInstrumentLimit: "transferInstrumentLimit",
ViewOnboardingGuidance: "viewOnboardingGuidance",
InstantBankVerification: "instantBankVerification",
ShowServiceAgreementsFirst: "showServiceAgreementsFirst",
ShowBusinessFinancingFirst: "showBusinessFinancingFirst",
EnforceLegalAge: "enforceLegalAge",
MerchantType: "merchantType",
AllowBusinessLines: "allowBusinessLines",
AllowCrossBorderPayout: "allowCrossBorderPayout"
};
//#endregion
export { SettingNames as t };