View the financial information of the account.

MethodDescription
getCurrentUserBillingPlanGET /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.

getCurrentUserStatisticsGET /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.

getProvidedServicesActsGET /payments/acts
Returns information for printing acts of services provided.

Requires authorization and access right finances_view.

getInvoicesGET /payments/invoices
Returns invoices.

Requires authorization and access right finances_view.

getInvoiceByIdGET /payments/invoices/invoiceId
Returns an invoice by its ID.

Requires authorization and access right finances_view.

queryReferralsGET /payments/referrals
Returns referral users that match the query.

This method supports the semantics of search queries.

Requires authorization and access right finances_view.

queryReferralCountHEAD /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.

getReferralByIdGET /payments/referrals/referralId
Returns the referral user by their ID.

Requires authorization and access right finances_view.

getReferralStatisticsByIdGET /payments/referrals/referralId/statistics
Returns statistics for a referral user by their ID.

Requires authorization and access right finances_view.

queryTransactionsGET /payments/transactions/group
Returns transactions that match the query.

This method supports the semantics of search queries.

Requires authorization and access right finances_view.

queryTransactionCountHEAD /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.