UNPKG

@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) 321 B
export declare const CountryIdNumberPatterns: { BR: RegExp; CA: RegExp; HR: RegExp; DK: RegExp; IT: RegExp; PL: RegExp; RO: RegExp; SG: RegExp; ES: { dni: RegExp; nie: RegExp; }; SE: RegExp; US: { ssn: RegExp; ssnLastFour: RegExp; }; };