Get Fees
Understanding Get Fees response
The successful response for get fees endpoint is broken down this way:
data.charge_amount
: This the total amount to be charged, total amount = amount + fee
data.fee
: This is a cumulative of the merchantfee (if applicable)+
ravefee
data.merchantfee
: This is the merchant fee on the transaction, it is applicable when using a subdomain. Subdomains allow you white-label quidpay, and offer it as a customised service to your merchant, we allow you set a markup fee on it and earntransaction fees
. In this scenario themerchant-fee
would be thesubdomain markup fee
if applicable.
data.ravefee
: This is the fee charged per transaction by quidpay.
Updated less than a minute ago