---
title: "Initiate or Verify micro-deposits"
method: POST
path: "/funding-sources/{id}/micro-deposits"
tags: ["funding sources"]
---

# Initiate or Verify micro-deposits

`POST /funding-sources/{id}/micro-deposits`

Handles micro-deposit bank verification process. Make a request without a request body to initiate two small deposits to the customer's bank account. Include deposit amounts to verify the received values and complete verification.

## Path parameters

- `id` string, required

## Headers

- `Accept` 'application/vnd.dwolla.v1.hal+json', required

## Request body

- VerifyMicroDeposits — Request body for verifying micro-deposits
  - `amount1` object, required
    - `value` string, required
    - `currency` string, required
  - `amount2` object, required
    - `value` string, required
    - `currency` string, required

## Response `200`

successful operation

## Other responses

- `201` — created
- `403` — forbidden
- `404` — not found

## Changes

- **2025-07-03** `42af3b323835` — 2 info
  - added the non-success response with the status `403`
  - added the success response with the status `200`
- **2025-05-30** `9c0a7a570129` — 1 breaking, 1 info
  - removed `subschema #1` from the request body `oneOf` list
  - added `subschema #1: InitiateMicroDeposits` to the request body `oneOf` list
- **2025-05-23** `4c8b16e05918` — 1 breaking
  - added the new required `header` request parameter `Accept`

[Change history](https://skmtc.dev/dwolla/apis/dwolla-api/changes/funding-sources/:id/micro-deposits/post.md)

---

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