Group of methods for working with payments, invoices and transactions.
Method | Description |
---|---|
POST /payments/bonuses Activates the promo code. Requires authorization and access right finances_deposit. | |
POST /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. | |
POST /payments/deposits Starts a deposit operation. Requires authorization and access right finances_deposit. | |
POST /payments/invoices Creates an invoice for payment via bank transfer. Requires authorization and access right finances_deposit. | |
POST /payments/paybacks Creates a withdrawal request. Requires authorization and access right finances_payback. | |
POST /payments/recurring Starts auto payment connection. Requires authorization and access right finances_deposit. | |
DELETE /payments/invoices/invoiceId Deletes an invoice. Requires authorization and access right finances_deposit. | |
DELETE /payments/recurring Deletes an enabled auto payment. Requires authorization and access right finances_deposit. | |
GET /payments/invoices/invoiceId Returns an invoice by its ID. Requires authorization and access right finances_view. | |
GET /payments/invoices Returns invoices. Requires authorization and access right finances_view. | |
GET /payments/deposits Returns available payment options. Requires authorization and access right finances_deposit. | |
GET /payments/acts Returns information for printing acts of services provided. 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. | |
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 Returns referral users 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. | |
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. |