Hey, I am trying to access tax information from th...
# ask-ai
o
Hey, I am trying to access tax information from the stripe API from vAirbyte. Do you know if it has access to these tables?
u
Yes, Airbyte's Stripe source connector does have access to tax-related information from Stripe. Based on the provided knowledge sources, here's what I can tell you: 1. The Stripe source connector supports several streams that may contain tax-related information: - Invoices: This stream includes a
default_tax_rates
field, which contains tax rate information [Source Stripe: Supported Streams Part 2](https://docs.airbyte.com/integrations/sources/stripe#supported-streams). - Subscriptions: This stream also has a
default_tax_rates
field [Github Issue](https://github.com/airbytehq/airbyte/issues/32273). - Checkout Sessions: This stream might include tax information for checkout processes [Source Stripe: Supported Streams Part 1](https://docs.airbyte.com/integrations/sources/stripe#supported-streams). 2. There's also a stream called "Tax Rates" which is likely to contain detailed tax information, although it's not explicitly mentioned in the provided documents. It's worth noting that there was a reported issue with the
default_tax_rates
field in the invoices and subscriptions streams, where the datatype was incorrectly defined [Github Issue](https://github.com/airbytehq/airbyte/issues/32273). This issue may have been resolved in newer versions of the connector, but it's something to be aware of if you encounter any problems. To get the most up-to-date and detailed information about tax-related data available through the Stripe connector, I recommend checking the latest Airbyte documentation or reaching out to Airbyte support directly.