Type alias GeneralIdentityPersonalInfoResponse

GeneralIdentityPersonalInfoResponse: {
    currentStep: "collectGeneralIdentityPersonalInfo";
    errorIds?: [ErrorId];
    instantMatchAttempts?: number;
    segment: "identity";
    submissionUrl: string;
} & VerificationResponse

Type declaration

  • currentStep: "collectGeneralIdentityPersonalInfo"
  • Optional errorIds?: [ErrorId]
  • Optional instantMatchAttempts?: number
  • segment: "identity"
  • submissionUrl: string