Информация по услугам
Получение дополнительной информации о услуге
GET
https://agwsapi.tarlanpayments.kz/showcase-gateway/api/v1/info/service/{service_group}
Получение дополнительной информации о пользователях
GET
https://agwsapi.tarlanpayments.kz/showcase-gateway/api/v1/info/user/{service_group}
Headers
Name
Value
Content-Type
application/json
X-Signature
Path params
Name
Type
Description
service_group*
String
Группа услуг (Влияет на тело ответа в API)
Query params
Name
Type
Description
service_code*
String
Название услуги
project*
String
Код Проекта присваиваемый Tarlan-ом
agent*
String
Код витрины в системе Tarlanpayments
Response информации о услуге
{
"status": true,
"message": "Success",
"status_code": 0,
"result": {
"error_code": 0,
"message": "success",
"data": [
{
"location": [
{
"lat": 10.0,
"lon": 10.0
}
],
"center": {
"lat": 10.0,
"lon": 10.0
},
"description": "",
"type": "",
"amount": 10.0,
"name": "",
"id": "",
"date": "2024-10-21T08:43:33Z", // Формат ISO 8601 Current Timestamp
"active": true
}
]
}
}
Response информации о пользователях
{
"status": true,
"message": "Success",
"status_code": 0,
"result": {
"error_code": 5202,
"message": "success",
"data": [
{
"id": "123",
"username": "[email protected]",
"amount": 10.0,
"date": "2024-10-21T08:43:33Z" //Формат ISO 8601 Current Timestamp
}
]
}
}
Last updated