Fire fees rules
ApiScope: payment.fees.rules.read
API Scope Level: ServiceSubscriberScope
application/json
Request Body required
fetchSurcharge boolean
fetchApplicationFee boolean
dealerId int64
tenderType string
Possible values: [CREDIT, DEBIT, CASH, ACH]
cardType string
Possible values: [VISA, MAST, DISC, AMEX, DINER, JCB]
transactionDepartment string
Possible values: [SERVICE, PARTS, SALES, BODYSHOP, LOANER, FINANCE, MANAGEMENT]
paymentType string
Possible values: [ONLINE, MANUAL, RETAIL, ACH]
dealerUuid string
transAmount number
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
surchargeFees object
property name* number
applicationFees object
property name* number
{
"surchargeFees": {},
"applicationFees": {}
}
Loading...