@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.
36 lines (35 loc) • 953 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] = "3af58c4c-85fc-480a-8a1b-801f0e31df42", e._sentryDebugIdIdentifier = "sentry-dbid-3af58c4c-85fc-480a-8a1b-801f0e31df42");
} catch (e) {}
var GI_default = {
"iban": {
"bankStatementRequirement": "OPTIONAL",
"defaultCurrency": "GIP",
"fields": [
"accountHolder",
"accountHolderCity",
"bankCity",
"bankName",
"country",
"iban",
"swiftCode"
]
},
"local": {
"bankStatementRequirement": "OPTIONAL",
"defaultCurrency": "GIP",
"fields": [
"accountHolder",
"accountHolderCity",
"bankAccountNumber",
"bankCity",
"bankName",
"branchCode",
"country",
"swiftCode"
]
}
};
//#endregion
export { GI_default as default };