Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds support for collecting card details and confirming Payment Intents to server-driven Terminal integrations


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

EndpointsChangeResource
collect_payment_method confirm_payment_intentAddedTerminal. Reader
ParametersChangeResources or endpoints
collect_payment_method confirm_payment_intentAddedTerminal. Reader. action
ValuesChangeEnums
terminal. reader. action_updatedAddedEvent. type
collect_payment_method confirm_payment_intentAddedTerminal. Reader. action. type
terminal. reader. action_updatedAddedWebhookEndpoint#create. enabled_events WebhookEndpoint#update. enabled_events
ChangeEvent type
terminal. reader. action_updatedAddedTerminal. Reader

Upgrade

  1. View your current API version in Workbench.
  2. 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
  1. Upgrade the API version used for webhook endpoints .
  2. Test your integration against the new version.
  3. If you use Connect, test your Connect integration .
  4. In Workbench, perform the upgrade . You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Last verified 2026-09-24

Is this helpful?