> 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: About Checkout ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/purchase-flow/checkout/introduction.md ## Article Content: # About Checkout Checkout functionality manages the second stage of the [purchase flow](https://dev.wix.com/docs/rest/business-solutions/e-commerce/purchase-flow/introduction.md), where customers finalize purchases by providing payment details, billing information, and shipping preferences. The checkout process handles transaction processing, applies discounts and taxes, and creates orders upon successful completion. The Checkout section includes these APIs: - **[Checkout API](https://dev.wix.com/docs/rest/business-solutions/e-commerce/purchase-flow/checkout/checkout/introduction.md)**: Core functionality for processing transactions and managing checkout data. - **[Checkout Templates API](https://dev.wix.com/docs/rest/business-solutions/e-commerce/purchase-flow/checkout/checkout-templates/introduction.md)**: Create and manage pre-populated checkouts with predefined items and configurations. - **[Abandoned Checkout API](https://dev.wix.com/docs/rest/business-solutions/e-commerce/purchase-flow/checkout/abandoned-checkout/introduction.md)**: Recover incomplete checkout sessions and re-engage customers. - **[Checkout Settings API](https://dev.wix.com/docs/rest/business-solutions/e-commerce/purchase-flow/checkout/checkout-settings/introduction.md)**: Configure checkout behavior, policies, and user interface elements. ## See also - [About Purchase Flow](https://dev.wix.com/docs/rest/business-solutions/e-commerce/purchase-flow/introduction.md) - [About Cart](https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/purchase-flow/cart/introduction.md) - [Architecture & Data Flow](https://dev.wix.com/docs/rest/business-solutions/e-commerce/architecture-data-flow.md)