Addagio has two plan types stored in the system: PAY_PER_BOOKING (Starter) and MONTHLY (Pro).
Starter -- Free, 5% per booking
The default plan for all new vendors.
This plan is ideal for businesses just starting out or with low booking volume. You only pay when you get bookings.
Pro -- $29/month, 0% commission
For businesses with regular booking volume where 0% commission saves money.
At $29/month with 0% commission, this plan pays for itself if you process more than $580/month in bookings (at which point 5% would exceed $29).
Business -- $79/month
For established businesses and teams:
How subscriptions work technically
Each vendor has a Subscription record in the database with:
When a booking is created, the system looks up the vendor's subscription to determine the commission rate. If no subscription exists, the default 5% rate applies.
Changing plans
Upgrade from Dashboard > Billing. Upgrading takes effect immediately. The commission rate is updated on your subscription record, so all future bookings use the new rate. Existing bookings are not affected.
Free trial
New vendors on paid plans get a trial period. During the trial, the plan is active (status: TRIALING) with full features. After the trial ends, the plan converts to ACTIVE and billing begins.