Skip to main content

RecordedPersonalInfo

Convenience type that mirrors the Personal data recorded during registration. If present, this indicates a user has completed the KYC step of registration.

type RecordedPersonalInfo {
citizenship: String
maskedDateOfBirth: String
maskedTin: String
}

Fields

RecordedPersonalInfo.citizenship ● String scalar

The 2-letter country code that represents the citizenship status of the user

RecordedPersonalInfo.maskedDateOfBirth ● String scalar

Masked Date of birth in DD/MM/YYYY format. Year will be unmasked.

RecordedPersonalInfo.maskedTin ● String scalar

Tax Identification number (i.e. SSN), Masked.

Member of

RecordedRegistrationData object