Skip to content

Commit

Permalink
Update Stripe Customer Stream with additional info (#19975)
Browse files Browse the repository at this point in the history
Clarifies that the customer stream does not include deleted customers
  • Loading branch information
tybernstein committed Dec 6, 2022
1 parent b6a237c commit 7c03b73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/integrations/sources/stripe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7c03b73

Please sign in to comment.