@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) • 692 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] = "f4aa8a1f-da1d-498f-a775-ec12a6c80969", e._sentryDebugIdIdentifier = "sentry-dbid-f4aa8a1f-da1d-498f-a775-ec12a6c80969");
} catch (e) {}
var TN_default = { "iban": {
"bankStatementRequirement": "REQUIRED",
"defaultCurrency": "TND",
"fields": [
"accountHolder",
"accountHolderCity",
"bankCity",
"bankName",
"country",
"iban",
"swiftCode"
]
} };
//#endregion
export { TN_default as default };