Android
Migrate from Stripe on your android app
Android - Node Backend and Kotlin Frontend
$ npm install @juspay-tech/hyperswitch-node// from
const stripe = require("stripe")(your_stripe_api_key);
// to
const stripe = require("@juspay-tech/hyperswitch-node")(
"your_hyperswitch_api_key"
);dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven {
url "https://maven.hyperswitch.io/release/production/android/maven/1.0.1"
}
}
}Last updated
Was this helpful?

