Ir a contenido
Crea una cuenta o Inicia sesión
Logotipo de Stripe Docs
/
Pregúntale a la IA
Crear una cuentaIniciar sesión
Empieza ahora
Pagos
Ingresos
Plataformas y marketplaces
Gestión del dinero
Recursos para desarrolladores
API y SDKAyuda
Resumen
Control de versiones
Registro de cambios
    Resumen
    Clover
    Basil
    Acacia
    Versiones anteriores
Actualiza tu versión de API
Actualiza la versión de SDK
Essentials
SDK
API
Pruebas
CLI de Stripe
Proyectos de muestra
Herramientas
Dashboard de Stripe
Workbench
Dashboard para desarrolladores
Stripe para Visual Studio Code
Terraform
Funcionalidades
Flujos de trabajo
Destinos de eventos
Alertas de estado de StripeCargas de archivos
Soluciones de IA
Kit de herramientas para agentes
Protocolo de contexto del modeloCrea flujos de trabajo de facturación para SaaS con IA de agente
Seguridad y privacidad
Seguridad
Araña web Stripebot
Privacidad
Amplía Stripe
Crear aplicaciones de Stripe
Usar aplicaciones de Stripe
Socios
Ecosistema de socios
Certificación de socio
Estados Unidos
Español (América Latina)
InicioRecursos para desarrolladoresChangelogClover2025-11-17.clover

Adds support for automatic tax transactions to Payment Intents

What’s new

Adds the ability to automatically commit tax transactions when using Payment Intents with Stripe Tax. This integration includes three key capabilities:

  • A new hooks.inputs.tax.calculation parameter on the Payment Intent object that enables automatic tax calculation during payment processing
  • A new TaxAssociation resource, paired with the ability to find an individual Tax Association.
  • Automatic tax transaction commitment when Payment Intents are captured, removing the need for separate API calls to finalize tax reporting

Previously, you had to manually commit tax transactions by responding to multiple webhooks, which required additional integration steps and API calls.

Impacto

If your integration previously used events to manually handle tax transactions, you can now direct Stripe to automatically commit tax transactions during Payment Intent capture.

You can migrate to this updated behavior using our integration guide.

Cambios

CambiarRecursos
Agregado
Tax.AssociationTax.AssociationPaymentIntent
 + 5 más
PaymentIntent#capturePaymentIntent#confirmPaymentIntent#createPaymentIntent#increment_authorizationPaymentIntent#update

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-11-17.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.

¿Te fue útil esta página?
SíNo
  • ¿Necesitas ayuda? Ponte en contacto con soporte.
  • Echa un vistazo a nuestro registro de cambios.
  • ¿Tienes alguna pregunta? Contacto.
  • ¿LLM? Lee llms.txt.
  • Con tecnología de Markdoc