funding sources

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.

get/funding-sources/{id}/balance

Path parameters

idstring required

ID of funding source to retrieve the balance for

Headers

Accept'application/vnd.dwolla.v1.hal+json' required

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 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