Purchases
Get uncompleted
GET
/
purchases
/
uncomplete
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Accept-Language
enum<string>
default: enThe 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: falseThe parent of the purchase
api
boolean
The API of the purchase
chatbot
boolean
default: falseThe chatbot of the purchase
tarif
integer
The ID of the tarif
Required range:
x > 1