> For the complete documentation index, see [llms.txt](https://help.minexon.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.minexon.net/payment-gateways.md).

# PAYMENT GATEWAYS

- [Tebex Checkout](https://help.minexon.net/payment-gateways/tebex-checkout.md): Tebex Checkout Payment Gateways
- [PayPal](https://help.minexon.net/payment-gateways/paypal.md): PayPal Payment Gateway
- [PayPal (Checkout)](https://help.minexon.net/payment-gateways/paypal-checkout.md): PayPal (Checkout) Payment Gateway
- [Stripe](https://help.minexon.net/payment-gateways/stripe.md): Stripe Payment Gateway
- [Skrill](https://help.minexon.net/payment-gateways/skrill.md): Skrill Payment Gateway
- [Zen](https://help.minexon.net/payment-gateways/zen.md): Zen Payment Gateway
- [Mollie](https://help.minexon.net/payment-gateways/mollie.md): Mollie Payment Gateway
- [Paysafecard](https://help.minexon.net/payment-gateways/paysafecard.md): Paysafecard Payment Gateway
- [Paymentwall](https://help.minexon.net/payment-gateways/paymentwall.md): Paymentwall Payment Gateway
- [Coinbase](https://help.minexon.net/payment-gateways/coinbase.md): Coinbase Payment Gateway
- [Giropay](https://help.minexon.net/payment-gateways/giropay.md): Giropay Payment Gateway
- [PayU (India)](https://help.minexon.net/payment-gateways/payu-india.md): PayU Payment Gateway
- [Freekassa](https://help.minexon.net/payment-gateways/freekassa.md): Freekassa Payment Gateway
- [2Checkout](https://help.minexon.net/payment-gateways/2checkout.md): 2Checkout Payment Gateway
- [Cashfree](https://help.minexon.net/payment-gateways/cashfree.md): Cashfree Payment Gateway
- [Razorpay](https://help.minexon.net/payment-gateways/razorpay.md): Razorpay Payment Gateway
- [GoPay](https://help.minexon.net/payment-gateways/gopay.md): GoPay Payment Gateway
- [G2APAY](https://help.minexon.net/payment-gateways/g2apay.md): G2APAY Payment Gateway
- [Coinpayments](https://help.minexon.net/payment-gateways/coinpayments.md): Coinpayments Payment Gateway
- [Neteller](https://help.minexon.net/payment-gateways/neteller.md): Neteller Payment Gateway
- [PayTM](https://help.minexon.net/payment-gateways/paytm.md): PayTM Payment Gateway
- [Qiwi](https://help.minexon.net/payment-gateways/qiwi.md): Qiwi Payment Gateway
- [Mercado Pago](https://help.minexon.net/payment-gateways/mercado-pago.md): Mercado Pago Payment Gateway


---

# 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://help.minexon.net/payment-gateways.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.
