Расчет верхней комиссии
GET
https://prapi.tarlanpayments.kz/commission/api/v1/system/project/upper/commission
Query Parameters
Name
Type
Description
project_id*
Integer
Идентификатор проекта присваиваемый платежной системой
merchant_id*
Integer
Идентификатор мерчанта присваиваемый платежной системой
transaction_amount*
Float
Сумма транзакции
Headers
Name
Type
Description
{
"status": true,
"message": "Success",
"result": {
"total_commission_amount": 999.00
}
}
curl --location 'https://prapi.tarlanpayments.kz/comission/api/v1/system/project/upper/commission?merchant_id=999&project_id=999&transaction_amount=1000.00&transaction_type_code=in' \
--header 'Authorization: Bearer sign' \
--data ''
Last updated