Weiter zum Inhalt
Konto erstellen
oder
anmelden
Das Logo der Stripe-Dokumentation
/
KI fragen
Konto erstellen
Anmelden
Jetzt starten
Zahlungen
Umsatz
Plattformen und Marktplätze
Geldmanagement
Entwicklerressourcen
Übersicht
Versionierung
Änderungsprotokoll
    Übersicht
    Clover
    Basilikum
    Acacia
    Vorherige Versionen
Aktualisieren Sie Ihre API-Version
Ihre SDK-Version aktualisieren
Essentials
SDKs
API
Tests
Stripe-CLI
Beispiel-Projekte
Tools
Stripe Dashboard
Workbench
Entwickler-Dashboard
Stripe Shell
Stripe für Visual Studio Code
Funktionen
Arbeitsabläufe
Ereignisziele
Stripe-StatuswarnungenHochgeladene Dateien
KI-Lösungen
Agent-Toolkit
Model Context ProtocolAgentische KI-SaaS-Billing-Workflows aufbauen
Sicherheit und Datenschutz
Sicherheit
Stripebot-Webcrawler
Datenschutz
Extend Stripe
Erstellen Sie Stripe-Apps
Verwenden Sie Apps von Stripe
Partner
Partner-Ecosystem
Partner-Zertifizierung
StartseiteEntwicklerressourcenChangelogClover2025-09-30.clover

Notiz

Bis jetzt ist diese Seite noch nicht in dieser Sprache verfügbar. Wir arbeiten aber verstärkt daran, unsere Dokumentation in weiteren Sprachen bereitzustellen, und werden die Übersetzung sofort anzeigen, sobald diese verfügbar ist.

Adds support for setting the capture method for specific payment methods with the Checkout Sessions API

What’s new

Adds the new capture_method parameter to payment_method_options when creating Checkout Sessions for the following payment methods:

  • Affirm
  • Afterpay Clearpay
  • Alma
  • Amazon Pay
  • Billie
  • Card
  • Cash App Pay
  • Klarna
  • Link
  • MobilePay
  • Revolut Pay
  • Satispay

Impact

If your integration uses manual capture with Checkout, you can now enable it selectively for supported payment methods while maintaining automatic capture for others. This eliminates the previous limitations where enabling manual capture would either remove unsupported payment methods from the UI or cause errors when explicitly requested.

Changes

ParameterÄndernRessourcen oder Endpoints
almabilliesatispayHinzugefügt
Checkout.Session#create.payment_method_optionsCheckout.Session.payment_method_options
demo_payHinzugefügt
Checkout.Session#create.payment_method_options
capture_methodHinzugefügt
Checkout.Session#create.payment_method_options.affirmCheckout.Session#create.payment_method_options.afterpay_clearpayCheckout.Session#create.payment_method_options.amazon_pay
 + 15 weitere
Checkout.Session#create.payment_method_options.cardCheckout.Session#create.payment_method_options.cashappCheckout.Session#create.payment_method_options.klarnaCheckout.Session#create.payment_method_options.linkCheckout.Session#create.payment_method_options.mobilepayCheckout.Session#create.payment_method_options.revolut_payCheckout.Session.payment_method_options.affirmCheckout.Session.payment_method_options.afterpay_clearpayCheckout.Session.payment_method_options.amazon_payCheckout.Session.payment_method_options.cardCheckout.Session.payment_method_options.cashappCheckout.Session.payment_method_options.klarnaCheckout.Session.payment_method_options.linkCheckout.Session.payment_method_options.mobilepayCheckout.Session.payment_method_options.revolut_pay

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

Learn more about Stripe API upgrades.

Related changes

  • Removes postal code for card payments in certain regions on Checkout and Payment Element
  • Removes currency conversion field from Checkout Session object
  • Removes support for the redirectToCheckout method
  • Updates initCheckout to be synchronous
  • Adds support for collecting business and individual names in Checkout Sessions
  • Adds the ability to exclude payment methods from Checkout Sessions and Payment Intents
  • Adds support for configuring branding settings for Checkout Sessions
  • Enables specifying units of measurement for Products
War diese Seite hilfreich?
JaNein
  • Benötigen Sie Hilfe? Kontaktieren Sie den Kundensupport.
  • Nehmen Sie an unserem Programm für frühzeitigen Zugriff teil.
  • Schauen Sie sich unser Änderungsprotokoll an.
  • Fragen? Sales-Team kontaktieren.
  • LLM? Lesen Sie llms.txt.
  • Unterstützt von Markdoc