@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.
17 lines (16 loc) • 1.32 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] = "8d9d4fa5-267a-4bd4-96b1-2e90e7c5d8ba", e._sentryDebugIdIdentifier = "sentry-dbid-8d9d4fa5-267a-4bd4-96b1-2e90e7c5d8ba");
} catch (e) {}
var en_US_instructions_default = {
"confirmSelection": "[button text] proceed with the selected data",
"leaveInstantVerification": "[title text] is the user sure that they want to leave the instant verification process?",
"leaveVerification": "[button text] confirming I want to leave verification",
"missingPhoneCountryCode": "This translation is specific to phone number inputs",
"or": "[divider text] Used between instant bank verification button and manual entry form. Separates two options for entering bank account details.",
"takeOrUploadAPhoto": "this instructs user to take photo of an ID and upload to our trusted partner, [partner name]",
"weDetected": "[caption for data] What was 'detected' by OCR in the document the user provided",
"youEntered": "[caption for data] What was originally provided by the user"
};
//#endregion
export { en_US_instructions_default as default };