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.
POST https://api.dwolla.com/funding-sources/{id}/micro-deposits
Parameter | Required | Type | Description |
---|---|---|---|
id | yes | string | id of funding source to initiate micro-deposits to. |
HTTP Status | Code | Description |
---|---|---|
201 | Created | Micro-deposits initiated, will take 1-2 days to settle to destination bank. |
404 | NotFound | Funding source not found |
var fundingSourceUrl =
"https://api-sandbox.dwolla.com/funding-sources/e52006c3-7560-4ff1-99d5-b0f3a6f4f909";
dwolla.post(`${fundingSourceUrl}/micro-deposits`);
Use sandbox environment to test API requests.
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.