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

---

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