Check account status

triangle-exclamation

Checking account status by username

POST https://agwsapi.tarlanpayments.kz/showcase-gateway/api/v1/user/checkarrow-up-right

Headers

Name
Value

Content-Type

application/json

X-Signature

Body

Name
Type
Description

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

Name
Type
Description

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

-account_status

Integer

Account status. For more information, see the account status code

-amount

Float

Fixed Payment Amount

-upper_commission

Float

Upper commission

-fail_reason

Object

Field Containing the Failure Reason

--code

Int

Rejection Reason Code

--massage

String

Description of the Operation Rejection Reason

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.

param
type
Desc

in_date

timestamp

Parking Start Time

left_free_time_minutes

Float

Remaining Minutes for Exit

sum

Float

Parking Fee

current_balance

Float

Current Balance

zone

string

Parking zone

coordinates

object

Object containing coordinates

├latitude

float64

Latitude

├longitude

float64

Longitude

duration

uint

Duration in seconds

phone

string

Phone number

Examples of error responses before the changes

Examples of error responses after the changes

Account check

Last updated

Was this helpful?