View the financial information of the account.
Method | Description |
---|---|
GET /users/current/billing_plan Returns information about the user's billing plan. Requires authorization and the simultaneous presence of all of the following access rights: profile_view, finances_view. | |
GET /users/current/statistics Returns activity statistics for the last 90 days. Requires authorization and the simultaneous presence of all of the following access rights: profile_view, sms_view, finances_view. | |
GET /payments/acts Returns information for printing acts of services provided. Requires authorization and access right finances_view. | |
GET /payments/invoices Returns invoices. Requires authorization and access right finances_view. | |
GET /payments/invoices/invoiceId Returns an invoice by its ID. Requires authorization and access right finances_view. | |
GET /payments/referrals Returns referral users that match the query. This method supports the semantics of search queries. Requires authorization and access right finances_view. | |
HEAD /payments/referrals Returns the number of referral users that matched the query. This method supports the semantics of search queries. Requires authorization and access right finances_view. | |
GET /payments/referrals/referralId Returns the referral user by their ID. Requires authorization and access right finances_view. | |
GET /payments/referrals/referralId/statistics Returns statistics for a referral user by their ID. Requires authorization and access right finances_view. | |
GET /payments/transactions/group Returns transactions that match the query. This method supports the semantics of search queries. Requires authorization and access right finances_view. | |
HEAD /payments/transactions/group Returns the number of transactions that matched the query. This method supports the semantics of search queries. Requires authorization and access right finances_view. |