---
title: "Retrieve funding source balance"
method: GET
path: "/funding-sources/{id}/balance"
tags: ["funding sources"]
---

# Retrieve funding source balance

`GET /funding-sources/{id}/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` string, required

## Headers

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

## Response `200`

successful operation

## Other responses

- `404` — not found

## Changes

- **2026-01-06** `3ddce254729a` — 1 breaking
  - added `subschema #3: Settlement Account Balance Response` to the response body `oneOf` list for the response status `200`
- **2025-11-14** `80ebdb852c63` — 8 info
  - the response property `oneOf[subschema #1: Dwolla Balance Response]/_links` became required for the status `200`
  - the response property `oneOf[subschema #1: Dwolla Balance Response]/balance` became required for the status `200`
  - the response property `oneOf[subschema #1: Dwolla Balance Response]/lastUpdated` became required for the status `200`
  - the response property `oneOf[subschema #1: Dwolla Balance Response]/total` became required for the status `200`
  - …4 more
- **2025-05-30** `9c0a7a570129` — 2 breaking, 4 warning
  - added `subschema #1: Dwolla Balance Response, subschema #2: Bank Balance Response` to the response body `oneOf` list for the response status `200`
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `_links` from the response with the `200` status
  - removed the optional property `balance` from the response with the `200` status
  - …2 more
- **2025-05-23** `4c8b16e05918` — 1 breaking
  - added the new required `header` request parameter `Accept`

[Change history](https://skmtc.dev/dwolla/apis/dwolla-api/changes/funding-sources/:id/balance/get.md)

---

[API](https://skmtc.dev/dwolla/apis/dwolla-api.md) · [All operations](https://skmtc.dev/dwolla/apis/dwolla-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dwolla/dwolla-api/revisions/0e13062ae3be/schema)
