> 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/migrate-from-stripe.md).

# Migrate from Stripe

{% hint style="info" %}
This sections explains how you can migrate from Stripe to Juspay Hyperswitch in less than 15 minutes
{% endhint %}

If you are already integrated with the leading payment processor Stripe, Hyperswitch makes your integration fast, fun and easy.

Below are the products and features of Stripe support for Hyperswitch quick migration. And once you migrate, get immediate access to 40+ payment processors and features of Hyperswitch.

{% tabs %}
{% tab title="Stripe Products" %}

| Stripe UI elements   | <mark style="color:green;">Supported for Payment sheet, Card element and wallet element</mark>                         |
| -------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| Stripe Payment links | Submit a feature request [here](https://github.com/juspay/hyperswitch/discussions/new?category=ideas-feature-requests) |
| Stripe Checkout      | Submit a feature request [here](https://github.com/juspay/hyperswitch/discussions/new?category=ideas-feature-requests) |
| {% endtab %}         |                                                                                                                        |

{% tab title="Functionalities" %}

|                                   |                                             |
| --------------------------------- | ------------------------------------------- |
| Payments (One-time and recurring) | <mark style="color:green;">Supported</mark> |
| Customers                         | <mark style="color:green;">Supported</mark> |
| Refunds                           | <mark style="color:green;">Supported</mark> |
| Payment methods                   | <mark style="color:green;">Supported</mark> |
| {% endtab %}                      |                                             |

{% tab title="Payment Methods" %}

|                                          |                                             |
| ---------------------------------------- | ------------------------------------------- |
| Cards                                    | <mark style="color:green;">Supported</mark> |
| Digital wallets - Paypal, Applepay, Gpay | <mark style="color:green;">Supported</mark> |
| Bank Transfers - Giropay, Sofort etc.,   | <mark style="color:green;">Supported</mark> |
| BNPL - Klarna, Affirm, Afterpay          | <mark style="color:green;">Supported</mark> |
| {% endtab %}                             |                                             |

{% tab title="Backend platforms" %}

|              |                                                                                                                        |
| ------------ | ---------------------------------------------------------------------------------------------------------------------- |
| Node         | <mark style="color:green;">Supported</mark>                                                                            |
| Python       | Submit a feature request [here](https://github.com/juspay/hyperswitch/discussions/new?category=ideas-feature-requests) |
| PHP          | Submit a feature request [here](https://github.com/juspay/hyperswitch/discussions/new?category=ideas-feature-requests) |
| Ruby         | Submit a feature request [here](https://github.com/juspay/hyperswitch/discussions/new?category=ideas-feature-requests) |
| {% endtab %} |                                                                                                                        |

{% tab title="Frontend platforms" %}

|               |                                                                                                                        |
| ------------- | ---------------------------------------------------------------------------------------------------------------------- |
| HTML          | <mark style="color:green;">Supported</mark>                                                                            |
| React         | <mark style="color:green;">Supported</mark>                                                                            |
| Java          | <mark style="color:green;">Supported</mark>                                                                            |
| Swift         | <mark style="color:green;">Supported</mark>                                                                            |
| React Native  | <mark style="color:green;">Supported</mark>                                                                            |
| Woocommerce   | <mark style="color:green;">Supported</mark>                                                                            |
| Bigcommerce   | Submit a feature request [here](https://github.com/juspay/hyperswitch/discussions/new?category=ideas-feature-requests) |
| Shopify       | Submit a feature request [here](https://github.com/juspay/hyperswitch/discussions/new?category=ideas-feature-requests) |
| {% endtab %}  |                                                                                                                        |
| {% endtabs %} |                                                                                                                        |

**Checkout the migration steps here:**

{% content-ref url="/pages/f9hZ2S6D9LvysrXRxh7l" %}
[Web](/other-features/payment-orchestration/quickstart/migrate-from-stripe/web.md)
{% endcontent-ref %}

{% content-ref url="/pages/vvGYb9HrVZjCh1pPRWjR" %}
[Android](/other-features/payment-orchestration/quickstart/migrate-from-stripe/android.md)
{% endcontent-ref %}

{% content-ref url="/pages/PljkX6noU4xbzLKBtzZI" %}
[iOS](/other-features/payment-orchestration/quickstart/migrate-from-stripe/ios.md)
{% endcontent-ref %}

{% content-ref url="/pages/GjYLcCis5gtzrLUrpR3A" %}
[React Native](/other-features/payment-orchestration/quickstart/migrate-from-stripe/react-native.md)
{% endcontent-ref %}


---

# 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/migrate-from-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.
