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

# Verify a Microdeposit

`PUT /micro_deposits/{microdeposit_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

- `microdeposit_guid` string, required

## Request body

- MicrodepositVerifyRequestBody
  - `micro_deposit` MicrodepositVerifyRequest
    - `deposit_amount_1` integer
    - `deposit_amount_2` integer

## Response `200`

OK

- MicrodepositResponseBody
  - `micro_deposit` MicrodepositResponse
    - `account_name` string
    - `account_number` string
    - `account_type` string
    - `email` string
    - `first_name` string
    - `last_name` string
    - `routing_number` string
    - `error_message` string
    - `guid` string
    - `institution_code` string
    - `institution_name` string
    - `status` string
    - `updated_at` string
    - `verified_at` string

## Changes

> 42 revisions in range; 1 not diffed.

- **2024-09-17** `bd74a0a2d8a9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mx/apis/mx-platform-api/changes/micro_deposits/:microdeposit_guid/verify/put.md)

---

[API](https://skmtc.dev/mx/apis/mx-platform-api.md) · [All operations](https://skmtc.dev/mx/apis/mx-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mx/mx-platform-api/revisions/22b9fde3dcdb/schema)
