Group of methods for working with payments, invoices and transactions.

MethodDescription
activateBonusPOST /payments/bonuses
Activates the promo code.

Requires authorization and access right finances_deposit.

activateStartupBonusPOST /payments/bonuses/startup
Activates the initial bonus for testing the service.

Requires authorization and the simultaneous presence of all of the following access rights: profile_manage, finances_deposit.

createDepositRequestPOST /payments/deposits
Starts a deposit operation.

Requires authorization and access right finances_deposit.

createInvoicePOST /payments/invoices
Creates an invoice for payment via bank transfer.

Requires authorization and access right finances_deposit.

createPaybackPOST /payments/paybacks
Creates a withdrawal request.

Requires authorization and access right finances_payback.

createRecurringPaymentPOST /payments/recurring
Starts auto payment connection.

Requires authorization and access right finances_deposit.

deleteInvoiceDELETE /payments/invoices/invoiceId
Deletes an invoice.

Requires authorization and access right finances_deposit.

deleteRecurringPaymentDELETE /payments/recurring
Deletes an enabled auto payment.

Requires authorization and access right finances_deposit.

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

Requires authorization and access right finances_view.

getInvoicesGET /payments/invoices
Returns invoices.

Requires authorization and access right finances_view.

getPossibleDepositRequestsGET /payments/deposits
Returns available payment options.

Requires authorization and access right finances_deposit.

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

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.

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.

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.

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.

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.