Initiate micro-deposits #

This section covers how to initiate micro-deposits for bank verification. Reference the funding source verification resource article for more information on the micro-deposit method of bank account verification.

HTTP request #

POST https://api.dwolla.com/funding-sources/{id}/micro-deposits

Request parameters #

ParameterRequiredTypeDescription
idyesstringid of funding source to initiate micro-deposits to.

HTTP status and error codes #

HTTP StatusCodeDescription
201CreatedMicro-deposits initiated, will take 1-2 days to settle to destination bank.
404NotFoundFunding source not found

Request and response #

JavaScript
var fundingSourceUrl =
  "https://api-sandbox.dwolla.com/funding-sources/e52006c3-7560-4ff1-99d5-b0f3a6f4f909";

dwolla.post(`${fundingSourceUrl}/micro-deposits`);

Test in the Sandbox for free today.

Use sandbox environment to test API requests.

Get API Keys
2023 All Rights Reserved
Financial institutions play an important role in our network.

All funds transfers made using the Dwolla Platform are performed by a financial institution partner, and any funds held in a Dwolla Balance are held by a financial institution partner. Learn more about our financial institution partners.