Check account status
ATTENTION: New Error Response Format In the near future, errors in our system will be classified as expected and unexpected. Depending on the type of error, the format of the JSON response will be changed. Please review the new formats on the Error Codes page. This change will be applied to all APIs in the AGWS system except ''Make a payment'.
Click here to view the old and new JSON error responses. Please take note of this update and ensure your system is ready for these changes, if necessary.
Checking account status by username
POST
https://agwsapi.tarlanpayments.kz/showcase-gateway/api/v1/user/check
Headers
Content-Type
application/json
X-Signature
Body
username
*
String
User ID
agent
*
String
Showcase code in the Tarlanpayments system
project
*
String
Project Code assigned to Tarlanpayments
service_code
*
String
Service ID on the showcase side
Response
status
bool
Request processing status
status_code
uint
Error code
message
string
Description of error
result
Object
The result of a query that contains information
-error_code
Integer
Error code
-message
String
Error description
-amount
Float
Fixed Payment Amount
--code
Int
Rejection Reason Code
--massage
String
Description of the Operation Rejection Reason
-additional_data
Object
Additional information returned depending on the service (Depending on the service, this field may vary)
Additional Parameters (info)
he response body includes additional parameters that depend on the service category. The service type is recorded as a key within the info object. These parameters provide specific details related to the type of service and are dynamically included based on the service category.
in_date
timestamp
Parking Start Time
left_free_time_minutes
Float
Remaining Minutes for Exit
sum
Float
Parking Fee
current_balance
Float
Current Balance
Examples of error responses before the changes
Examples of error responses after the changes
Account check
Last updated