Headless SDK
Hyperswitch is designed to facilitate the integration and management of payment-related functionalities in a decoupled or headless architecture with flexibility to customize your checkout UI.
Customize the payment experience using Headless functions
1. Initialize the Hyperswitch SDK
import { HyperProvider } from "@juspay-tech/hyperswitch-react-native ";
function App() {
return (
<HyperProvider publishableKey="YOUR_PUBLISHABLE_KEY">
// Your app code here
</HyperProvider>
);
}2. Create a Payment Intent
3. Initialize your Payment Session
options (Required)
Description
4. Craft a customized payments experience
options (Required)
Description
Last updated
Was this helpful?

