v1
latestOpenAPI 3.0.02026-07-24126202516.7 KBFees
Create fee
Create a Fee to be associated with an Item. Fees will add or subtract from the Item amount based on the User, payment type or Disbursement account type. Fees can be Fixed or Percentage based. Fees can be capped, have a maximum amount and/or a minimum amount.
post/fees
Request body
Example request
{
"name": "Seller Success Fee",
"fee_type_id": "2",
"amount": 200,
"to": "seller"
}Response
OK
Example response
{
"fees": {
"id": "36020976-f345-4d0f-b860-9c025ccce668",
"name": "Seller Success Fee",
"to": "seller",
"calculated_fee": 400
}
}