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
Parameter | Data Type | Parameter Type | Required | Description |
---|---|---|---|---|
amount1 | string | body | yes | An amount JSON object of first micro-deposit. Contains value and currency . |
amount2 | string | body | yes | An 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
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string | ||
Content-Type | string |