Skip to content

Commit d7e75c8

Browse files
authored
Add Stripe API limitations to Events stream (#19497)
1 parent 6c09018 commit d7e75c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/integrations/sources/stripe.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This page guides you through the process of setting up the Stripe source connect
2626
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:
2727
- 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`
2828
- 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`
29-
- If the Lookback Window in days value is set to 7, Airbyte will sync data from `2020-12-31T00:00:00Z`
29+
- If the Lookback Window in days value is set to 7, Airbyte will sync data from `2020-12-25T00:00:00Z`
3030
9. Click **Set up source**.
3131

3232
## Supported sync modes
@@ -55,6 +55,7 @@ The Stripe source connector supports the following streams:
5555
- [Customers](https://stripe.com/docs/api/customers/list) \(Incremental\)
5656
- [Disputes](https://stripe.com/docs/api/disputes/list) \(Incremental\)
5757
- [Events](https://stripe.com/docs/api/events/list) \(Incremental\)
58+
- 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.
5859
- [Invoice Items](https://stripe.com/docs/api/invoiceitems/list) \(Incremental\)
5960
- [Invoice Line Items](https://stripe.com/docs/api/invoices/invoice_lines)
6061
- [Invoices](https://stripe.com/docs/api/invoices/list) \(Incremental\)

0 commit comments

Comments
 (0)