Build payments into your Android mobile app.The Bill24 Android SDK with Kotlin helps you build customizable payments into your app. We provide powerful and customizable UI screens and allow your customer to make payment Easier and FasterHow to integrate#
Now you can access our function
to initiate SDK.To initiate SDK or load SDK you must use this class name B24PaymentSdk().initInstantPayment
Property | Type | Description |
---|
userSyncCode | String* | Unique code created by the customer |
refererKey | String* | Can be any key to identity the client side or referer URL |
language | String | Language setting ("en" for English, "km" for Khmer) |
isDarkMode | Boolean | Enables dark mode (true for dark mode, false for light mode) |
isProduction | Boolean | Indicates environment (true for live, false for testing) |
Version | SDK/API Level |
---|
Android 7+ | Level 24.0 |
To initiate SDK or load SDK you must provide userSyncCode
that you get from endpoint Create Customer. Modified at 2025-05-22 07:58:46