@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.
21 lines (20 loc) • 722 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] = "c142f347-a428-4111-9922-942c41777061", e._sentryDebugIdIdentifier = "sentry-dbid-c142f347-a428-4111-9922-942c41777061");
} catch (e) {}
var TH_default = { "local": {
"bankStatementRequirement": "REQUIRED",
"defaultCurrency": "THB",
"fields": [
"accountHolder",
"accountHolderCity",
"bankAccountNumber",
"bankCity",
"bankName",
"branchCode",
"country",
"swiftCode"
]
} };
//#endregion
export { TH_default as default };