---
title: "Create a document for customer"
method: POST
path: "/customers/{id}/documents"
tags: ["documents"]
---

# Create a document for customer

`POST /customers/{id}/documents`

Uploads an identity verification document for a customer using multipart form-data. Required when a customer has "document" status during the verification process.

## Path parameters

- `id` string, required

## Headers

- `Accept` 'application/vnd.dwolla.v1.hal+json', required

## Response `201`

successful operation

## Other responses

- `400` — Bad Request
- `403` — not found
- `404` — not found
- `413` — request entity too large

---

[API](https://skmtc.net/dwolla/apis/dwolla-api.md) · [All operations](https://skmtc.net/dwolla/apis/dwolla-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dwolla/dwolla-api/revisions/0e13062ae3be/schema)
