Stripe adds Stripe Reader S710 support with configurable splash screens
New Device Support
Stripe Terminal now supports the Stripe Reader S710, a new payment terminal device. The device is available as stripe_s710 and simulated_stripe_s710 values for the device_type property on the Terminal Reader object, enabling developers to integrate the latest hardware into their payment workflows.
Device Configuration
A new stripe_s710 hash has been added to the Terminal Configuration object, which includes a splashscreen parameter. This allows merchants to customize the splash screen display shown on S710 devices when creating or updating Terminal Configurations.
Action Items
- Upgrade your SDKs to the latest version to support the new device type and configuration options across all languages (Ruby, Python, PHP, Java, Node.js, Go, .NET)
- Update your API version to
2026-02-25.cloverin Workbench or include the version header in API requests - Test your integration against the new API version before deploying to production
- Configure splash screens for S710 devices using the new
stripe_s710.splashscreenparameter if you're using Terminal Configurations - Roll back capability: You have 72 hours to roll back to a previous API version if needed
The upgrade process is available in Stripe Workbench, with full testing guidance provided in Stripe's upgrade documentation.