Accéder directement au contenu
Créez un compte
ou
connecter-vous
Logo de la documentation Stripe
/
Demander à l'assistant IA
Créez un compte
Connectez-vous
Démarrer
Paiements
Automatisation des opérations financières
Plateformes et places de marché
Gestion de fonds
Outils de développement
Démarrer
Paiements
Automatisation des opérations financières
Démarrer
Paiements
Automatisation des opérations financières
Plateformes et places de marché
Gestion de fonds
Aperçu
Gestion des versions
Journal des modifications
    Présentation
    Basil
    Acacia
    Versions précédentes
      20/06/2024
      10/04/2024
      16/10/2023
      16/08/2023
      15/11/2022
      01/08/2022
      27/08/2020
      03/02/2020
      03/12/2019
      05/11/2019
      17/10/2019
      08/10/2019
      09/09/2019
      14/08/2019
      16/05/2019
      14/03/2019
      19/02/2019
      11/02/2019
      08/11/2018
      31/10/2018
      24/09/2018
      06/09/2018
      23/08/2018
      27/07/2018
      21/05/2018
      28/02/2018
      06/02/2018
      05/02/2018
      23/01/2018
      14/12/2017
      15/08/2017
      05/06/2017
      25/05/2017
      06/04/2017
      14/02/2017
      27/01/2017
      19/10/2016
      06/07/2016
      15/06/2016
      07/03/2016
      29/02/2016
      23/02/2016
      22/02/2016
      19/02/2016
      03/02/2016
      16/10/2015
      12/10/2015
      01/10/2015
      23/09/2015
      08/09/2015
      03/09/2015
      19/08/2015
      07/08/2015
      28/07/2015
      13/07/2015
      07/07/2015
      15/06/2015
      07/04/2015
      24/03/2015
      18/02/2015
      16/02/2015
      10/02/2015
      26/01/2015
      11/01/2015
      22/12/2014
      17/12/2014
      08/12/2014
      20/11/2014
      05/11/2014
      07/10/2014
      08/09/2014
      20/08/2014
      04/08/2014
      26/07/2014
      22/07/2014
      17/06/2014
      13/06/2014
      19/05/2014
      28/03/2014
      13/03/2014
      31/01/2014
      03/12/2013
      29/10/2013
      13/08/2013
      12/08/2013
      05/07/2013
      13/02/2013
      11/02/2013
      07/11/2012
      26/10/2012
      24/09/2012
      09/07/2012
      18/06/2012
      25/03/2012
      23/02/2012
      15/09/2011
      01/08/2011
      28/06/2011
      21/06/2011
Mettre à niveau votre version de l'API
Actualiser votre version du SDK
Outils de développement
SDK
API
Tests
Workbench
Destinations d'événements
Workflows
CLI Stripe
Shell Stripe
Dashboard des développeurs
Boîte à outils des agents
Intégrer des LLMStripe pour Visual Studio CodeAlertes d'intégrité de StripeChargements de fichiers
Sécurité et confidentialité
Sécurité
Confidentialité
Extensions Stripe
Stripe Apps
Connecteurs Stripe
Partenaires
Partner ecosystem
Certification des partenaires
AccueilOutils de développementChangelogPrevious versions2018-11-08

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.

Includes several changes for users of the Payment Intents API private betaBreaking changes

What’s new

The following changes only affect users of PaymentIntents as part of the private beta before November 15, 2018. If you didn’t use PaymentIntents before then, the following changes don’t affect you:

  • The next_source_action dictionary on PaymentIntents previously contained a key called value. This replaces that with authorize_with_url and use_stripe_sdk keys.
  • When creating PaymentIntents, renames the attempt_confirmation parameter to confirm.
  • The PaymentIntent confirm endpoint no longer supports the payment_intent parameter. To update a PaymentIntent’s source, pass source or source_data as a top-level parameter.
  • The return_url parameter is only allowed when confirming a PaymentIntent. Passing return_url when updating a PaymentIntent is no longer allowed.
  • When creating a PaymentIntent with transfer_data[destination], you must provide the on_behalf_of parameter, and it must match the account provided to transfer_data[destination]. This is because when you provide a destination, Stripe settles charges in the country of the destination account.
  • The next_source_action dictionary on PaymentIntents no longer contains the source_type property. To view the source type when retrieving PaymentIntents, expand the source parameter.

Impact

This set of changes affects early Payment Intents beta users, modifying several aspects of the API. These modifications require significant updates to existing code that interacts with PaymentIntents, potentially impacting payment flow logic, error handling, and data processing. You need to update you integration to align with the new structure and requirements.

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: 2018-11-08
  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.

Cette page vous a-t-elle été utile ?
OuiNon
Besoin d'aide ? Contactez le service Support.
Rejoignez notre programme d'accès anticipé.
Consultez notre log des modifications.
Des questions ? Contactez l'équipe commerciale.
LLM ? Lire llms.txt.
Propulsé par Markdoc