Get account balance

Returns the current account balance for the specified service.

Signature calculation: MD5(dt + secret_key)

Path Parameters
  • service_id
    Type: integer Format: int32
    required

    Signed 32-bit integers (commonly used integer type).

Body
required
application/json
Responses
  • application/xml
  • application/xml
  • application/xml
  • application/xml
  • application/xml
  • application/xml
Request Example for post/partner/{service_id}/balance
curl https://payouts-api.mrcr.io/partner/1/balance \
  --request POST \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data-urlencode 'dt=2026-03-05 14:30:00' \
  --data-urlencode 'hash=a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6'
<response>
  <balance>1250.50</balance>
</response>