From d6ab22977569407e82442f0a3e9297eb3b77bf94 Mon Sep 17 00:00:00 2001 From: Tyler B <104733644+TBernstein4@users.noreply.github.com> Date: Thu, 1 Dec 2022 09:15:41 -0500 Subject: [PATCH] Update Stripe Customer Stream with additional info Clarifies that the customer stream does not include deleted customers --- docs/integrations/sources/stripe.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/integrations/sources/stripe.md b/docs/integrations/sources/stripe.md index 0132864049c9..ce37f6e0a926 100644 --- a/docs/integrations/sources/stripe.md +++ b/docs/integrations/sources/stripe.md @@ -53,6 +53,7 @@ The Stripe source connector supports the following streams: - [Coupons](https://stripe.com/docs/api/coupons/list) \(Incremental\) - [Customer Balance Transactions](https://stripe.com/docs/api/customer_balance_transactions/list) - [Customers](https://stripe.com/docs/api/customers/list) \(Incremental\) + - This endpoint does not include deleted customers - [Disputes](https://stripe.com/docs/api/disputes/list) \(Incremental\) - [Events](https://stripe.com/docs/api/events/list) \(Incremental\) - The Stripe API does not guarantee access to events older than 30 days, so this stream will only pull events created from the 30 days prior to the initial sync and not from the Replication start date.