iOS
Migrate from Stripe on your iOS app
iOS - Node Backend and Swift Frontend
$ npm install @juspay-tech/react-native-hyperswitch $ npm install @juspay-tech/hyper-node --save-dev $ npm install react-native-code-push react-native-gesture-handler react-native-inappbrowser-reborn react-native-pager-view react-native-safe-area-context react-native-screens react-native-svg// from
const stripe = require("stripe")("your_stripe_api_key");
// to
const stripe = require("@juspay-tech/hyper-node")("your_hyperswitch_api_key");source 'https://github.com/juspay/hyperswitch-pods.git'
source 'https://cdn.cocoapods.org/'# from
pod 'StripePaymentSheet'
# to
pod 'hyperswitch', '1.0.0-alpha01'Last updated
Was this helpful?

