---
title: "Retrieve the balance of a bank account"
method: GET
path: "/v1/payment-methods/{payment-method-id}/balance"
tags: ["Payment Methods"]
---

# Retrieve the balance of a bank account

`GET /v1/payment-methods/{payment-method-id}/balance`

Zuora supports Plaid's Auth and Balance products for ACH transactions. 
Auth authenticates account details before sending requests to the gateway, 
while Balance checks the real-time account balance before transactions. 
Use this API operation to implement the integration with Plaid Balance manually.

Before you use this API operation, ensure that the support for Plaid Auth and Balance is enabled. 
For more information, see <a href="https://docs.zuora.com/en/zuora-payments/manage-payment-gateway-integrations-and-payment-methods/define-and-set-up-payment-methods" target="_blank">Enable the support for Plaid account validation solution</a>.

## Path parameters

- `payment-method-id` string, uuid, required

## Headers

- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Track-Id` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string
- `Zuora-Version` string

## Response `200`

OK

- GetBankAccountBalanceResponse
  - `success` boolean — Indicates whether this call succeeds.
  - `currency` string — The currency of the account balance.
  - `availableBalance` number, double — The amount of funds available to be withdrawn from the account. For more information, see <a href="https://plaid.com/docs/api/products/balance/#accounts-balance-get-response-accounts-balances" target="_blank">Plaid's documentation</a>.
  - `currentBalance` number, double — The total amount of funds in the account, which does not take pending transactions into account. For more information, see <a href="https://plaid.com/docs/api/products/balance/#accounts-balance-get-response-accounts-balances" target="_blank">Plaid's documentation</a>.

## Other responses

- `500` — Internal Server Error
- `4XX` — Request Errors

---

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