Skip to content
Create account
or
Sign in
The Stripe Docs logo
/
Ask AI
Create account
Sign in
Get started
Payments
Finance automation
Platforms and marketplaces
Money management
Developer tools
Get started
Payments
Finance automation
Get started
Payments
Finance automation
Platforms and marketplaces
Money management
Overview
Versioning
Changelog
    Overview
    Basil
    Acacia
    Previous versions
Upgrade your API version
Upgrade your SDK version
Developer tools
SDKs
API
Testing
Workbench
Event Destinations
Workflows
Stripe CLI
Stripe Shell
Developers Dashboard
Agent toolkit
Stripe health alertsBuild with LLMsStripe for Visual Studio CodeFile uploads
Security
Security
Extend Stripe
Stripe Apps
Stripe Connectors
Partners
Partner ecosystem
Partner certification
HomeDeveloper toolsChangelogBasil2025-04-30.basil

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

ParameterChangeResources or endpoints
tax_idAdded
Charge.billing_detailsConfirmationToken.payment_method_preview.billing_detailsConfirmationToken.testHelpers#create.payment_method_data.billing_details
 + 9 more
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
Was this page helpful?
YesNo
Need help? Contact Support.
Join our early access program.
Check out our changelog.
Questions? Contact Sales.
LLM? Read llms.txt.
Powered by Markdoc