View Source ExOAPI.Stripe.Schemas.GelatoSessionLastError (exoapi_stripe v0.1.4)

description: Shows last VerificationSession error

:code :: :string

A short machine-readable string giving the reason for the verification or user-session failure.

:reason :: :string

A message that explains the reason for verification or user-session failure.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.GelatoSessionLastError{
  code:
    (:under_supported_age
     | :selfie_unverified_other
     | :selfie_manipulated
     | :selfie_face_mismatch
     | :selfie_document_missing_photo
     | :id_number_unverified_other
     | :id_number_mismatch
     | :id_number_insufficient_document_data
     | :document_unverified_other
     | :document_type_not_supported
     | :document_expired
     | :device_not_supported
     | :country_not_supported
     | :consent_declined
     | :abandoned)
    | nil,
  reason: String.t() | nil
}

Link to this section Functions

Link to this function

changeset(struct \\ %__MODULE__{}, params)

View Source
@spec changeset(t(), params()) :: Ecto.Changeset.t()