@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) • 655 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] = "e907f946-9237-4c4d-a237-9e777ddcbad9", e._sentryDebugIdIdentifier = "sentry-dbid-e907f946-9237-4c4d-a237-9e777ddcbad9");
} catch (e) {}
var SG_default = { "local": {
"bankStatementRequirement": "REQUIRED",
"defaultCurrency": "SGD",
"fields": [
"accountHolder",
"bankAccountNumber",
"country",
"swiftCode"
]
} };
//#endregion
export { SG_default as default };