The triPOS service accepts a tip details in several transactions. triPOS can modify tip settings using PATCH /cloudapi/v1/lanes/{{laneId}}/configuration
endpoint.
The tipSelections
in configuration allows you to:
For more information please visit here.
The following are the defaults and validation errors of tip in PATCH /cloudapi/v1/lanes/{{laneId}}/configuration
endpoint:
isTipAllowed
=
true, tip is enabled for all the transactions.tipSelections
is set to an improper value, the error is Selection values must be a comma-separated list of decimal numbers, ‘none’ or ‘other’
.Here is an example request modifying EBT configurations:
{ "isTipAllowed": true, "tipSelections": "1,2,3" }