From 7c03b735667aab4766ab929d452447a1008f7bca Mon Sep 17 00:00:00 2001 From: Tyler B <104733644+TBernstein4@users.noreply.github.com> Date: Tue, 6 Dec 2022 11:25:40 -0500 Subject: [PATCH] Update Stripe Customer Stream with additional info (#19975) 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.