> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/bookings/pricing/introduction.md ## Article Content: # About Bookings Pricing The Bookings pricing APIs and service plugin help you calculate booking costs, manage fees, and implement custom pricing logic for Wix Bookings services. These tools ensure transparent and accurate pricing throughout the booking process. These 3 components allow you to manage booking pricing: - [Pricing API](https://dev.wix.com/docs/rest/business-solutions/bookings/pricing/pricing-api/introduction.md): Calculate base prices for bookings before and after creation. Use Preview Price for custom checkout flows and Calculate Price for existing bookings. - [Booking Fees API](https://dev.wix.com/docs/rest/business-solutions/bookings/pricing/booking-fees/introduction.md): Calculate and manage cancellation fees based on booking policies. Apply fees to [eCommerce orders](https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/orders/introduction.md) and collect payment from customers. - [Pricing Integration Service Plugin](https://dev.wix.com/docs/rest/business-solutions/bookings/pricing/pricing-integration-service-plugin/introduction.md): Integrate custom pricing logic through service plugins. Override standard Wix Bookings pricing with sophisticated calculations based on taxes, discounts, or other business rules. ## Related APIs These APIs work with the Pricing APIs to give you complete control: ### Service configuration Set up pricing models and payment options for your services. - [Services V2 API](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/introduction.md): Configure base service pricing and payment options. - [Service Options and Variants API](https://dev.wix.com/docs/rest/business-solutions/bookings/services/service-options-and-variants/introduction.md): Set up varied pricing for different service options like age groups or equipment types. ### Booking policies Define cancellation rules that determine booking fees. [Booking Policies API](https://dev.wix.com/docs/rest/business-solutions/bookings/policies/booking-policies/introduction.md): Create policies that control cancellation fees and refund rules. ### eCommerce integration Handle payment processing and order management. [eCommerce Orders API](https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/orders/orders/introduction.md): Manage customer payment processes and order transactions within the Wix ecosystem. ## Next steps - **Building a custom checkout?** Start with the [Pricing API documentation](https://dev.wix.com/docs/rest/business-solutions/bookings/pricing/pricing-api/introduction.md) and review the [sample flows](https://dev.wix.com/docs/rest/business-solutions/bookings/pricing/pricing-api/sample-flows.md). - **Need custom pricing logic?** Check the [Pricing Integration Service Plugin documentation](https://dev.wix.com/docs/rest/business-solutions/bookings/pricing/pricing-integration-service-plugin/introduction.md) for advanced pricing scenarios. - **Managing cancellation fees?** Read about [booking fees](https://dev.wix.com/docs/rest/business-solutions/bookings/pricing/booking-fees/introduction.md) and [booking policies](https://dev.wix.com/docs/rest/business-solutions/bookings/policies/booking-policies/introduction.md).