Verify micro deposits for bank verification

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

In the Dwolla production environment, you must wait until the micro-deposits actually post to the Customer’s bank account before the account can be verified, which can take 1-2 business days. However, in the Sandbox environment, any amount below $0.10 will allow you to verify the account immediately.

Request parameters

ParameterData TypeParameter TypeRequiredDescription
amount1stringbodyyesAn amount JSON object of first micro-deposit. Contains value and currency.
amount2stringbodyyesAn amount JSON object of second micro-deposit. Contains value and currency.

Request Body

{"amount1"=>{"value"=>"0.03", "currency"=>"USD"}, "amount2"=>{"value"=>"0.09", "currency"=>"USD"}}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
Authorizationstring
Content-Typestring