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

  1. 3ddce254729a1
  2. 80ebdb852c638
  3. 9c0a7a57012924
  4. 4c8b16e059181

What changed

    • added subschema #3: Settlement Account Balance Response to the response body oneOf list for the response status 200

      response-body-one-of-added

    • the response property oneOf[subschema #1: Dwolla Balance Response]/_links became required for the status 200

      response-property-became-required

    • the response property oneOf[subschema #1: Dwolla Balance Response]/balance became required for the status 200

      response-property-became-required

    • the response property oneOf[subschema #1: Dwolla Balance Response]/lastUpdated became required for the status 200

      response-property-became-required

    • the response property oneOf[subschema #1: Dwolla Balance Response]/total became required for the status 200

      response-property-became-required

    • the response property oneOf[subschema #2: Bank Balance Response]/_links became required for the status 200

      response-property-became-required

    • the response property oneOf[subschema #2: Bank Balance Response]/available became required for the status 200

      response-property-became-required

    • the response property oneOf[subschema #2: Bank Balance Response]/closing became required for the status 200

      response-property-became-required

    • the response property oneOf[subschema #2: Bank Balance Response]/lastUpdated became required for the status 200

      response-property-became-required

  • 9c0a7a57012924See the full diff
    • added subschema #1: Dwolla Balance Response subschema #2: Bank Balance Response to the response body oneOf list for the response status 200

      response-body-one-of-added

    • the response's body type/format changed from object/ to / for status 200

      response-body-type-changed

    • removed the optional property _links from the response with the 200 status

      response-optional-property-removed

    • removed the optional property balance from the response with the 200 status

      response-optional-property-removed

    • removed the optional property lastUpdated from the response with the 200 status

      response-optional-property-removed

    • removed the optional property total from the response with the 200 status

      response-optional-property-removed

    • added the new required header request parameter Accept

      new-required-request-parameter