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]=ключ

Successful response

{
    "result": {
        "email": "partner@gmail.com",
        "balance": "247.03",
        "balance_payout": "245.03"
    }
}

Error response

{"error": {
    "message": "Неверный секретный ключ",
    "code": -32000
}}

Last updated