GET
/
purchases
/
uncomplete

Authorizations

Authorization
string
headerrequired

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

Headers

Accept-Language
enum<string>
default: en

The language of the response

Available options:
en,
ru

Query Parameters

expand
enum<string>

The expand of the purchase (you can use multiple values separated by commas)

Available options:
tarif,
parent,
api,
chatbot

Response

200 - application/json
id
integer

The ID of the purchase

Required range: x > 1
price
number

The price of the purchase

currency
enum<string>
Available options:
usd,
rub
created_at
integer

The timestamp of the purchase creation

order_type
string

The type of the order

channel
string

The channel (or another slug for tarif, for example - video id, clip id, etc.)

status
enum<string>

The status of the purchase

Available options:
created,
awaiting,
working,
stopped,
completed,
failed,
deleted,
refunded
service
enum<string>

The service of the purchase

Available options:
twitch,
trovo,
kick,
youtube
parent
boolean
default: false

The parent of the purchase

api
boolean

The API of the purchase

chatbot
boolean
default: false

The chatbot of the purchase

tarif
integer

The ID of the tarif

Required range: x > 1