Creating a payment link

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

Headers

Name
Value

Content-Type

application/json

Body

Name
Type
Description

agent*

String

Showcase code in the Tarlanpayments system

username*

String

Username

amount*

Integer

Transaction amount

service*

String

Service name

return_url

String

Link to follow after payment

refer_host*

String

The domain from which the payment is made

Response

{
    "result": {
        "code": 0,
        "redirect_url": "https://kaspi.kz/pay/quickpayment?quick_pay_id=Betssonkzad1e50a5-6afd-481e-8e14-37487734ed292517:52:00",
        "message": "Успешно обработано",
        "qr_code_image": ""
    }
}

Examples of error responses before the changes

Examples of error responses after the changes

Last updated