triPOS®

TipOptions

TipOptions

The triPOS transaction API, Sale method accepts a tipOptions section on the request, as a child of the configuration section, to control tip behavior on a per transaction basis. These options override any existing tip-related lane configurations.

The tipOptions request sections allows you to:

To disable tip in triPOS Cloud, set isTipAllowed to FALSE, either in-line in the Sale request or in the lane configuration.
To disable tip in triPOS Direct, do not include a tipOptions section in your request AND set the isTipAllowed=False in the triPOS.config file.