UNPKG

@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.

14 lines (13 loc) 633 B
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] = "917e4aa6-6a54-40bf-b3c9-6a6a86cdf539", e._sentryDebugIdIdentifier = "sentry-dbid-917e4aa6-6a54-40bf-b3c9-6a6a86cdf539"); } catch (e) {} var OnboardingStatuses = { AWAITING_DATA: "AWAITING_DATA", IN_REVIEW: "IN_REVIEW", UNSUCCESSFUL: "UNSUCCESSFUL", REJECTED: "REJECTED", VERIFIED: "VERIFIED" }; //#endregion export { OnboardingStatuses as t };