source:stripe API Change invoice total_taxes is not available on Airbyte #62464
nimuriel
started this conversation in
Connector Ideas and Features
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This change is related to an STRIPE API Change for Version Basil 2025-03-31 https://docs.stripe.com/changelog/basil/2025-03-31/invoice-tax-configurations
The field
invoices.total_tax_amounts
was deprecated and replaced byinvoices.total_taxes
which is very important to us as inside of it it's the tax amount of the invoice, the tax_behavior, tax_rate_id and taxability_reason.Here a short view of the total_taxes field on invoices:
What we need is to have this field available as the total_tax_amounts was
Beta Was this translation helpful? Give feedback.
All reactions