Enable Tipping
Configure the terminal to prompt customers for tips during payment. Once enabled, a tipping screen appears before every transaction.
Prerequisites
- Understand EPOS communication
- Access to the Terminal Management System (TMS)
- Terminal connected to the internet
Steps
- Open the Terminal Management System (TMS) at paxemea.whatspos.com.
- Navigate to your terminal's configuration.
- Go to the Plugin tab.
- In the tipping plugin field, enter:
com.paynt.tipping_plugin
- Click Next and then Activate to push the configuration.
How It Works
After enabling tipping:
- Your EPOS sends a sale request as normal.
- The terminal displays the tipping screen before the payment screen.
- The customer selects a tip amount or skips.
- The terminal processes the total (sale + tip).
- The transaction response includes the tip amount.
Tipping Screen
The tipping screen allows customers to:
- Select a preset tip percentage
- Enter a custom tip amount
- Skip tipping entirely
Transaction Response with Tip
When tipping is enabled, the transaction status includes additional fields:
{
"transApproved": true,
"transAmount": 100,
"gratuity": 15,
"gratuityFee": 25,
"totalAmount": 140,
...
}
| Field | Description |
|---|---|
| transAmount | Original sale amount |
| gratuity | Tip amount added by customer |
| gratuityFee | Service fee (if configured) |
| totalAmount | Final charged amount |
Disabling Tipping
To disable tipping:
- Open TMS and navigate to your terminal.
- Go to the Plugin tab.
- Turn off the TIP toggle.
- Push the configuration.
Related
- How to Process a Sale – Standard sale transaction
- Go Live – Full TMS configuration guide