Skip to Content
ResourcesChangelog

Changelog

This page records the update history of SUNBAY Developer Documentation, including new documentation, content updates, structural adjustments, and more.

2026-09-03

  • Updated the dependency coordinate to com.sunmi:sunbay-taplink-sdk-android:1.0.9
  • Rewrote the Connection Modes chapter around integration modes: ON_DEVICE, CROSS_DEVICE (CrossDeviceStrategy.LAN / CABLE / AUTO) and SUB_SCREEN, with a mapping table to the classic APP_TO_APP / LAN / CABLE API (which remains fully supported)
  • Added a Cross-Device with Auto Channel section covering channel selection, drop-triggered re-routing, same-terminal mDNS rediscovery, and what Auto will never do
  • Added a Choosing a mode table and an explicit “no code changes required when upgrading from v1.0.8” note
  • Updated the Quick Start connect example to ConnectionConfig.createOnDeviceMode()
  • Published the getTerminalInfo() read-only terminal information query in the v1.0.9 (Current) version history entry
  • Removed the obsolete TerminalInfo.logo field from the Android SDK reference
  • Removed obsolete autoOpenUsbScreenPlayer configuration guidance; use SUB_SCREEN for mandatory customer-display activation
  • Corrected Android SDK transaction examples to pass amounts in the smallest currency unit
  • Updated the integration architecture guide to reflect that Cable mode is now available
  • Updated the local integration basic steps to use the v1.0.9 On-Device, Cross-Device, and Sub-Screen modes
  • Aligned the Sub-Screen SDK section with the On-Device and Cross-Device sections in the connection-mode hierarchy

2026-09-02

Integration architecture upgraded

  • Upgraded integration classification from connection-based (App-to-App / LAN / Cable) to form-based (On-Device / Cross-Device / Sub-Screen)
  • Added Auto routing (Cross-Device · Auto) — SDK auto-selects between LAN and Cable
  • Cloud mode now presented under Cross-Device
  • Updated PinPad setup instructions to replace legacy Taplink Configuration switch

2026-08-25

Merchant APIs now return processor identifier lists

  • Retrieve Merchant response adds midList, returning the channelCode, channelName, and mid assigned by each payment channel (processor).
  • List Merchant Terminals response adds tidList on every terminal, returning the channelCode, channelName, and tid assigned by each payment channel (processor).
  • Clarified that mid differs from the platform merchantId and tid differs from the terminal serial number (sn); an empty array is returned when no payment channel has been enabled.

2026-08-07

Android SDK v1.0.8 API Audit

  • Audited the v1.0.7 and v1.0.8 AARs class-by-class and documented every previously missing change.
  • Documented the expanded PaymentEvent progress states and the generic fallback event used for unrecognized event codes.
  • Recorded the breaking changes: PaymentEvent.WaitingOnlineResponse was removed in favour of OnlineProcessing; JSON serialisation moved from Gson to Jackson 2.17.2; BasicRequest/BasicResponse.bizData changed from JsonObject to String; ConnectionConfig.createAppMode() now takes an optional AppToAppMode.
  • Documented AppToAppMode, TipSuggestions.names, and the PaymentResult.relatedTransactionStatus / transactionBatchStatus fields.

Tip Configuration Source Precedence

  • Clarified that tipConfig.useHostConfig = true ignores every other request field, onScreenTip included — combining it with onScreenTip = false does not skip tipping.
  • Scoped the onScreenTip / suggestions behavior table to useHostConfig = false, which is the only case it describes.
  • Documented that with useHostConfig = false, tipMode and tipWithTax no longer fall back to the terminal values when omitted — the same rule that already applied to suggestions.
  • Extended the behavior table with a receipt tip area column: the tip is captured in exactly one place — the on-screen tip leaves no tip area on the receipt, while disabling it moves capture to the receipt as either suggested amounts or a blank tip line.

2026-08-06

Android SDK Signature & Tip Configuration Source

  • Rewrote the Android SDK signature documentation around signatureConfig and its SignatureConfig factory methods, replacing the previous signatureEntryLocation description.
  • Documented useHostConfig for both signatureConfig and tipConfig: it selects one whole configuration source (terminal or request) and the two are never merged field by field.
  • Clarified that a null tipConfig.suggestions means no suggested tips are shown and does not fall back to the platform values.
  • Added amount-threshold signature options (onScreenAbove, onReceiptAbove) and the none() option.
  • Documented signatureConfig in the Cloud/semi-integration Sale and Auth API references, and confirmed the legacy signatureEntryLocation field stays supported (an explicit entryLocation alone selects the request configuration).
  • Extended signatureConfig support to non-referenced refunds (RefundRequest.nonReferencedBuilder().setSignatureConfig(...)); referenced refunds still reject it.
  • Batch Close now accepts the transaction-receipt values MERCHANT and CUSTOMER for printReceipt and treats them as AUTO instead of returning a parameter error.
  • Documented receipt-printed tip suggestions: tipConfig.onScreenTip = false combined with suggestions no longer skips tipping — the terminal prints the suggested amounts on the receipt instead of showing a tip screen.
  • Clarified tipConfig.tipMode: AFTER_SALE authorizes the sale first, then prompts for the tip and sends a follow-up tip adjustment — identical to how the terminal behaves outside semi-integration. Your callback still fires only once, after the tip is settled.
  • Corrected the amount.tipAmount / tipConfig rule: the two are mutually exclusive and passing both returns TipConfigConflict (E302). The previous text incorrectly stated that tipAmount takes precedence.

2026-07-29

Batch Close Report Printing

  • Added the optional printReceipt field to Batch Close requests.
  • Documented AUTO, BOTH, TOTAL, DETAIL, and NONE batch report print modes. The default is AUTO.

2026-07-15

Transaction Query & Online Refund Updates

2026-01-21

Initial Release

  • Released SUNBAY Developer Documentation site
  • Includes core content such as product introduction, quick start, integration guide, API reference, SDK documentation, and resource center
  • Supports Chinese version
  • Provides API Tester online debugging tool
Last updated on