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 filtering by creation date to Invoice Payment lists

What’s new

You can now filter Invoice Payments by their creation date using the new created parameter when you list invoice payments.

The parameter supports date range queries using the following operators to specify a date interval: gt (greater than), gte (greater than or equal to), lt (less than), and lte (less than or equal to).

Impacto

You can now filter invoice payments by their creation date when calling the list endpoint. This provides more granular control over which payments you retrieve, allowing you to:

  • Retrieve invoice payments created on a specific date by passing a timestamp to the created parameter. For example, specifying ?created=1609459200 filters for payments created at that exact timestamp.
  • Retrieve invoice payments created before or after a certain date using comparison operators. For example, specifying created[gte]=1609459200 filters for invoice payments created after January 1, 2021.
  • Retrieve invoice payments within a date range by combining operators. For example, specifying created[gte]=1609459200&created[lt]=1612137600 filters for invoice payments created in January 2021.

These new filter operators reduce the need to retrieve all invoice payments and then filter them client-side, improving performance and reducing data transfer volume for date-specific queries.

Cambios

ParámetroCambiarRecursos o puntos de conexión
createdAgregado
InvoicePayment#list

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.

Related changes

  • Adds filtering by creation date to Customer Balance Transactions lists
  • Adds the ability to specify a payment method configuration in the customer portal
¿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