funding sources

Retrieve micro-deposits details

Returns the status and details of micro-deposits for a funding source to check verification eligibility. Includes deposit status (pending, processed, failed), creation timestamp, and failure details with ACH return codes if deposits failed. Use this endpoint to determine when micro-deposits are ready for verification.

get/funding-sources/{id}/micro-deposits

Path parameters

idstring required

The ID of the FS that previously had micro-deposits initiated

Headers

Accept'application/vnd.dwolla.v1.hal+json' required

The media type of the response. Must be application/vnd.dwolla.v1.hal+json

Response

successful operation

Changes

Changed in 2 of the 33 revisions of this API.12

    • the response property code became required for the status 404

      response-property-became-required

    • the response property message became required for the status 404

      response-property-became-required

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new required header request parameter Accept

      new-required-request-parameter