Back to docsChangelog
Stay up to date with the latest changes across Tapaya products.
1.5.0
Accept Android 1.5.0
AddedChanged
Added
Accept.sdk.version, Accept.sdk.isProduction, and Accept.sdk.deviceId() for diagnosticsPaymentReceiptConfig controls the receipt screen the companion shows after an *approved*
Changed
- The plugin's terminal now pre-warms in the background. Pure optimization — silent no-op until the
1.4.3
Accept Android 1.4.3
AddedChanged
Added
Accept.setLogLevel(AcceptLogLevel) for finer control over diagnostic log verbosity, with theAccept.setLogger(AcceptLogger?) to route consumer-facing SDK logs into a custom sink (Timber,
Changed
Accept.setDebugLoggingEnabled(enabled) is now shorthand for setLogLevel: true maps to
1.4.2
Accept Android 1.4.2
Changed
Changed
- The published
-sources.jar and API reference documentation now contain only the public API;
1.4.1
Accept Android 1.4.1
Fixed
Fixed
- CI: publish the API reference documentation site on release. No functional changes to the SDK from
1.4.0
Accept Android 1.4.0
AddedChanged
Added
- New
Accept entry point exposing SDK lifecycle as an observable state: StateFlow<SdkState>. AcceptAuth.authenticate(merchantToken) for merchant authentication.AcceptSdk.minimumAmounts() for merchant-configured minimum payment amounts per currency.AcceptMerchant surface: info(), config(), onboardingStatus(), availableCurrencies().AcceptPayments.pay() returning a Flow<PaymentEvent> (Creating, Created, Launched,PaymentEvent.Created — the payment token is now available as soon as the backend createsAcceptPlugin surface for the Accept terminal companion app: isInstalled(), install(),pay() now fails fast with PluginNotReadyForPayments if the plugin isn't authenticated and- Typed, sealed
AcceptException hierarchy for public failure modes (auth, plugin, location, Accept.clear() to reset locally persisted SDK state on logout.Accept.setDebugLoggingEnabled() for opt-in internal debug logging.- Location fix caching to speed up payment creation.
Changed
pay() is now Flow-based instead of Activity-for-result; results are correlated by request- Terminal activation is now a suspend function guarded against concurrent launches
- Default environment is
SANDBOX; target production explicitly via
1.3.2
Accept Android 1.3.2
Fixed
Fixed
AcceptUnknownException is now always constructed with a message, improving error reporting.- Companion-app discovery now matches only
com.tapaya.accept.* packages. - Removed a hardcoded demo token.
1.3.1
Accept Android 1.3.1
Changed
Changed
- Updated sandbox base URL to
api.sandbox.tapaya.com. - Example app rewritten to match the iOS example app flow: initialize → login (with auto-register on
1.3.0
Accept Android 1.3.0
AddedChanged
Added
- Optional
com.tapaya:accept-stripe module providing embedded Stripe Tap to Pay. The core - Companion-app management API on
Accept: isCompanionAppInstalled(), pairWithCompanionApp()
Changed
- Reduced size of Accept SDK.
- Companion app hand-off now uses an Android Intent instead of a
com.tapaya.accept:// deep link.