@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.
20 lines (19 loc) • 706 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] = "3813b64a-d465-4363-a42c-497682a775a2", e._sentryDebugIdIdentifier = "sentry-dbid-3813b64a-d465-4363-a42c-497682a775a2");
} catch (e) {}
var KR_default = { "local": {
"bankStatementRequirement": "REQUIRED",
"defaultCurrency": "KRW",
"fields": [
"accountHolder",
"accountHolderCity",
"bankAccountNumber",
"bankCity",
"bankName",
"country",
"swiftCode"
]
} };
//#endregion
export { KR_default as default };