> For the complete documentation index, see [llms.txt](https://docs.yaycommerce.com/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yaycommerce.com/manual/getting-started/buy-plugin/payment-methods.md).

# Payment methods

### Which payment methods do you accept?

YayCommerce currently supports two payment gateways: PayPal & Stripe

<figure><img src="/files/DFBqMYpg5Jycgl1E4N8q" alt=""><figcaption></figcaption></figure>

Within Stripe, customers may see multiple payment options depending on their country and device.

### What payment options are available under Stripe?

When selecting **Stripe**, you may see:

#### 💳 Credit / Debit Card

* Visa
* Mastercard
* American Express
* Discover
* Other major card networks

You can enter your card details directly at checkout.

#### 🏦 Bank Payment (via Stripe)

In supported countries (e.g., the U.S.), Stripe may offer:

* Direct bank payments
* Secure bank login connection

You’ll be asked to select your bank and authorize the payment securely.

<figure><img src="/files/OAyERiPsXottYa5KrVJw" alt=""><figcaption></figcaption></figure>

#### 📱 Express Payment Options (if available)

Depending on your device and location, you may also see:

* **Google Pay** (You will be redirected to pay.google.com to complete the transaction)
* **Amazon Pay** (After submission, you will be redirected to securely complete next steps)
* **Cash App Pay** (You will be shown a QR code to scan using Cash App)

These allow faster checkout using your saved payment credentials.

### Why do I see different payment options than someone else?

Stripe dynamically displays available payment methods based on:

* Your country
* Your currency
* Your device/browser
* Stripe eligibility rules

Not all customers will see the same options.


---

# 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.yaycommerce.com/manual/getting-started/buy-plugin/payment-methods.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.
