Upper fee calculation
GET
https://prapi.tarlanpayments.kz/commission/api/v1/system/project/upper/commission
Query Parameters
Name
Type
Description
project_id*
Integer
Project ID assigned by the payment system
merchant_id*
Integer
Merchant ID assigned by the payment system
transaction_type_code*
String
Type of transaction
transaction_amount*
Float
Transaction amount
Headers
Name
Type
Description
Authorization*
String
Bearer Auto-rotation hash (see Signature Creating)
{
"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 ''