Source Stripe: plan.tiers not available by default for Stripe API versions >2020-03-02 #19905
Labels
area/connectors
Connector related issues
community
connectors/source/stripe
team/connectors-python
type/bug
Something isn't working
Environment
Current Behavior
Previously, we were running against Stripe API version 2020-03-02, but when updating to 2022-11-15 the
tiers
property on plans isn't included in the response by default. This was changed in version 2020-08-27. This means tiers will never be synced for plans when using the latest Stripe API version.Either we'd have to go back to a previous Stripe API version, or use
expand[]=data.tiers
when requesting plans.Expected Behavior
Stripe plan tiers should sync.
Logs
Steps to Reproduce
Are you willing to submit a PR?
Yes
The text was updated successfully, but these errors were encountered: