@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
42 lines (41 loc) • 998 B
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] = "3bf2832f-0a9a-490c-92b2-b8d44891997c", e._sentryDebugIdIdentifier = "sentry-dbid-3bf2832f-0a9a-490c-92b2-b8d44891997c");
} catch (e) {
}
}
;
const GI = {
iban: {
bankStatementRequirement: "REQUIRED",
defaultCurrency: "GIP",
fields: [
"accountHolder",
"accountHolderCity",
"bankCity",
"bankName",
"country",
"iban",
"swiftCode"
]
},
local: {
bankStatementRequirement: "REQUIRED",
defaultCurrency: "GIP",
fields: [
"accountHolder",
"accountHolderCity",
"bankAccountNumber",
"bankCity",
"bankName",
"branchCode",
"country",
"swiftCode"
]
}
};
export {
GI as default
};