> 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/merchant-controls/integration-guide.md).

# Customizable and Native Integrations

### How to get started?

Pick the platform / framework of your choice to get started with integrating the client SDK on your application

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>Hyperswitch Web</strong></mark></td><td></td><td></td><td></td></tr><tr><td><a href="/pages/taMwmTCWLSZ2Oo9sN7BO"><mark style="color:blue;"><strong>Hyperswitch Android</strong></mark></a></td><td></td><td></td><td></td></tr><tr><td><a href="/pages/9hdsVF5J4jdGLnp996nS"><mark style="color:blue;"><strong>Hyperswitch iOS</strong></mark></a></td><td></td><td></td><td></td></tr><tr><td><a href="/pages/G0oMC1dWfaDsvd2nvImw"><mark style="color:blue;"><strong>Hyperswitch React Native</strong></mark></a></td><td></td><td></td><td></td></tr><tr><td><a href="/pages/ebHaowJXpQAe8i2eaL8X"><mark style="color:blue;"><strong>Hyperswitch Flutter</strong></mark></a></td><td></td><td></td><td></td></tr><tr><td><a href="/pages/hZVEkiLue6NMEnVRqjFt"><mark style="color:blue;"><strong>Payment Features</strong></mark></a></td><td></td><td></td><td></td></tr><tr><td><a href="/pages/SnO67R3usX5JFmr66JXo"><mark style="color:blue;"><strong>Server Setup</strong></mark></a></td><td></td><td></td><td></td></tr></tbody></table>

### Modify and Experiment

Juspay Hyperswitch Unified Checkout is an inclusive, consistent and blended payment experience optimized for the best conversion rates.

| <img src="/files/tyNieL72lTbK7pq3GeMp" alt="" data-size="original"> | <p><strong>Inclusive</strong></p><p>Global payments, diverse methods - cards, buy now pay later, and digital wallets. Unified Checkout adapts to local preferences, integrates languages for an inclusive solution.</p> |
| ------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <img src="/files/FHjGGWboL3hjbQ6FgBPM" alt="" data-size="original"> | <p><strong>Consistent</strong></p><p>Consistent payment experience on Web, Android, and iOS with smart forms, minimal redirects, and intelligent retries. Unified Checkout ensures reliability and uniformity.</p>      |
| <img src="/files/2xKa0mysQDpWF0ZexhbI" alt="" data-size="original"> | <p><strong>Blended</strong></p><p>Tailor payment seamlessly with 40+ styling APIs for a native, cohesive, branded checkout in your Android app or website.</p>                                                          |

While the Unified Checkout is pre-optimized for maximum conversions, Hyperswitch does not restrict you to stick to a one-size-fits-all approach. Using Hyperswitch SDK APIs, you get complete control over modifying the payment experience by,

* **Including new fields to the payment form:** Quickly adapting to use cases such as collecting billing addresses, or zip code as additional information, since you will have complete control of your payment experience.
* **Prioritizing payment methods:** You can make an impact on the payment mix or conversion rates by prioritizing/ promoting specific payment methods for your customers.
* **Switching themes and layouts of checkout page:** The Unified Checkout comes with a wide range of pre-designed themes and layouts which you can choose from.


---

# 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/merchant-controls/integration-guide.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.
