Make a payment

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

Headers

Name
Value

Content-Type

application/json

Body

Name
Type
Description

username*

String

User ID

amount*

Float

Transaction amount

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

Unique payment identifier on the side of the storefront

callback_url

String

The URL to which the request about the operation status will be sent.

datetime*

String

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

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

--service_code

String

Service ID on the showcase side

--external_id

String

Payment ID on the showcase side

--fail_reason

Object

Field Containing the Failure Reason

---code

Int

Rejection Reason Code

---massage

String

Description of the Operation Rejection Reason

Make Payment

Last updated