What's New
Everything that changed in the latest release — new APIs, improvements, and fixes — with direct links to each updated section.
v1.0.5
— February 26, 2026New Features
The SDK initialization flow now includes an optional onTerminalBindingTask callback that fires when multiple terminals are registered. Use it to let the operator select or auto-bind a specific terminal before the session begins.
A new utility namespace covering device identification (getDeviceId), location services (haveLocationPermission, requestLocationPermission, currentLocation, isLocationMocked), and message dialogs (showMessageDialog).
Open a local TCP channel so external POS systems, kiosks, or backend services can trigger payment transactions on the SDK via HTTP on the local network. Configure with RemoteChannel.LocalNetwork(port, timeout).open().
TransactionType.CASHBACK is now supported, allowing purchase-with-cashback flows. No original transaction reference required.
New setPartnerConfig() method allows partners to apply an encrypted configuration string before SDK initialization. Supports overriding environment URLs, custom 'Powered By' branding, and partner-specific feature flags.
Improvements
Clarified that onPaymentProcessComplete fires up to 3 times depending on FlowType: once after server response (IMMEDIATE), at status animation (STATUS/DETAIL), and when the detail screen closes (DETAIL). Always gate post-payment logic on isFlowComplete === true.
The 5-minute quick start example now includes the onTerminalBindingTask callback in the initiate() call for Kotlin, Java, and Xamarin, matching the updated SDK signature.
All code blocks now reference the latest version dynamically from the version config. Current version: 1.0.5.
Two additional TransactionType values added to the reference table: CHANGE_PIN (change cardholder PIN) and ACTIVATE_CARD (activate a new card).
Older Releases
For a full history of all releases, visit the Changelog.
On this page
Downloads
Coming SoonSample apps, release bundles, and more content will be available here soon.