Test Card Simulator — Android
val config = CyoGateConfiguration.Builder()
.setApiKey("YOUR_SANDBOX_KEY")
.setEnvironment(CyoGateEnvironment.SANDBOX)
.enableTestCardSimulator(true)
.build()The simulator presents a UI to select approved, declined, or error scenarios. See Test Card Simulator for the full card list.
See the Tap to Pay on Android overview for the full topic list.