alias Stripe::IdentityVerificationSessionLastError

Overview

If present, this property tells you the last error encountered when processing the verification.

Alias Definition

Stripe::GelatoSessionLastError

Defined in:

stripe/models/identity_verification_session_last_error.cr

Constant Summary

ERROR_MESSAGE_FOR_CODE = "invalid value for \"code\", must be one of [abandoned, consent_declined, country_not_supported, device_not_supported, document_expired, document_type_not_supported, document_unverified_other, email_unverified_other, email_verification_declined, id_number_insufficient_document_data, id_number_mismatch, id_number_unverified_other, phone_unverified_other, phone_verification_declined, selfie_document_missing_photo, selfie_face_mismatch, selfie_manipulated, selfie_unverified_other, under_supported_age]."
MAX_LENGTH_FOR_REASON = 5000
VALID_VALUES_FOR_CODE = String.static_array("abandoned", "consent_declined", "country_not_supported", "device_not_supported", "document_expired", "document_type_not_supported", "document_unverified_other", "email_unverified_other", "email_verification_declined", "id_number_insufficient_document_data", "id_number_mismatch", "id_number_unverified_other", "phone_unverified_other", "phone_verification_declined", "selfie_document_missing_photo", "selfie_face_mismatch", "selfie_manipulated", "selfie_unverified_other", "under_supported_age")