Goal: Know what to do with payments when a booking is canceled.

Refunds and payment handling on cancellation

Where: Bookings → booking detail, and Stripe dashboard (for card payments).

Last updated: March 6, 2026

Goal: Know what to do with payments when a booking is canceled.

Where: Bookings → booking detail, and Stripe dashboard (for card payments).

Steps

  1. Open the booking in Bookings and check whether it is marked as paid.
  2. If the booking was paid by card, cancel the booking and the refund will be sent to your client.
Screenshot: Refund action (if present)
Screenshot: Refund action (if present)
  1. Confirm a refund occured on the Stripe dashboard.
  2. If the booking was paid by bank transfer, refund the client manually according to your policy.
  3. Update the booking notes/status so you have a clear record.
Screenshot: Booking payment status and cancel flow
Screenshot: Booking payment status and cancel flow

Notes

If your client cancelled the booking, a refund will only be made if they cancelled within your cancellation policy.

Related