Skip to main content
POST
Create Topup

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request to create payment for balance top-up.

amount_kopeks
integer
required

Amount in kopeks (min 10 rubles)

Required range: 1000 <= x <= 2000000000
payment_method
string
required

Payment method ID

payment_option
string | null

Payment option (e.g. Platega method code)

Response

Successful Response

Response with payment info.

payment_id
string
required
payment_url
string
required
amount_kopeks
integer
required
amount_rubles
number
required
status
string
required
expires_at
string<date-time> | null