diff --git a/posthog/temporal/data_imports/pipelines/stripe/__init__.py b/posthog/temporal/data_imports/pipelines/stripe/__init__.py index 45bdd07562517..5b386aa10adba 100644 --- a/posthog/temporal/data_imports/pipelines/stripe/__init__.py +++ b/posthog/temporal/data_imports/pipelines/stripe/__init__.py @@ -337,6 +337,7 @@ def stripe_source( }, "headers": { "Stripe-Account": account_id, + "Stripe-Version": "2024-09-30.acacia", } if account_id is not None and len(account_id) > 0 else None,