v33

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-03-2682193603.4 KB
funding sources

Initiate or Verify 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.

post/funding-sources/{id}/micro-deposits

Path parameters

idstring required

The ID of the FS to initiate or verify micro-deposit

Headers

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

The media type of the response. Must be application/vnd.dwolla.v1.hal+json

Request body

Example request

{
  "amount1": {
    "value": "0.02",
    "currency": "USD"
  },
  "amount2": {
    "value": "0.03",
    "currency": "USD"
  }
}

Response

successful operation