Android
Migrate from Stripe on your android app
Migrate from Stripe on your Android app in less than 15 mins!
If you are already integrated with Stripe as your payment processor, we have made migrating to Hyperswitch much simpler for you. And we will be adding quick migration support for more leading payment processors in the near future. And once you migrate, get immediate access to 40+ payment processors and features such as Smart Router, Digital Payments Manager and many more.
Android - Node Backend and Kotlin Frontend
The code from your Stripe integration to be removed and replaced is explained below in a step by step manner.
Step 1: Install Hyperswitch’s SDK and server side dependencies from npm
Step 2: Change the API key on the server side and modify the paymentIntent endpoint from your server side. You can get the API key from Developers page on the dashboard.
Step 3: Configure your android with Hyperswitch dependency Add the following maven repository to the settings.gradle file
Step 4: Replace the dependencies block of your app build.gradle file
Step 5: Change these imports in your project
Step 6: Add an extra import for HyperSwitch and implement HyperInterface
Step 7: Run your application to make a test payment. And verify the status of the transaction on Hyperswitch Dashboard and Stripe Dashboard. Congratulations ! You have successfully integrated Hyperswitch to your payments stack and you now have access to a suite of 40+ payment processors and acquirers.
Last updated