---
title: "Get Account External Balance"
method: GET
path: "/v1/stip/accounts/{id}/external-balance"
tags: ["STIP External Account Balance Endpoints"]
---

# Get Account External Balance

`GET /v1/stip/accounts/{id}/external-balance`

This operation can be used to retrieve external account balance.

## Path parameters

- `id` string, biginteger, required

## Query parameters

- `auditUser` string, required

## Response `200`

Successful operation

- GetExternalAccountBalanceV1Response
  - `balance` Money — Amount including currency
    - `amount` number
    - `currency` string — A valid ISO 4217 currency code
  - `updatedBy` string — Indicates what entity updated the balance last time. If updated by institution, it will have value of auditUser that updated the balance. If updated by Enfuce STIP, it will have value of ENFUCE_STIP set.
  - `updatedAt` string, date-time — Timestamp when the balance was last updated

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

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