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