- Built with Xcode 16.0 Swift version 6.0.
- New: Added field
requestPartialAuthorization
toSCPCardPresentParameters
.- If you are interested in joining this preview, please email stripe-terminal-betas@stripe.com.
- New: Added field
cardDetails
toSCPPaymentMethodDetails
.- Note for internet reader integrations, this feature requires reader software version
2.31
or later to be installed on your internet reader.
- Note for internet reader integrations, this feature requires reader software version
- Update: If the
fetchConnectionToken
completion block is called with an empty string for the token the SDK will fail the command withSCPErrorConnectionTokenProviderCompletedWithNothing
. - Fix: Resolved an issue where the SDK could be left in an unexpected state if
discoverReaders
was called while an existingdiscoverReaders
was already in progress. - Preview: CollectInputs now requires a unique
id
for eachSelectionButton
.- If you are interested in joining this preview, please email stripe-terminal-betas@stripe.com.
- Fix: Auto reconnect now reports
SCPErrorBluetoothConnectTimedOut
if it times out reconnecting to a reader instead ofSCPErrorCanceled
. - Fix: Auto reconnect will continue trying to reconnect while the app is in the background. When the app becomes active the reconnect timer will give another 60 seconds for reconnect to succeed before timing out.
- Fix: Resolved an issue where the
allowRedisplay
parameter was not correctly applied when usingupdatePaymentIntent
withcollectPaymentMethod