---
title: "Read a microdeposit for a user"
method: GET
path: "/users/{user_guid}/micro_deposits/{micro_deposit_guid}"
tags: ["microdeposits"]
---

# Read a microdeposit for a user

`GET /users/{user_guid}/micro_deposits/{micro_deposit_guid}`

Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. <br></br> Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.

## 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

## Changes

> 50 revisions in range; 1 not diffed.

- **2025-11-05** `e74cd2b059b5` — 16 warning, 1 info
  - deleted the `path` request parameter `micro_deposit_guid`
  - deleted the `path` request parameter `user_guid`
  - removed the optional property `micro_deposit/account_name` from the response with the `200` status
  - removed the optional property `micro_deposit/account_number` from the response with the `200` status
  - …13 more
- **2024-09-17** `bd74a0a2d8a9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mx/apis/mx-platform-api/changes/users/:user_guid/micro_deposits/:micro_deposit_guid/get.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/b6632646ee89/schema)
