---
title: "Request Balance Refresh"
method: POST
path: "/api/v1/balance-refresh"
tags: ["Connectivity v1.Balance Refresh", "BETA", "REGION.US"]
---

# Request Balance Refresh

`POST /api/v1/balance-refresh`

Request a balance refresh for an account

## Request body

- BalanceRefreshRequest — Provide the refresh parameters.
  - `accountId` string, required — Account ID.

## Response `200`

Success

- BalanceRefreshResponse
  - `balanceRefreshId` string — Balance refresh ID
  - `credentialsId` string — Credentials ID

## Other responses

- `400` — empty or invalid mandatory parameter (accountId)

---

[API](https://skmtc.net/tink/apis/tink-api.md) · [All operations](https://skmtc.net/tink/apis/tink-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tink/tink-api/revisions/23d8982b533d/schema)
