Deposit funds to your account.
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. | |
GET /payments/deposits Returns available payment options. Requires authorization and access right 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. | |
DELETE /payments/invoices/invoiceId Deletes an invoice. Requires authorization and access right finances_deposit. | |
POST /payments/recurring Starts auto payment connection. Requires authorization and access right finances_deposit. | |
DELETE /payments/recurring Deletes an enabled auto payment. Requires authorization and access right finances_deposit. |