Kotlin with REST API Integration
Integrate hyper SDK to your Kotlin App using hyperswitch-node
Requirements
1. Setup the server
2. Build checkout page on your app
2.1 Add the Buildscript Classpath
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath "io.hyperswitch:hyperswitch-gradle-plugin:$latest_version"
}
}2.2 Add the Plugin
2.3 Configure the SDK
2.4 Implement the HyperInterface
2.5 Setup the SDK and fetch a Payment
3. Complete the payment on your app
Final Step
Next Step:
Setup Payment MethodsLast updated
Was this helpful?

