Interface RegistrantVerificationResponse.Builder

  • Method Details

    • completionUrl

      RegistrantVerificationResponse.Builder completionUrl(String completionUrl)

      A secure URL where the registrant can complete additional verification steps, such as document upload or identity confirmation through a third-party verification service.

      Parameters:
      completionUrl - A secure URL where the registrant can complete additional verification steps, such as document upload or identity confirmation through a third-party verification service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • completionUrlExpiresAt

      RegistrantVerificationResponse.Builder completionUrlExpiresAt(Instant completionUrlExpiresAt)

      The timestamp when the completion URL expires and is no longer valid for accessing the verification workflow.

      Parameters:
      completionUrlExpiresAt - The timestamp when the completion URL expires and is no longer valid for accessing the verification workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.