Changes to Retrieve funding source balance
GET /funding-sources/{id}/balance
Every recorded change to this endpoint, newest first. Back to the operation
Changed in 4 of the 33 revisions of this API.448
What changed
- ▲
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
- ▲