Skip to main content
POST
/
items
/
{id}
/
checkout
cURL
curl --request POST \
  --url https://api.steamgold.dev/v1/items/{id}/checkout \
  --header 'Authorization: Bearer <token>'
{
  "code": 123,
  "paymentId": "<string>",
  "paymentUrl": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string<uuid>
required

Response

code
integer
required
paymentId
string
paymentUrl
string
message
string