Configure the Mobile Checkout SDK
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
private val bridge = BridgeAPI()
val configModel = ConfigModel(
publisherToken = "YOUR_PUBLISHER_TOKEN",
checkoutPublicKey = "YOUR_CHECKOUT_PUBLIC_KEY",
environment = "sandbox" // or "production"
)
| Parameter name | Required | Description |
|---|---|---|
| publisherToken | mandatory | The publisher token as presented in the dashboard |
| checkoutPublicKey | mandatory | The Checkout key as presented in the dashboard which will be used for displaying the checkout based on the dashboard design configurations |
| environment | mandatory | Could be one of the following: sandbox, production |
Was this page helpful?
