Calculation of the upper commission
A method for calculating the upper commission without actually debiting funds
POST
https://agwsapi.tarlanpayments.kz/showcase-gateway/api/v1/calculate/upper/commission
Headers
Content-Type
application/json
X-Signature
Request body parameters
agent
string
The code of the showcase in the Tarlanpayments system
project
string
The Project code in the Tarlanpayments system
service_code
string
The service code in the Tarlanpayments system
amount
float64
The amount to calculate the top commission for
Response body parameters
status
boolean
Request processing status
status_code
uint
Error code
message
string
Error description
result
object
The object that stores the query result
-amount
float64
The amount for which it was necessary to calculate the top commission
-amount_with_commission
float64
Total amount with top commission
(amount + commission)
-commission
float64
The amount of the top commission
Last updated