# `Stripe.Resources.Identity.VerificationReport.Selfie`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/identity/verification_report.ex#L377)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Identity.VerificationReport.Selfie{
  document: String.t() | nil,
  error: Stripe.Resources.Identity.VerificationReport.Selfie.Error.t() | nil,
  selfie: String.t() | nil,
  status: String.t() | nil
}
```

* `document` - ID of the [File](https://docs.stripe.com/api/files) holding the image of the identity document used in this check. Max length: 5000. Nullable.
* `error` - Details on the verification error. Present when status is `unverified`. Nullable.
* `selfie` - ID of the [File](https://docs.stripe.com/api/files) holding the image of the selfie used in this check. Max length: 5000. Nullable.
* `status` - Status of this `selfie` check. Possible values: `unverified`, `verified`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
