---
title: "Verify Microdeposits"
method: POST
path: "/customer-accounts/{customerAccountID}/verify-micro-deposits"
---

# Verify Microdeposits

`POST /customer-accounts/{customerAccountID}/verify-micro-deposits`

## Path parameters

- `customerAccountID` string, required

## Request body

- object
  - `companyID` string, required — ID of the Company.
  - `deposits` string[], required — Array of microdeposit values.

## Response `200`

200

- object
  - `companyID` string
  - `deposits` string[]

## Other responses

- `400` — 400

---

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