Chasing customers for overdue payments is one of the most stressful parts of running a tour business. It's awkward, time-consuming, and damages relationships. Automated payment reminders eliminate the problem entirely — sending professional reminders before payments are due, without any manual effort.
TourRova's automatic payment reminders work via email AND WhatsApp. Free 14-day trial.
Start Free 14-Day TrialMost tour operators rely on a mental note or a calendar event to chase outstanding payments. This approach fails because:
Automated reminders solve all of these problems while maintaining a professional, friendly tone.
TourRova uses a daily cron job (automated task) that runs every morning at 8 AM and checks all pending payments. For each payment with a due date, it sends reminders at these intervals:
| When | Message | Channel |
|---|---|---|
| 7 days before due | "Payment due in 7 days" | Email + WhatsApp |
| 3 days before due | "Payment due in 3 days" | Email + WhatsApp |
| Due today | "Payment due TODAY ⚠️" | Email + WhatsApp |
| 1 day overdue | "Payment OVERDUE 🚨" | Email + WhatsApp |
| 3 days overdue | "URGENT: Payment Overdue" | Email + WhatsApp |
Each reminder email includes a Pay Online Now button linking to the customer portal where they can pay their balance directly. The WhatsApp message includes the same link.
When recording a payment in TourRova (from any booking view), always set the Due Date field. This is the date you expect to receive the payment. Without a due date, no reminder is sent.
For self-hosted installations, add this cron job in Hostinger hPanel → Advanced → Cron Jobs:
Schedule: Minute 0, Hour 8, Day/Month/Weekday: * (runs daily at 8 AM)
Command: php /home/u320688752/domains/tourrova.com/public_html/cron/payment_reminders.php
For TourRova cloud users, this is already configured automatically — no action needed.
For reminders to also go via WhatsApp, connect your WhatsApp Business API in Settings → WhatsApp Setup. See the WhatsApp setup guide for instructions.
Go to Payments → Reminders to see all pending payments, their due dates, and the full reminder log showing every reminder sent with timestamp and channel.
Tour operators using automated payment reminders report significant improvements:
TourRova automates email and WhatsApp payment reminders. Start your free trial.
Start Free 14-Day Trial