New
- Streamlined Connection flow - For Tap to Pay on iPhone and smart readers, you can now use
Terminal.easyConnectwhich combines the discovery and connection steps into a single method call. - Internet reader discovery now supports filtering by reader ID or serial number. You can set the new
discoveryFilterproperty on theInternetDiscoveryConfigurationto discover a specific reader. - Added mPOS support for QR-based non‑card payments.
MobileReaderDelegatehas two new callbacks you must implement to enable this:reader:didRequestPaymentMethodSelection:availablePaymentOptions:completionto allow your application to choose the payment method type the customer wants.reader:didRequestQrCodeDisplay:qrData:completion:to display the QR code.
- Added simulated reader support for Mail Order / Telephone Order payments.
- To request access to this feature, please contact Stripe Support.