Current Balance
To interact with the API, we recommend using the Unitpay PHP-SDK library:
https://unitpay.money/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 | число | Partner's balance in rubles |
balance_payout | number | Partner's balance, available for withdrawal, in rubles |
unitwallet | The field for UnitWallet wallet balances (optional) | |
rest_balance | number | Available balance on the balance sheet in rubles (will be actual since 15.06.2021) |
rest_payouts | number | Available balance on withdrawn funds for a calendar month in rubles (will be actual since 15.06.2021) |
rest_ecommerce_payouts_today | number | Available for withdrawal until 23:59 (MSK) via Qiwi, Юmoney, WMP in rubles (will be actual since 15.06.2021) |
rest_ecommerce_payouts_month | number | Available for withdrawal in the current calendar month via Qiwi, Юmoney, WMP in rubles (will be actual since 15.06.2021) |
rest_card_payouts_today | number | Available number of withdrawals to bank cards until 23:59 (MSK) |
rest_card_payouts_month | number | Available number of withdrawals to bank cards in the current calendar month |
Error response
Description | |
-32000 | Authorization error |
-32602 | Invalid request parameters |
-32603 | Internal technical error |
Last updated