address | string | Street and building number where the person lives. |
birthday | string | The person's date of birth in `YYYY-MM-DD format. |
city | string | City where the person lives. |
country | string | Two-letter country code ISO 3166-1 alpha-2 where the person lives |
countryState? | string | State/County where the person lives. |
firstName | string | - |
idDocument | { kind: IdDocumentKind; number: string; } | - |
idDocument.kind | IdDocumentKind | The type of ID document. Must verify the person's name, birthday, and nationality |
idDocument.number | string | The document number. |
lastName | string | - |
nationality | string | Two-letter country code ISO 3166-1 alpha-2 for the person's nationality. |
postalCode | string | Postal code where the person lives. |