---
title: "Create a microdeposit"
method: POST
path: "/users/{user_guid}/micro_deposits"
tags: ["microdeposits"]
---

# Create a microdeposit

`POST /users/{user_guid}/micro_deposits`

Use this endpoint to create a microdeposit. The response will include the new microdeposit record with a status of INITIATED.

## Path parameters

- `user_guid` string, required

## Request body

- MicrodepositRequestBody
  - `micro_deposit` MicrodepositRequest
    - `account_number` string, required
    - `account_type` string, required
    - `routing_number` string, required
    - `account_name` string
    - `email` string
    - `first_name` string
    - `last_name` string

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

> 29 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/users/:user_guid/micro_deposits/post.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/bd74a0a2d8a9/schema)
