Connector Improvement: Stripe Invoice `paid_at` value.
PlannedStripe invoices have a `status_transitions` attribute, which contains the following 4 values:
`finalized_at`
`marked_uncollectable_at`
`paid_at`
`voided_at`
Currently, the Stripe connector seems to only include the `finalized_at` value. All of these would be useful, but most important to me is the `paid_at` value. Without this, there is no way to identify when an invoice was actually paid, if it does not have an associated charge object. This happens, for example, when an invoice is marked as paid from the Stripe dashboard.
Stripe API docs on this property: https://stripe.com/docs/api/
Thanks!
-
Official comment
Hi Peter - thank you for pointing it out and providing the context. These fields are clearly relevant invoice attributes and we are going to add them when we have the chance.
Please sign in to leave a comment.
Comments
1 comment