Skip to main content
POST
/
cabinet
/
wheel
/
stars-invoice
Create Stars Invoice
curl --request POST \
  --url http://localhost:8080/cabinet/wheel/stars-invoice
{
  "invoice_url": "<string>",
  "stars_amount": 123
}

Response

200 - application/json

Successful Response

Ответ с ссылкой на Stars invoice.

invoice_url
string
required
stars_amount
integer
required