Ask AI or search...
Get API Keys

Verify micro-deposits #

This section covers how to verify micro-deposits for bank verification. Reference the funding source verification resource article for more information on the micro-deposit method of bank account verification. Note: Micro-deposits do not expire. Micro-deposits can be verified anytime in the future after they have a processed status in the Dwolla system.

HTTP request #

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

Request parameters #

ParameterRequiredTypeDescription
idyesstringid of funding source to verify micro-deposits on.
amount1yesstringAn amount JSON object of first micro-deposit. Contains value and currency.
amount2yesstringAn amount JSON object of second micro-deposit. Contains value and currency.

HTTP status and error codes #

HTTP StatusCodeMessageDescription
200OKMicro-deposits successfully verified.
202TryAgainLaterMicro-deposits have not have not processed to destination bank. A Customer can verify these amounts after micro-deposits have processed to their bank.
400InvalidInvalid amount.ValidationError. The submitted amount value was > 0.15 and does not match the amount sent for the initiated micro-deposit.
400InvalidWrong amount(s).ValidationError. The submitted amount value was >= $0.01 and <= $.09, but does not match the amount sent for the initiated micro-deposit.
400MaxNumberOfResourcesMicro-deposits already initiated for this funding source.Micro-deposits already initiated for this funding source.
403InvalidResourceStateToo many attempts.The maximum number of verification attempts has been reached. A customer is allowed three attempts to correctly input the two posted micro-deposit amounts.
403InvalidResourceStateBank already verified.The bank account you're trying to verify has already been verified.
404NotFoundThe requested resource was not found.Either micro-deposits have not been initiated for the specified funding source, or the funding source itself was not found.

Request and response #

Raw
POST https://api-sandbox.dwolla.com/funding-sources/e52006c3-7560-4ff1-99d5-b0f3a6f4f909/micro-deposits
Authorization: Bearer 8tJjM7iTjujLthkbVPMUcHLqMNw4uv5kG712g9j1RRBHplGpwo
Content-Type: application/vnd.dwolla.v1.hal+json
Accept: application/vnd.dwolla.v1.hal+json

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

HTTP 200 OK
Test in the Sandbox for free today.
Use sandbox environment to test API requests.
Get API Keys
2024 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.