---
title: "Get balance for a client that possess an OBV Token"
method: GET
path: "/obv/{obvToken}/balance"
---

# Get balance for a client that possess an OBV Token

`GET /obv/{obvToken}/balance`

## Path parameters

- `obvToken` string, required

## Query parameters

- `merchantId` string, required
- `merchantSubId` integer, required
- `merchantUserId` string, required

## Response `200`

Get Balance Response

- GetBalanceResponse
  - `obvToken` string — A Paramount OBV token that must be provided on requests that seek to perform a verification of an existing bank account.
  - `balance` integer — Balance in minor unit (e.g. pennies)
  - `currency` string — Currency

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

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