The triPOS sale service accepts a requestedCashbackAmount
field on the request that gets added to the total amount if isCashbackAllowed
flag is set to true in the tripos.config and the card used is cashback capable. When sent in the request, this value takes precedence over the other cashback configuration values (except the isCashbackAllowed
)
in the triPOS.config. This field tells triPOS on a per-request basis that a cashback should automatically be applied to the transaction.
The PIN pad will not prompt for cashback options, but it will prompt for confirmation of the cashback amount.
Important notes about the requestedCashbackAmount
: