Stripe
Overview
This page contains the setup guide and reference information for the Stripe source connector.
Output schema
The Stripe source maintains the existing schema of your source database without introducing any changes. Depending on the destination configured in Y42, the destination schema can be altered. See the destination's documentation for more details.
Features
Feature | Supported | Notes |
---|---|---|
Full Refresh Sync | Yes | |
Incremental Sync | Yes |
Supported streams
The Stripe source connector supports the following streams:
Data type mapping
The Stripe API (opens in a new tab) uses the same JSONSchema (opens in a new tab) types as the connector (string
, date-time
, object
, array
, boolean
, integer
, and number
), so the Stripe connector doesn't perform any type conversions.
Getting started
Requirements
For utilizing the Stripe source, ensure you have the following:
See the setup guide for more information about how to create the required resources.
Setting up the Stripe source
-
For Account ID, enter your Stripe Account ID (opens in a new tab).
-
For Secret Key, enter your Stripe Secret Key (opens in a new tab)
-
For Replication start date, enter the date in
YYYY-MM-DDTHH:mm:ssZ
format. Data added on and after this date will be replicated. -
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, use the this option to reload data from the past N days. For instance, 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, data is synced from the Replication start date
2021-01-01T00:00:00Z
- If the Lookback Window in days value is set to 1, the Replication start date is
2020-12-31T00:00:00Z
- If the Lookback Window in days value is set to 7, data is synced from
2020-12-25T00:00:00Z
- If you leave the Lookback Window in days parameter to its the default value of 0, data is synced from the Replication start date
Performance considerations
The Stripe connector should not encounter Stripe API limitations under normal use. If you observe any rate limit issues that are not automatically retried successfully, please contact customer support.