Adds support for collecting card details and confirming Payment Intents to server-driven Terminal integrations
What’s new
This change adds the following action types to the Terminal Reader API to support server-driven Terminal integrations:
- collect _ payment _ method
- confirm _ payment _ intent
This release also adds the terminal.reader.action_updated event.
Impact
Server-driven Terminal integrations can now collect card details and confirm Payment Intents using the API.
Learn more about the server-driven integration for Terminal.
Changes
| Endpoints | Change | Resource |
|---|---|---|
| collect_payment_method confirm_payment_intent | Added | Terminal. Reader |
| Parameters | Change | Resources or endpoints |
| collect_payment_method confirm_payment_intent | Added | Terminal. Reader. action |
| Values | Change | Enums |
| terminal. reader. action_updated | Added | Event. type |
| collect_payment_method confirm_payment_intent | Added | Terminal. Reader. action. type |
| terminal. reader. action_updated | Added | WebhookEndpoint#create. enabled_events WebhookEndpoint#update. enabled_events |
| Change | Event type | |
| terminal. reader. action_updated | Added | Terminal. Reader |
Upgrade
- View your current API version in Workbench.
- If you use an SDK, upgrade to the corresponding SDK version for this API version.
- If you don’t use an SDK, update your API requests to include Stripe-Version: 2025-06-30. basil
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
- In Workbench, perform the upgrade . You can roll back the version for 72 hours.
Learn more about Stripe API upgrades.
