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

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

Value

Description

email

email

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