> For the complete documentation index, see [llms.txt](https://docs.zotlo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zotlo.com/features/checkout/checkout-overview.md).

# Checkout Overview

Checkout is Zotlo’s primary payment interface for selling subscriptions and one-time products. It supports embedded and hosted implementations, API-generated checkout links, localized pricing, multi-language experiences, and all global payment methods available in your project.

Checkout applies your configured pricing, country rules, taxes, and branding settings automatically, ensuring a consistent purchase experience across regions and devices.

<div data-with-frame="true"><figure><img src="/files/NGrmDb0aXxEFds1JMRV0" alt="" width="563"><figcaption></figcaption></figure></div>

## **Key Capabilities**

### **Global Payment Methods**

Checkout supports [cards](/features/payment-methods/cards.md), [Apple Pay](/features/payment-methods/apple-pay.md), [Google Pay](/features/payment-methods/google-pay.md), [PayPal](/features/payment-methods/paypal.md), and region-specific payment options. Availability is determined by device, region, merchant configuration, and PSP/MoR capabilities.

Explore all [payment methods](/features/payment-methods/payment-methods-overview.md).&#x20;

### **Localized Pricing**

Checkout displays prices based on your country-level pricing and currency configuration. Localized rules, overrides, and fallback behaviors are applied automatically at runtime.&#x20;

See more about [localized pricing](/features/products-and-plans/localized-pricing.md).

### **Multi-Language Experience**

Checkout UI is available in multiple languages, adapting to the user’s browser locale or to the language you select programmatically.&#x20;

See more about [multi-language support](/features/checkout/multi-language.md).

### **Automatic Tax Handling**

Checkout always charges the price you define.

* In MoR model, Zotlo calculates and processes taxes internally.
* In PSP model, tax responsibility is handled by the merchant. Prices must be entered tax-inclusive.

See more about [product & pricing](/features/products-and-plans/products-overview.md).

### **Business Tax ID Support**

Checkout can collect VAT/GST IDs and company billing information for B2B purchases. Tax-exemption logic applies in MoR model where applicable.

### **Branding & UI Style**

Merchants can customize the appearance of checkout through theme settings, colors, fonts, logos, and supported layout elements.&#x20;

Explore [branding & customization](/features/checkout/branding-and-customization.md).

### **Quantity Support**

Checkout supports quantity selection for one-time products and subscriptions where applicable.

### **Success & Redirect Flow**

After a successful payment, customers are redirected to your configured success URLs. Dynamic transaction parameters can be appended, and [Zotlo webhooks](/integrating-zotlo/webhooks/webhooks-overview.md) and/or [API confirmation endpoints](/integrating-zotlo/api-reference/introduction.md) may be used for server-side validation.

## **Checkout Options**

→ [**Embedded Checkout**](/features/checkout/embedded-checkout.md)\
Embed the checkout form inside your web or mobile experience.

→ [**Hosted Checkout**](/features/checkout/hosted-checkout-no-code.md)\
Use Zotlo-hosted checkout pages without handling UI or PCI requirements.&#x20;

→ [**Checkout Links API**](/features/checkout/checkout-api-support.md)\
Create checkout links programmatically for dynamic or internal use cases.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zotlo.com/features/checkout/checkout-overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
