Interface VerificationStatusResponse

All Known Subinterfaces:
VerificationStatusResponseFlashCall, VerificationStatusResponsePhoneCall, VerificationStatusResponseSms

public interface VerificationStatusResponse
Verification Status Response Common Fields
  • Method Details

    • getId

      String getId()
      The unique ID of the verification request.
      Returns:
      id
    • getStatus

      VerificationStatus getStatus()
      Get status
      Returns:
      status
    • getReason

      Get reason
      Returns:
      reason
    • getReference

      String getReference()
      The reference ID that was optionally passed together with the verification request.
      Returns:
      reference
    • getIdentity

      Identity getIdentity()
      Get identity
      Returns:
      identity
    • getCountryId

      String getCountryId()
      The ID of the country to which the verification was sent.
      Returns:
      countryId
    • getVerificationTimestamp

      Instant getVerificationTimestamp()
      The timestamp in UTC format.
      Note: The formatting does not respect ISO-8601 and the returned value has the format YYYY-MM-DDThh:mm:ss.SSS. If you need to parse this value into a specific date object in your programming language, please append Z (Zulu time = UTC) at the end of the date value to match the ISO-8601 format: YYYY-MM-DDThh:mm:ss.SSSZ.
      Returns:
      verificationTimestamp