# PayPal

Payment Page currently supports the Standard PayPal payment flow, which includes support for customers with and without PayPal accounts. If customers do not have PayPal accounts, they will have the option to complete payment with any supported credit card.&#x20;

Other PayPal payment methods are coming soon, and the documentation will be filled in accordingly.&#x20;

There are 2 steps to the PayPal setup process:

1. [PayPal Setup](https://docs.paymentpageplugin.com/payment-gateways/paypal/paypal-setup) - Connects your PayPal account in TEST and LIVE modes.&#x20;
2. [PayPal Webhook Configuration](https://docs.paymentpageplugin.com/payment-gateways/paypal/paypal-webhook-configuration) - Ensures payment confirmation for plugin [Form Actions on Submit](https://docs.paymentpageplugin.com/features/form-actions-on-submit).&#x20;

{% content-ref url="/pages/K6MMw3acqVLUZntstjB4" %}
[PayPal Setup](/payment-gateways/paypal/paypal-setup.md)
{% endcontent-ref %}

{% content-ref url="/pages/Bod2jfj6tc1jwfGhR9ks" %}
[PayPal Webhook Configuration](/payment-gateways/paypal/paypal-webhook-configuration.md)
{% endcontent-ref %}


---

# 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/paypal.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.
