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

Successful response

{
    "result": {
        "email": "partner@gmail.com",
        "balance": "13.20",
        "balance_payout": "13.20",
        "unitwallet": {
            "rest_balance": "59986.80",
            "rest_payouts": "198151.00",
            "rest_ecommerce_payouts_today": "15000.00",
            "rest_ecommerce_payouts_month": "39919.00",
            "rest_card_payouts_today": 13,
            "rest_card_payouts_month": 267
        }
    }
}

Error response

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

Last updated