Deposit funds to your account.

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.

getPossibleDepositRequestsGET /payments/deposits
Returns available payment options.

Requires authorization and access right 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.

deleteInvoiceDELETE /payments/invoices/invoiceId
Deletes an invoice.

Requires authorization and access right finances_deposit.

createRecurringPaymentPOST /payments/recurring
Starts auto payment connection.

Requires authorization and access right finances_deposit.

deleteRecurringPaymentDELETE /payments/recurring
Deletes an enabled auto payment.

Requires authorization and access right finances_deposit.