One click

Платеж по сохраненной карте

Carrying out a transaction on a stored card

POST https://prapi.tarlanpayments.kz/transaction/api/v1/system/one-click/pay-in

Request Body

Name
Type
Description

amount*

Float

Amount of payment

callback_url

String

Project URL for sending callback with transaction status (see Sending callback)

card_token*

String

Token of the payment system received after card linking in webhook-e, card list or transaction status

description*

String

Description of payment (50 symbols)

merchant_id*

Integer

Merchant ID assigned by the payment system

project_client_id*

String

Client ID on the project side

project_id*

Integer

Project ID assigned by the payment system

project_reference_id*

String

Order number on the project side

additional_data

Object

More Options

{
    "status": true,
    "message": "Success",
    "result": {
        "transaction_id": 140001455,
        "transaction_status_code": "success",
        "bank_code":"101",
        "bank_message":"3DS authentication failed"
    }
}

Last updated