Make a payment
POST
https://agwsapi.tarlanpayments.kz/showcase-gateway/api/v1/action/cash-in
Headers
Content-Type
application/json
X-Signature
Body
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
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
---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)
Make Payment
Last updated