Retrieve Mass Payout Balance

Retrieve Mass Payout Balance

get

Displays the mass payout balance of the merchant.

Query parameters
localestring · enumRequired

Response language.

Possible values:
Header parameters
AuthorizationstringRequired

Authorization header; a signed hash value that starts with IYZWSv2 and is generated in Base64 format.

Example: IYZWSv2 aXBzaWduYXR1cmU...
Content-TypestringRequired

Content-Type value.

Example: application/json
Responses
200

Successful

application/json
get
GET /v1/mass/payout/balance?locale=en HTTP/1.1
Host: api.iyzipay.com
Authorization: IYZWSv2 aXBzaWduYXR1cmU...
Content-Type: application/json
200

Successful

{
  "status": "success",
  "systemTime": 1759158319395,
  "balance": "25399393.5"
}

Last updated