> For the complete documentation index, see [llms.txt](https://docs.hyperswitch.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hyperswitch.io/other-features/payment-orchestration/quickstart/payment-recipes/use-paypal-with-stripe.md).

# Use PayPal With Stripe

{% hint style="info" %}
This section will highlight the benefits of complementing your Stripe integration with PayPal
{% endhint %}

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

### Use PayPal with Stripe

With Juspay Hyperswitch, you can start offering PayPal to your customers, while enjoying the convenience and developer experience offered by Stripe. You can easily migrate from Stripe to Juspay Hyperswitch in five simple steps and add PayPal with a few button clicks. If you are not already integrated with Stripe, all that it takes is 15 minutes to integrate Juspay Hyperswitch from scratch. We have ready code snippets to copy-paste and integrate.

### Why is PayPal important for your online business?

If your online business is primarily based out of US, or, if you wish to expand your online business to a global audience, PayPal is a must have for your business, due to two reasons:

* 70% e-commerce stores in the US already support PayPal
* Get access to 400 million active users across the world

On one hand, Apple Pay is the most popular digital wallet on the planet, but its growth has been largely driven by offline/ in-store usage and it is limited to the iOS ecosystem for online payments. On the other hand, Google Pay is a globally popular wallet, but its user growth is largely driven by India (which caters to roughly 70% of its entire user base).

| E-commerce acceptance in United States | 70%                      | 1%                       | 4%                       |
| -------------------------------------- | ------------------------ | ------------------------ | ------------------------ |
| United States - user base              | -                        | 38 million               | 25 million               |
| Global - user base                     | 400 million active users | 535 million active users | 150 million active users |
| No. of countries                       | 200+                     | 80+                      | 40+                      |

If you wish to start offering PayPal to your customers, Juspay Hyperswitch offers you an end-to-end and future proof payments toolkit.

You can [migrate from Stripe](/other-features/payment-orchestration/quickstart/migrate-from-stripe.md) to Juspay Hyperswitch in less than 15 mins and enable PayPal in a couple of clicks. Please follow the account setup (next section) to enable different payment methods of Stripe with PayPal.


---

# 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.hyperswitch.io/other-features/payment-orchestration/quickstart/payment-recipes/use-paypal-with-stripe.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.
