> ## Documentation Index
> Fetch the complete documentation index at: https://pay-docs.holdstation.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get MID Balance

Get the MID's account balance.

All endpoints require both `Partner-App-Key` and `X-HSPay-Signature` headers.

`POST /api/partners/mid/balance`

**Request Body:**

```json theme={null}
{
    "request_id": "unique-request-id"
}
```

**Response:**

```json theme={null}
{
    "merchant_id": "MID123",
    "merchant_email": "partner@example.com",
    "balance": "1,000,000"
}
```
