Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Adds customer ID to payment method preview on a confirmation token


Adds customer ID to payment method preview on a confirmation token

What’s new

Lets you access customer-specific information during the preview stage of the confirmation process.

Added

payment_method_preview nullable object

Payment details collected by the Payment Element, used to create a PaymentMethod when a PaymentIntent or SetupIntent is confirmed with this ConfirmationToken.

Impact

This change gives you the option to display customer information during checkout.

Changes

ParameterChangeResources or endpoints
customerAddedConfirmationToken. payment_method_preview

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: 2024-09-30. acacia
  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 .

Learn more about Stripe API upgrades.

Last verified 2026-09-25

Is this helpful?