POST
/
v1
/
tariffs
/
calculate-fee
{
  "tariff_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "tariff_name": "<string>",
  "fee_range_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "fixed_fee": 123,
  "percent_fee": 123,
  "total_fee": 123,
  "method": "fixed",
  "is_fallback": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200 - application/json

Fee calculation result

The response is of type object.