diff --git a/airbyte-integrations/connectors/source-stripe/source_stripe/streams.py b/airbyte-integrations/connectors/source-stripe/source_stripe/streams.py index 1e60b01e52ae..c57d662f501c 100644 --- a/airbyte-integrations/connectors/source-stripe/source_stripe/streams.py +++ b/airbyte-integrations/connectors/source-stripe/source_stripe/streams.py @@ -28,7 +28,7 @@ class StripeStream(HttpStream, ABC): url_base = "https://api.stripe.com/v1/" - api_version = "2022-11-15" + api_version = "2024-06-20" primary_key = "id" DEFAULT_SLICE_RANGE = 365 NOW_TIMESTAMP = pendulum.now().int_timestamp