POST
/
funding-sources
/
{id}
/
micro-deposits
cURL
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
{
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/funding-sources/2e446d1b-fb3c-42a0-9691-5d1d6a4dbbf0/micro-deposits",
      "type": "application/vnd.dwolla.v1.hal+json",
      "resource-type": "micro-deposits"
    }
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

Accept
enum<string>
default:application/vnd.dwolla.v1.hal+json
required

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

Available options:
application/vnd.dwolla.v1.hal+json

Path Parameters

id
string
required

The ID of the FS to initiate or verify micro-deposit

Body

application/json

Optional request body for verifying micro-deposits.

  • If omitted: Endpoint will initiate micro-deposits
  • If provided: Must contain micro-deposit amounts for verification

No request body is required for initiating micro-deposits.

Response

200
application/vnd.dwolla.v1.hal+json

successful operation

Response for microdeposits operations (initiation and verification)