---
title: "Get Merchant Balance"
method: GET
path: "/shop-balance"
---

# Get Merchant Balance

`GET /shop-balance`

Use this call to retrieves your shop’s balance at any time.

## Headers

- `Ocp-Apim-Subscription-Key` string, required

## Response `200`

200

- object
  - `transactionsBalance` integer
  - `payoutsLocalBalance` number
  - `adjustmentMovementsBalance` number
  - `lastUpdateDate` string
  - `balance` number
  - `payInBalance` number

## Other responses

- `401` — 401

---

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