GET
/
purchases
/
uncomplete

Authorizations

Authorization
string
header
required

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
api
boolean

The API of the purchase

channel
string

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

chatbot
boolean
default:
false

The chatbot of the purchase

created_at
integer

The timestamp of the purchase creation

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

The ID of the purchase

Required range: x > 1
order_type
string

The type of the order

parent
boolean
default:
false

The parent of the purchase

price
number

The price of the purchase

service
enum<string>

The service of the purchase

Available options:
twitch,
trovo,
kick,
youtube
status
enum<string>

The status of the purchase

Available options:
created,
awaiting,
working,
stopped,
completed,
failed,
deleted,
refunded
tarif
integer

The ID of the tarif

Required range: x > 1