Settings / Service Fees

NameService Fees
DescriptionService Fees Settings by Credential
TypeGET
URL/v9/settings/service_fees

Long Description

Settings by Credential / Brokerage from Ticket Evolution Settings App

Parameters

None.


Examples
 

RequestResponse
/v9/settings/service_fee
{
  "settings":[
    {
      "type":"PercentageServiceFee",
      "amount":"0.0",
      "range_minimum":"0.0",
      "label":"Service Fee",
      "updated_at":"2012-02-16T23:00:44Z",
      "id":"2873"
    },
    {
      "type":"PercentageServiceFee",
      "amount":"20.0",
      "range_minimum":"100.0",
      "label":"Over $100",
      "updated_at":"2012-08-28T21:42:24Z",
      "id":"3022"
    },
    {
      "type":"FlatServiceFee",
      "amount":"30.0",
      "range_minimum":"500.0",
      "label":"Over $500",
      "updated_at":"2012-08-28T21:42:41Z",
      "id":"3023"
    }
  ]
}