Stripe.Resources.Identity.VerificationReport.Selfie.Error (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Identity.VerificationReport.Selfie.Error{
  code: String.t() | nil,
  reason: String.t() | nil
}
  • code - A short machine-readable string giving the reason for the verification failure. Possible values: selfie_document_missing_photo, selfie_face_mismatch, selfie_manipulated, selfie_unverified_other. Nullable.
  • reason - A human-readable message giving the reason for the failure. These messages can be shown to your users. Max length: 5000. Nullable.