Orders
Get order data
Path Parameters
order_id*string
Order ID
Format
uuidHeader Parameters
x-partner-slug*string
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/orders/3fa85f64-5717-4562-b3fc-2c963f66afa6" \ -H "x-partner-slug: string"{
"data": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"state": "CREATED",
"created_at": "2019-08-24T14:15:22Z",
"info": {
"service_slug": "steam",
"service_region": "ISO-3166-1:A2:GE",
"funding_method": "TOPUP",
"funding_details": {
"topup_amount": "100",
"topup_currency": "USD"
},
"payment_details": {
"amount": "456.78",
"currency": "RUB"
},
"extras": {}
},
"external_id": null
}
}{
"code": 0,
"reason": "string",
"details": {}
}{
"code": 0,
"reason": "string",
"details": {}
}{
"code": 0,
"reason": "string",
"details": {}
}{
"code": 0,
"reason": "string",
"details": {}
}{
"code": 0,
"reason": "string",
"details": {}
}{
"code": 0,
"reason": "string",
"details": {}
}