Checking the refill status

POST https://agwsapi.tarlanpayments.kz/showcase-gateway/api/v1/action/status

Headers

Name
Value

Content-Type

application/json

Body

Name
Type
Description

agent*

String

Showcase code in Tarlan system

project*

String

Project Code assigned by Tarlan

service_code*

String

Service ID on the showcase side

external_id*

String

Payment 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

uint

Error code

-message

String

Error description

-data

Object

Information about data

--status_code

String

Transaction status code

--status_message

String

Description of transaction status

--username

String

User ID

--amount

Float

Amount credited

--datetime

String

Time of payment initiation in the storefront system. ISO 8601 Current Timestamp format

--project

String

Project Code assigned by Tarlan

--fail_reason

Object

Field Containing the Failure Reason

---code

Int

Rejection Reason Code

---message

String

Description of the Operation Rejection Reason

--external_id

String

Payment ID on the showcase side

Examples of error responses before the changes

Examples of error responses after the changes

Checking the refill status

Last updated