---
title: "Update Physical Document"
method: POST
path: "/customers/documents"
---

# Update Physical Document

`POST /customers/documents`

This API should be used when one of the documents for the users are rejected and you will like to re-upload the documents.  Physical Documents are photos of actual documentation (like a passport or driver's license) that can be used to prove the identity of a customer.

## Headers

- `api-key` string
- `auth-key` string

## Request body

- object
  - `customerId` string — Customer identifier
  - `document` string — Base64 string of document. Follows the data:<:content type>;base64,<:base64 string> format Note: The maximum file size for a document is 10MB.
  - `type` string — Document Types
  - `side` string — Document side
  - `proofType` string — Document proof type ID or ADDRESS
  - `proofName` string

## Response `200`

200

- union
  - object
    - `status` integer
    - `doc` object
      - `message` string
  - object
    - `status` integer
    - ` doc ` object
      - `message` string
  - object
    - `status` integer
    - ` doc ` object
      - `message` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/stockal/apis/uat-client-api-v2.md) · [All operations](https://skmtc.net/stockal/apis/uat-client-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockal/uat-client-api-v2/versions/08e36bbbd3be/schema)
