- The Mobile Payments SDK is now in General Availability in the United States.
- New sample application written in Kotlin and Compose.
AuthorizationManager
- TheauthorizedLocation
field has been renamed tolocation
.- The Offline Payments feature is now in Beta. Sellers must continue to opt in to offline payments to participate.
OfflinePaymentQueue
- Removed thelocation
field from the offline payment queue (Beta feature). Applications should use theAuthorizationManager
location
field instead.
- The Mobile Payments SDK is now in General Availability in the United States.
- New sample application written in Swift and Swift UI.
- The Offline Payments feature is now in Beta. Sellers must continue to opt in to offline payments to participate.
OfflinePaymentQueue
- Removed thelocation
field from the offline payment queue (Beta feature). Applications should use theAuthorizationManager
'slocation
field instead.- The
notSupported
andReaderPairingError
are removed and replaced by more descriptive errors:simulatorNotSupported
andsandboxNotSupported
. For more information, see Handling Errors.