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

::allowed_types :: :string

:require_id_number :: :boolean

Collect an ID number and perform an ID number check with the document’s extracted name and date of birth.

:require_live_capture :: :boolean

Disable image uploads, identity document images have to be captured using the device’s camera.

:require_matching_selfie :: :boolean

Capture a face image and perform a selfie check comparing a photo ID and a picture of your user’s face. Learn more.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.GelatoSessionDocumentOptions{
  allowed_types: [String.t()] | nil,
  require_id_number: boolean() | nil,
  require_live_capture: boolean() | nil,
  require_matching_selfie: boolean() | nil
}

Link to this section Functions

Link to this function

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

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