diff --git a/tap_stripe/client.py b/tap_stripe/client.py index bd141fb..cf453c5 100644 --- a/tap_stripe/client.py +++ b/tap_stripe/client.py @@ -81,7 +81,7 @@ def get_url_params( params["starting_after"] = next_page_token if self.replication_key and self.path != "credit_notes": start_date = self.get_starting_time(context) - params["created[gt]"] = int(start_date.timestamp()) + params["created[gte]"] = int(start_date.timestamp()) if self.path == "events" and self.event_filter: params["type"] = self.event_filter if not self.get_from_events and self.expand: