{"sourceDefinitionId": "e094cb9a-26de-4645-8761-65c0c425d1de", "name": "Stripe", "dockerRepository": "airbyte/source-stripe", "dockerImageTag": "5.15.16-preview.02557ec", "documentationUrl": "https://docs.airbyte.com/integrations/sources/stripe", "icon": "stripe.svg", "iconUrl": "https://connectors.airbyte.com/files/metadata/airbyte/source-stripe/latest/icon.svg", "sourceType": "api", "spec": {"connectionSpecification": {"$schema": "http://json-schema.org/draft-07/schema#", "title": "Stripe Source Spec", "type": "object", "required": ["client_secret", "account_id"], "properties": {"account_id": {"type": "string", "title": "Account ID", "description": "Your Stripe account ID (starts with 'acct_', find yours here).", "order": 0}, "client_secret": {"type": "string", "title": "Secret Key", "description": "Stripe API key (usually starts with 'sk_live_'; find yours here).", "airbyte_secret": true, "order": 1}, "start_date": {"type": "string", "title": "Replication start date", "pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$", "description": "UTC date and time in the format 2017-01-25T00:00:00Z. Only data generated after this date will be replicated.", "default": "2017-01-25T00:00:00Z", "examples": ["2017-01-25T00:00:00Z"], "format": "date-time", "order": 2}, "lookback_window_days": {"type": "integer", "title": "Lookback Window in days", "default": 0, "minimum": 0, "description": "When set, the connector will always re-export data from the past N days, where N is the value set here. This is useful if your data is frequently updated after creation. The Lookback Window only applies to streams that do not support event-based incremental syncs: Events, SetupAttempts, ShippingRates, BalanceTransactions, Files, FileLinks, Refunds. More info here", "order": 3}, "slice_range": {"type": "integer", "title": "Data request time increment in days", "default": 365, "minimum": 1, "examples": [1, 3, 10, 30, 180, 360], "description": "The time increment used by the connector when requesting data from the Stripe API. The bigger the value is, the less requests will be made and faster the sync will be. On the other hand, the more seldom the state is persisted.", "order": 4}, "num_workers": {"type": "integer", "title": "Number of concurrent workers", "minimum": 1, "maximum": 20, "default": 10, "examples": [1, 2, 3], "description": "The number of worker thread to use for the sync. The performance upper boundary depends on call_rate_limit setting and type of account.", "order": 5}, "call_rate_limit": {"type": "integer", "title": "Max number of API calls per second", "examples": [25, 100], "description": "The number of API calls per second that you allow connector to make. This value can not be bigger than real API call rate limit (https://stripe.com/docs/rate-limits). If not specified the default maximum is 25 and 100 calls per second for test and production tokens respectively."}}}, "supportsNormalization": false, "supportsDBT": false}, "tombstone": false, "public": true, "custom": false, "releaseStage": "generally_available", "supportLevel": "certified", "allowedHosts": {"hosts": ["api.stripe.com"]}, "suggestedStreams": {"streams": ["customers", "invoices", "charges", "subscriptions", "refunds"]}, "maxSecondsBetweenMessages": 86400, "erdUrl": "https://dbdocs.io/airbyteio/source-stripe?view=relationships", "releases": {"rolloutConfiguration": {"enableProgressiveRollout": false, "initialPercentage": 0, "maxPercentage": 50, "advanceDelayMinutes": 10}, "breakingChanges": {"4.0.0": {"upgradeDeadline": "2023-09-14", "message": "Version 4.0.0 changes the cursors in most of the Stripe streams that support incremental sync mode. This is done to not only sync the data that was created since previous sync, but also the data that was modified. A schema refresh of all effected streams is required to use the new cursor format.", "migrationDocumentationUrl": "https://docs.airbyte.com/integrations/sources/stripe-migrations#4.0.0"}, "5.0.0": {"upgradeDeadline": "2023-12-11", "message": "Version 5.0.0 introduces fixes for the `CheckoutSessions`, `CheckoutSessionsLineItems` and `Refunds` streams. The cursor field is changed for the `CheckoutSessionsLineItems` and `Refunds` streams. This will prevent data loss during incremental syncs. Also, the `Invoices`, `Subscriptions` and `SubscriptionSchedule` stream schemas have been updated.", "migrationDocumentationUrl": "https://docs.airbyte.com/integrations/sources/stripe-migrations#5.0.0"}, "5.4.0": {"upgradeDeadline": "2024-07-14", "message": "Version 5.4.0 introduces fixes for the `Refunds` streams. The `Refunds`, which previously was `incremental` on the `creation date`, now tracks updates as well. In order to do that, the cursor field needs to be updated and a `resetting` is required to get the updates.", "migrationDocumentationUrl": "https://docs.airbyte.com/integrations/sources/stripe-migrations#5.4.0", "scopedImpact": [{"scopeType": "stream", "impactedScopes": ["refunds"]}]}}, "migrationDocumentationUrl": "https://docs.airbyte.com/integrations/sources/stripe-migrations"}, "ab_internal": {"sl": 300, "ql": 400, "isEnterprise": false, "requireVersionIncrementsInPullRequests": true}, "generated": {"git": {"commit_sha": "d3a970c8441c2e1e9391006677d57ad2c8af1bd6", "commit_timestamp": "2026-01-26T15:16:55-08:00", "commit_author": "Edward Gao", "commit_author_email": "edward.gao@airbyte.io"}, "source_file_info": {"metadata_file_path": "metadata/airbyte/source-stripe/5.15.16-preview.02557ec/metadata.yaml", "metadata_bucket_name": "prod-airbyte-cloud-connector-metadata-service", "metadata_last_modified": "2026-01-27T01:09:56.378000+00:00", "registry_entry_generated_at": "2026-01-27T01:10:57.761546"}, "sbomUrl": "https://connectors.airbyte.com/files/sbom/airbyte/source-stripe/5.15.16-preview.02557ec.spdx.json"}, "packageInfo": {}, "language": "manifest-only", "supportsFileTransfer": false, "supportsDataActivation": false, "githubIssueLabel": "source-stripe", "remoteRegistries": {"pypi": {"enabled": false, "packageName": "airbyte-source-stripe"}}, "connectorBuildOptions": {"baseImage": "docker.io/airbyte/source-declarative-manifest:7.6.5@sha256:a5ef859b9f6dde52bd914fbcddb088d4f1ccae4887ffb58b2282b80f119fdcbe"}, "externalDocumentationUrls": [{"title": "Stripe API reference", "type": "api_reference", "url": "https://stripe.com/docs/api"}, {"title": "API changelog", "type": "api_release_history", "url": "https://docs.stripe.com/changelog"}, {"title": "API upgrades", "type": "api_release_history", "url": "https://docs.stripe.com/upgrades"}, {"title": "Stripe API changelog", "type": "api_release_history", "url": "https://stripe.com/docs/upgrades"}, {"title": "Stripe authentication", "type": "authentication_guide", "url": "https://stripe.com/docs/api/authentication"}, {"title": "Stripe API OpenAPI specification", "type": "openapi_spec", "url": "https://github.com/stripe/openapi"}, {"title": "Stripe rate limits", "type": "rate_limits", "url": "https://stripe.com/docs/rate-limits"}, {"title": "Stripe Status", "type": "status_page", "url": "https://status.stripe.com/"}], "license": "ELv2", "tags": ["cdk:low-code", "language:manifest-only"], "connectorTestSuitesOptions": [{"suite": "liveTests", "testConnections": [{"id": "0f3c8a84-53e2-4a33-89a9-26bf36a2367c", "name": "stripe_config_dev_null"}, {"id": "4f738e2c-a1d2-48b4-9b93-f56e2258068d", "name": "stripe_performance-config_dev_null"}, {"id": "97d55640-b443-49c5-a9d9-aed28396841d", "name": "stripe_connected_account_config_dev_null"}]}, {"suite": "unitTests"}, {"suite": "acceptanceTests", "testSecrets": [{"fileName": "connected_account_config.json", "name": "SECRET_SOURCE-STRIPE_CONNECTED_ACCOUNT__CREDS", "secretStore": {"alias": "airbyte-connector-testing-secret-store", "type": "GSM"}}, {"fileName": "config.json", "name": "SECRET_SOURCE-STRIPE__CREDS", "secretStore": {"alias": "airbyte-connector-testing-secret-store", "type": "GSM"}}, {"fileName": "performance-config.json", "name": "SECRET_SOURCE-STRIPE__PERFORMANCE", "secretStore": {"alias": "airbyte-connector-testing-secret-store", "type": "GSM"}}]}]}