Accéder directement au contenu
Créez un compte ou connecter-vous
Logo de la documentation Stripe
/
Demander à l'assistant IA
Créez un compteConnectez-vous
Démarrer
Paiements
Revenus
Plateformes et places de marché
Gestion de fonds
Ressources pour les développeurs
API et SDKAide
Aperçu
Gestion des versions
Journal des modifications
    Présentation
    Clover
    Basil
    Acacia
    Versions précédentes
Mettre à niveau votre version de l'API
Actualiser votre version du SDK
Essentials
SDK
API
Tests
CLI Stripe
Exemples de projets
Outils
Dashboard Stripe
Workbench
Dashboard des développeurs
Shell Stripe
Stripe pour Visual Studio Code
Fonctionnalités
Workflows
Destinations d'événements
Alertes d'intégrité de StripeChargements de fichiers
Solutions d'IA
Boîte à outils des agents
Modèle de protocole contextuelCréer des flux de facturation SaaS avec l’IA agentique
Sécurité et confidentialité
Sécurité
Robot d'exploration Web Stripebot
Confidentialité
Extensions Stripe
Créer des applications Stripe
Utiliser les applications de Stripe
Partenaires
Partner ecosystem
Certification des partenaires
États-Unis
Français (France)
AccueilRessources pour les développeursChangelogClover2025-10-29.clover

Remarque

Cette page n'est pas encore disponible dans cette langue. Nous faisons tout notre possible pour proposer notre documentation dans davantage de langues et nous vous fournirons la version traduite dès qu'elle sera disponible.

Adds Klarna reference parameters for line items in Payment Intents

What’s new

Adds two fields for referencing transactions and subscriptions when using Klarna with Payment Intents for individual line items:

  • reference: a reference number for this individual line item
  • subscription_reference: a reference number for subscriptions in this line item

These optional parameters accept strings to provide item-specific references that Klarna uses for transaction processing and customer communication. These reference numbers are used for order tracking and customer support inquiries.

Impact

You can now provide transaction information to Klarna for individual line items. This improves the integration between your checkout flow and Klarna’s payment processing, and is used by Klarna to provide customer support and detailed transaction records.

Changes

paramètresModifierRessources ou endpoints
referenceAjouté
PaymentIntent#capture.amount_details.line_items[].payment_method_options.klarnaPaymentIntent#confirm.amount_details.line_items[].payment_method_options.klarnaPaymentIntent#create.amount_details.line_items[].payment_method_options.klarna
 + 3 de plus
PaymentIntent#increment_authorization.amount_details.line_items[].payment_method_options.klarnaPaymentIntent#update.amount_details.line_items[].payment_method_options.klarnaPaymentIntentAmountDetailsLineItem.payment_method_options.klarna
subscription_referenceAjouté
PaymentIntentAmountDetailsLineItem.payment_method_options.klarna

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-10-29.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

  • Adds MB WAY to payment method configurations
  • Adds TWINT payment method options to Checkout Sessions
  • Adds support for specifying payment method configurations to the customer portal
  • Adds MB WAY payment method to Payment Links and Checkout Sessions
  • Adds the ability to exclude payment methods when using Setup Intents
  • Adds a subscription reference to Klarna line items in Payment Intents
  • Adds support for custom payment methods
Cette page vous a-t-elle été utile ?
OuiNon
  • Besoin d'aide ? Contactez le service Support.
  • Consultez notre log des modifications.
  • Des questions ? Contactez l'équipe commerciale.
  • LLM ? Lire llms.txt.
  • Propulsé par Markdoc