> 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/payment-methods/payment-methods-overview.md).

# Payment Methods Overview

Payment Methods define **how customers pay** during checkout and subscription lifecycle. Zotlo allows you to accept multiple payment methods, either through **Zotlo’s built-in payment infrastructure** (MoR model) or through your **connected PSP**.

All payment methods can be used:

* **With Zotlo (Merchant of Record model)** → Zotlo processes the payment and manages tax, risk & billing.
* **With your own PSP** → If your PSP supports the method, Zotlo routes the charge to your gateway.

## **How Payments Work?**

Zotlo automatically determines which payment methods to show to the customer based on:

### **Payment Methods**

Currently supported methods:

* [Credit & Debit Cards](/features/payment-methods/cards.md)&#x20;
* [Apple Pay](/features/payment-methods/apple-pay.md)&#x20;
* [Google Pay](/features/payment-methods/google-pay.md)&#x20;
* [PayPal](/features/payment-methods/paypal.md)

### **🌍 Customer Location**

Payment methods appear only if available in the customer’s country. For example local wallet options appear only where supported. For more see [Regional Availability & Considerations](#regional-availability-and-considerations)

### 💵 **Transaction Currency**

Methods are filtered by whether they support the currency of the sale.

### **📱 Device Compatibility**

* **Apple Pay** → shown only on Apple devices using Safari
* **Google Pay** → shown on Android & Chrome
* **PayPal** → shown if regionally available
* **Cards** → always available globally (issuer rules may apply)

### 🧾 **Transaction Type**

Some methods (like Apple Pay / Google Pay) may have restrictions on:

* Recurring billing
* Subscription renewals
* Minimum/maximum amounts

{% hint style="info" %}
**Result :** Zotlo automatically hides incompatible methods to keep the experience smooth. Customers always see **the right methods**, increasing payment success and conversion.
{% endhint %}

## **Zotlo vs PSP Methods**

#### **If you use Zotlo’s built-in payment methods:**

👉 You are using the [**Merchant of Record (MoR)**](/welcome/merchant-of-record.md) model.\
Zotlo manages:

* Tax calculation & remittance
* Payment processing
* Fraud checks
* Chargeback handling
* Compliance
* Payouts to the merchant

This is the simplest way to start selling.

#### **If you connect your own PSP:**

👉 You use the [**PSP model**](/welcome/connect-your-psp.md).

* Payments are processed by your gateway
* Funds settle directly to your account
* Zotlo provides checkout, subscriptions, retries, analytics
* The payment methods shown depend on what **your PSP supports**

You still get Apple Pay, Google Pay, PayPal and Card payments, if your PSP supports them.

## **Regional Availability**

The following availability rules apply automatically:

* **Apple Pay**\
  Apple Pay is displayed only in supported countries and on compatible Apple devices using Safari browser. See the list of supported countries and regions by Apple Pay [👉 here](https://support.apple.com/en-us/102775)
* **Google Pay**\
  Google Pay is displayed only in supported countries and on compatible Android devices or the Chrome browser. See the list of supported countries and regions. by Google Pay [👉 here](https://support.google.com/googlepay/answer/12429287)
* **PayPal**\
  PayPal is displayed based on regional availability and the customer’s PayPal account eligibility.

  See the list of supported countries and regions by PayPal [👉 here](https://www.paypal.com/us/webapps/mpp/country-worldwide)
* **Card Payments**\
  Zotlo supports global card networks such as **Visa, Mastercard, American Express, Discover, JCB, Union Pay, Diners Club etc.** Card payment availability depends on issuer rules, network support, SCA requirements and local regulations.

Zotlo filters these automatically so customers never see unavailable options.

{% hint style="info" %}
**Tip:** Always consider your audience’s countries and devices to maximize payment success.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.zotlo.com/features/payment-methods/payment-methods-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
