v1

latestOpenAPI 3.0.02026-07-24126202516.7 KB
Fees

Show Fee

Show details of a specific Fee using a given :id. If the item_amount is specified, the response also shows the calculated_fee based on a percentage of the item_amount.

get/fees/{id}

Path parameters

idstring required

Fee ID

Query parameters

item_amountinteger required

The cost of the item in cents on which the calculated Fee is based

Response

OK

Example response

{
  "fees": {
    "id": "36020976-f345-4d0f-b860-9c025ccce668",
    "name": "Seller Success Fee",
    "to": "seller",
    "calculated_fee": 400
  }
}