cURL
curl --request POST \ --url https://api.steamgold.dev/v1/gold/{id}/checkout \ --header 'Authorization: Bearer <token>'
{ "code": 123, "paymentId": "<string>", "paymentUrl": "<string>", "message": "<string>" }
Выставляет счет на пополнение баланса
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Идентификатор намерения
Успешное создание счета
The response is of type object.
object