Current Balance
To interact with the API, we recommend using the Unitpay PHP-SDK library:
https://unitpay.ru/api? method=getPartner params[login]=partner@gmail.com params[secretKey]=ключ
Value | Description | |
login | line | Partner's email in the UnitPay system |
secretKey | line | Partner's secret key, available in the profile settings |
Successful response
Value | Description | |
Partner's email in the UnitPay system | ||
balance | number | Partner's balance in rubles |
balance_payout | number | Partner's balance, available for withdrawal, in rubles (will be actual since 15.06.2021) |
Error response
Description | |
-32000 | Authorization error |
-32602 | Invalid request parameters |
-32603 | Internal technical error |
Last updated