# Retrieve Mass Payout Balance

## Retrieve Mass Payout Balance

> Displays the mass payout balance of the merchant.

```json
{"openapi":"3.0.3","info":{"title":"Mass Payout API","version":"1.0.0"},"tags":[{"name":"Mass Payout","description":"Mass payout operations"}],"servers":[{"url":"https://api.iyzipay.com","description":"Production"},{"url":"https://sandbox-api.iyzipay.com","description":"Sandbox"}],"paths":{"/v1/mass/payout/balance":{"get":{"tags":["Mass Payout"],"summary":"Retrieve Mass Payout Balance","description":"Displays the mass payout balance of the merchant.","parameters":[{"$ref":"#/components/parameters/AuthHeader"},{"$ref":"#/components/parameters/ContentTypeHeader"},{"$ref":"#/components/parameters/LocaleQuery"}],"responses":{"200":{"description":"Successful","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MassPayoutBalanceResponse"}}}}}}}},"components":{"parameters":{"AuthHeader":{"name":"Authorization","in":"header","required":true,"description":"Authorization header; a signed hash value that starts with **IYZWSv2** and is generated in Base64 format.","schema":{"type":"string"}},"ContentTypeHeader":{"name":"Content-Type","in":"header","required":true,"description":"Content-Type value.","schema":{"type":"string"}},"LocaleQuery":{"name":"locale","in":"query","required":true,"description":"Response language.","schema":{"type":"string","enum":["tr","en"]}}},"schemas":{"MassPayoutBalanceResponse":{"type":"object","description":"Merchant mass payout balance response.","properties":{"status":{"type":"string","enum":["success","failure"]},"systemTime":{"type":"integer"},"balance":{"type":"decimal","description":"Available balance amount for mass payout transactions."}}}}}}
```
