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
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
Stripe Apps
Connecteurs Stripe
Partenaires
Partner ecosystem
Certification des partenaires
AccueilRessources pour les développeursChangelogBasil2025-04-30.basil

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 tax ID to Payment Method billing details

What’s new

Adds support for buyers in Latin American countries to provide their tax identifier when transacting with sellers outside of Latin America, as required by local regulations.

Impact

Many central banks in Latin America require Latin American buyers to provide their tax identifier when transacting with sellers outside of Latin America. Stripe now uses the tax_id field on the Payment Method billing_details hash to collect and store a Latin American buyer’s tax identifier. Checkout and the Payment Element collect the tax_id automatically. If your integration uses a different payment flow, you need to handle this requirement.

If the country of your Stripe account is the US, and you accept Pix payments, you must collect the buyer’s tax_id on the Payment Method billing_details hash. Populating this field is prohibited in all other circumstances. If you set the tax_id value for a transaction that doesn’t require it, the API returns the tax_id_prohibited error.

Changes

paramètreModifierRessources ou endpoints
tax_idAjouté
Charge.billing_detailsConfirmationToken.payment_method_preview.billing_detailsConfirmationToken.testHelpers#create.payment_method_data.billing_details
 + 9 de plus
PaymentIntent#confirm.payment_method_data.billing_detailsPaymentIntent#create.payment_method_data.billing_detailsPaymentIntent#update.payment_method_data.billing_detailsPaymentMethod#create.billing_detailsPaymentMethod#update.billing_detailsPaymentMethod.billing_detailsSetupIntent#confirm.payment_method_data.billing_detailsSetupIntent#create.payment_method_data.billing_detailsSetupIntent#update.payment_method_data.billing_details

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-04-30.basil
  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 Affirm as a supported payment method for one-time invoices and subscriptions
  • Adds Pix to payment method configurations
  • Adds capture method option to Billie payments
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