GET
/
items
/
{id}
curl --request GET \
  --url https://api.steamgold.dev/v1/items/{id} \
  --header 'Authorization: Bearer <token>'
{
  "code": 123,
  "verification": "pending",
  "intentAmount": 123,
  "intentCurrency": "<string>",
  "paymentStatus": "pending",
  "paymentAmount": 123,
  "paymentCurrency": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Идентификатор намерения

Response

200
application/json
intent response
code
integer
required

HTTP-код ответа

verification
enum<string>
required

Статус верификации

Available options:
pending,
verified,
rejected
intentAmount
number

Сумма пополнения

intentCurrency
string

Валюта пополнения

paymentStatus
enum<string>

Стаутс платежа

Available options:
pending,
paid,
rejected
paymentAmount
number

Сумма платежа

paymentCurrency
string

Валюта платежа