---
title: "Verify a Microdeposit"
method: PUT
path: "/micro_deposits/{micro_deposit_guid}/verify"
tags: ["microdeposits"]
---

# Verify a Microdeposit

`PUT /micro_deposits/{micro_deposit_guid}/verify`

Use this endpoint to verify the amounts deposited into the account during a microdeposit verification. The verification has not successfully completed until the `status` is `VERIFIED`. Poll the `/users/{user_guid}/micro_deposits/{micro_deposit_guid}` (read microdeposit) endpoint until you see this status or an error state.

## Path parameters

- `micro_deposit_guid` string, required

## Request body

- MicrodepositVerifyRequestBody
  - `micro_deposit` MicrodepositVerifyRequest
    - `deposit_amount_1` number
    - `deposit_amount_2` number

## Response `200`

OK

- MicrodepositResponseBody
  - `micro_deposit` object[]
    - `account_name` string
    - `account_number` string, required
    - `account_type` string, required
    - `email` string
    - `first_name` string
    - `last_name` string
    - `routing_number` string, required
    - `error_message` string, nullable
    - `guid` string
    - `institution_code` string
    - `institution_name` string
    - `status` string
    - `updated_at` string
    - `verified_at` string, nullable

---

[API](https://skmtc.net/mx/apis/mx-platform-api.md) · [All operations](https://skmtc.net/mx/apis/mx-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mx/mx-platform-api/versions/b6632646ee89/schema)
