Current Balance
To interact with the API, we recommend using the Unitpay PHP-SDK library:
https://unitpay.ru/api? method=getPartner params[login][email protected] params[secretKey]=ключ
Value
Description
login
line
Partner's email in the UnitPay system
Successful response
{
"result": {
"email": "[email protected]",
"balance": "247.03",
"balance_payout": "245.03"
}
}
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
{"error": {
"message": "Неверный секретный ключ",
"code": -32000
}}
Description
-32000
Authorization error
-32602
Invalid request parameters
-32603
Internal technical error
Last updated
Was this helpful?