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
Revenus
Plateformes et places de marché
Gestion de fonds
Ressources pour les développeurs
Aperçu
Gestion des versions
Journal des modifications
    Présentation
    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
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
Sécurité et confidentialité
Sécurité
Confidentialité
Extensions Stripe
Build Stripe apps
Use apps from Stripe
Partenaires
Partner ecosystem
Certification des partenaires
AccueilRessources pour les développeursChangelogAcacia2025-01-27.acacia

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 support for the Pay by Bank local payment method

What’s new

Adds support for the Pay by Bank local payment method (LPM)—a single-use payment method that lets customers pay directly from their bank account.

Impact

Pay by Bank is a single-use payment method that lets customers pay directly from their bank account instead of using a card. It runs on banking infrastructure and open banking APIs. When a customer chooses Pay by Bank, they select their bank and approve the payment on their bank’s mobile app or web portal.

You can use Pay by Bank with dynamic payment methods or integrate it using Payment Intents.

Changes

paramètresModifierRessources ou endpoints
pay_by_bankAjouté
Charge.payment_method_detailsCheckout.Session#create.payment_method_optionsConfirmationToken.payment_method_preview
 + 17 de plus
ConfirmationToken.testHelpers#create.payment_method_dataPaymentIntent#confirm.payment_method_dataPaymentIntent#confirm.payment_method_optionsPaymentIntent#create.payment_method_dataPaymentIntent#create.payment_method_optionsPaymentIntent#update.payment_method_dataPaymentIntent#update.payment_method_optionsPaymentIntent.payment_method_optionsPaymentMethod#createPaymentMethod#updatePaymentMethodConfiguration#createPaymentMethodConfiguration#updatePaymentMethodConfigurationPaymentMethodSetupIntent#confirm.payment_method_dataSetupIntent#create.payment_method_dataSetupIntent#update.payment_method_data
pay_by_bank_paymentsAjouté
Account#create.capabilitiesAccount#update.capabilitiesAccount.capabilities
valeursModifierénumérations
pay_by_bankAjouté
Checkout.Session#create.payment_method_types[]
pay_by_bankAjouté
ConfirmationToken.testHelpers#create.payment_method_data.typePaymentIntent#confirm.payment_method_data.typePaymentIntent#create.payment_method_data.type
 + 4 de plus
PaymentIntent#update.payment_method_data.typeSetupIntent#confirm.payment_method_data.typeSetupIntent#create.payment_method_data.typeSetupIntent#update.payment_method_data.type
pay_by_bankAjouté
ConfirmationToken.payment_method_preview.typePaymentMethod.type
pay_by_bankAjouté
PaymentLink#create.payment_method_types[]PaymentLink#update.payment_method_types[]PaymentLink.payment_method_types[]
 + 3 de plus
Customer#list_payment_methods.typePaymentMethod#create.typePaymentMethod#list.type

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-01-27.acacia
  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 PayPal country property to the PaymentMethods and Charge objects
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