Security Keys — Android
Generate keys in Settings > In-Person Payments > Android SDK Keys.
val config = CyoGateConfiguration.Builder()
.setApiKey("YOUR_API_KEY")
.setSdkPublicKey(loadKeyFromAssets("cyogate_public_key.pem"))
.build()Never include your private SDK key in your APK or source code.
See the Tap to Pay on Android overview for the full topic list.