triPOS®

Tip

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:

Tip Request Specific

For more information please visit here.

Behaviors

The following are the defaults and validation errors of tip in PATCH /cloudapi/v1/lanes/{{laneId}}/configuration endpoint:

Example

Here is an example request modifying EBT configurations:

{
  "isTipAllowed"true,
  "tipSelections": "1,2,3"
}