Initiate or Verify micro-deposits
Handles micro-deposit bank verification process. Make a request without a request body to initiate two small deposits to the customer's bank account. Include deposit amounts to verify the received values and complete verification.
Path parameters
The ID of the FS to initiate or verify micro-deposit
Headers
The media type of the response. Must be application/vnd.dwolla.v1.hal+json
Request body
Example request
{
"amount1": {
"value": "0.02",
"currency": "USD"
},
"amount2": {
"value": "0.03",
"currency": "USD"
}
}Response
successful operation
Changes
Changed in 3 of the 33 revisions of this API.23
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the success response with the status
200response-success-status-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
removed
subschema #1from the request bodyoneOflistrequest-body-one-of-removed
- ○
added
subschema #1: InitiateMicroDepositsto the request bodyoneOflistrequest-body-one-of-added
- ▲
- ▲
added the new required
headerrequest parameterAcceptnew-required-request-parameter
- ▲