# Supported Payment Gateways

- [Stripe](https://docs.paymentpageplugin.com/payment-gateways/stripe.md)
- [Stripe Webhook Configuration](https://docs.paymentpageplugin.com/payment-gateways/stripe/stripe-webhook-configuration.md): Configure Webhook Settings from Stripe in Payment Page with a few easy steps.
- [Credit + Debit Cards](https://docs.paymentpageplugin.com/payment-gateways/stripe/credit-+-debit-cards.md)
- [SEPA Direct Debit](https://docs.paymentpageplugin.com/payment-gateways/stripe/sepa-direct-debit.md)
- [Google Pay](https://docs.paymentpageplugin.com/payment-gateways/stripe/google-pay.md)
- [Apple Pay](https://docs.paymentpageplugin.com/payment-gateways/stripe/apple-pay.md)
- [Microsoft Pay](https://docs.paymentpageplugin.com/payment-gateways/stripe/microsoft-pay.md)
- [Alipay](https://docs.paymentpageplugin.com/payment-gateways/stripe/alipay.md)
- [WeChat Pay](https://docs.paymentpageplugin.com/payment-gateways/stripe/wechat-pay.md)
- [PayPal](https://docs.paymentpageplugin.com/payment-gateways/paypal.md)
- [PayPal Setup](https://docs.paymentpageplugin.com/payment-gateways/paypal/paypal-setup.md): Accepting PayPal payments takes a few simple configuration steps. Here's everything you need to know.
- [PayPal Webhook Configuration](https://docs.paymentpageplugin.com/payment-gateways/paypal/paypal-webhook-configuration.md): Configuring PayPal webhooks takes a few simple steps in order to validate payment completion.
- [Credit + Debit Cards](https://docs.paymentpageplugin.com/payment-gateways/paypal/credit-+-debit-cards.md)
- [Pay Later](https://docs.paymentpageplugin.com/payment-gateways/paypal/pay-later.md)
- [Venmo](https://docs.paymentpageplugin.com/payment-gateways/paypal/venmo.md)
- [Bancontact](https://docs.paymentpageplugin.com/payment-gateways/paypal/bancontact.md)
- [BLIK](https://docs.paymentpageplugin.com/payment-gateways/paypal/blik.md)
- [eps](https://docs.paymentpageplugin.com/payment-gateways/paypal/eps.md)
- [giropay](https://docs.paymentpageplugin.com/payment-gateways/paypal/giropay.md)
- [iDEAL](https://docs.paymentpageplugin.com/payment-gateways/paypal/ideal.md)
- [Mercado Pago](https://docs.paymentpageplugin.com/payment-gateways/paypal/mercado-pago.md)
- [MyBank](https://docs.paymentpageplugin.com/payment-gateways/paypal/mybank.md)
- [Przelewy24 (P24)](https://docs.paymentpageplugin.com/payment-gateways/paypal/przelewy24-p24.md)
- [SOFORT](https://docs.paymentpageplugin.com/payment-gateways/paypal/sofort.md)


---

# 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.paymentpageplugin.com/payment-gateways.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.
