stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.GelatoSessionLastError

Description

Contains the types generated from the schema GelatoSessionLastError

Synopsis

Documentation

data GelatoSessionLastError Source #

Defines the object schema located at components.schemas.gelato_session_last_error in the specification.

Shows last VerificationSession error

Constructors

GelatoSessionLastError 

Fields

data GelatoSessionLastErrorCode' Source #

Defines the enum schema located at components.schemas.gelato_session_last_error.properties.code in the specification.

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

Constructors

GelatoSessionLastErrorCode'Other Value

This case is used if the value encountered during decoding does not match any of the provided cases in the specification.

GelatoSessionLastErrorCode'Typed Text

This constructor can be used to send values to the server which are not present in the specification yet.

GelatoSessionLastErrorCode'EnumAbandoned

Represents the JSON value "abandoned"

GelatoSessionLastErrorCode'EnumConsentDeclined

Represents the JSON value "consent_declined"

GelatoSessionLastErrorCode'EnumCountryNotSupported

Represents the JSON value "country_not_supported"

GelatoSessionLastErrorCode'EnumDeviceNotSupported

Represents the JSON value "device_not_supported"

GelatoSessionLastErrorCode'EnumDocumentExpired

Represents the JSON value "document_expired"

GelatoSessionLastErrorCode'EnumDocumentTypeNotSupported

Represents the JSON value "document_type_not_supported"

GelatoSessionLastErrorCode'EnumDocumentUnverifiedOther

Represents the JSON value "document_unverified_other"

GelatoSessionLastErrorCode'EnumIdNumberInsufficientDocumentData

Represents the JSON value "id_number_insufficient_document_data"

GelatoSessionLastErrorCode'EnumIdNumberMismatch

Represents the JSON value "id_number_mismatch"

GelatoSessionLastErrorCode'EnumIdNumberUnverifiedOther

Represents the JSON value "id_number_unverified_other"

GelatoSessionLastErrorCode'EnumSelfieDocumentMissingPhoto

Represents the JSON value "selfie_document_missing_photo"

GelatoSessionLastErrorCode'EnumSelfieFaceMismatch

Represents the JSON value "selfie_face_mismatch"

GelatoSessionLastErrorCode'EnumSelfieManipulated

Represents the JSON value "selfie_manipulated"

GelatoSessionLastErrorCode'EnumSelfieUnverifiedOther

Represents the JSON value "selfie_unverified_other"

GelatoSessionLastErrorCode'EnumUnderSupportedAge

Represents the JSON value "under_supported_age"