# `Stripe.Params.AccountPersonCreateParams.Verification.AdditionalDocument`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/account_person_create_params.ex#L364)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.AccountPersonCreateParams.Verification.AdditionalDocument{
  back: String.t() | nil,
  front: String.t() | nil
}
```

* `back` - The back of an ID returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size. Max length: 500.
* `front` - The front of an ID returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size. Max length: 500.

---

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