Skip to content

Commit

Permalink
Add Stripe API limitations to Events stream (#19497)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaliaroye authored Nov 17, 2022
1 parent 6c09018 commit d7e75c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/integrations/sources/stripe.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This page guides you through the process of setting up the Stripe source connect
8. For **Lookback Window in days (Optional)**, select the number of days the value in days prior to the start date that you to sync your data with. If your data is updated after setting up this connector, you can use the this option to reload data from the past N days. Example: If the Replication start date is set to `2021-01-01T00:00:00Z`, then:
- If you leave the Lookback Window in days parameter to its the default value of 0, Airbyte will sync data from the Replication start date `2021-01-01T00:00:00Z`
- If the Lookback Window in days value is set to 1, Airbyte will consider the Replication start date to be `2020-12-31T00:00:00Z`
- If the Lookback Window in days value is set to 7, Airbyte will sync data from `2020-12-31T00:00:00Z`
- If the Lookback Window in days value is set to 7, Airbyte will sync data from `2020-12-25T00:00:00Z`
9. Click **Set up source**.

## Supported sync modes
Expand Down Expand Up @@ -55,6 +55,7 @@ The Stripe source connector supports the following streams:
- [Customers](https://stripe.com/docs/api/customers/list) \(Incremental\)
- [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.
- [Invoice Items](https://stripe.com/docs/api/invoiceitems/list) \(Incremental\)
- [Invoice Line Items](https://stripe.com/docs/api/invoices/invoice_lines)
- [Invoices](https://stripe.com/docs/api/invoices/list) \(Incremental\)
Expand Down

0 comments on commit d7e75c8

Please sign in to comment.