Retrieve funding source balance
Returns the current balance for a specific funding source. For bank accounts, includes available and closing balances; for Dwolla balance, includes balance and total amounts; for settlement accounts (bankUsageType = card-network), includes available balance only. Supports bank accounts (via Open Banking), Dwolla balance (verified customers only), and settlement accounts for card network processing.
Path parameters
ID of funding source to retrieve the balance for
Headers
The media type of the response. Must be application/vnd.dwolla.v1.hal+json
Response
successful operation
Changes
Changed in 4 of the 33 revisions of this API.448
- ▲
added
subschema #3: Settlement Account Balance Responseto the response bodyoneOflist for the response status200response-body-one-of-added
- ▲
- ○
the response property
oneOf[subschema #1: Dwolla Balance Response]/_linksbecame required for the status200response-property-became-required
- ○
the response property
oneOf[subschema #1: Dwolla Balance Response]/balancebecame required for the status200response-property-became-required
- ○
the response property
oneOf[subschema #1: Dwolla Balance Response]/lastUpdatedbecame required for the status200response-property-became-required
- ○
the response property
oneOf[subschema #1: Dwolla Balance Response]/totalbecame required for the status200response-property-became-required
- ○
the response property
oneOf[subschema #2: Bank Balance Response]/_linksbecame required for the status200response-property-became-required
- ○
the response property
oneOf[subschema #2: Bank Balance Response]/availablebecame required for the status200response-property-became-required
- ○
the response property
oneOf[subschema #2: Bank Balance Response]/closingbecame required for the status200response-property-became-required
- ○
the response property
oneOf[subschema #2: Bank Balance Response]/lastUpdatedbecame required for the status200response-property-became-required
- ○
- ▲
added
subschema #1: Dwolla Balance Responsesubschema #2: Bank Balance Responseto the response bodyoneOflist for the response status200response-body-one-of-added
- ▲
the response's body type/format changed from
object/to/for status200response-body-type-changed
- ●
removed the optional property
_linksfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
balancefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
lastUpdatedfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
totalfrom the response with the200statusresponse-optional-property-removed
- ▲
- ▲
added the new required
headerrequest parameterAcceptnew-required-request-parameter
- ▲