Skip to content

docs: add Stripe account API version prerequisite to stripe-realtime#3024

Closed
jwhartley wants to merge 1 commit into
masterfrom
james/docs-stripe-api-version-prereq
Closed

docs: add Stripe account API version prerequisite to stripe-realtime#3024
jwhartley wants to merge 1 commit into
masterfrom
james/docs-stripe-api-version-prereq

Conversation

@jwhartley

Copy link
Copy Markdown
Contributor

The source-stripe-native connector lists subscriptions with status=all so canceled subscriptions are captured too. Stripe accounts whose default API version is older than 2016-07-06 reject that filter with Invalid status: must be one of active, past_due, unpaid, ..., which crash-loops the Subscriptions, SubscriptionItems, and UsageRecords backfills. The connector doesn't pin a Stripe-Version header, so the account default applies (same failure mode as stripe/stripe-python#687).

This hit a user in support this week and the prerequisites only mentioned the API key, so this adds the minimum account API version, the symptom to recognize it by, and where to upgrade in the Stripe dashboard.

The connector lists subscriptions with status=all, which Stripe accounts
pinned to a default API version older than 2016-07-06 reject with
'Invalid status: must be one of ...', failing the Subscriptions,
SubscriptionItems, and UsageRecords backfills. Document the minimum
account API version and how to upgrade it.
@jwhartley jwhartley added the docs Documentation work required label Jun 12, 2026
@github-actions

Copy link
Copy Markdown

@aeluce

aeluce commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

Is there anything still unresolved for this following #3055?

@jwhartley

Copy link
Copy Markdown
Contributor Author

#3055 covers adding the option and info, all set here.

@jwhartley jwhartley closed this Jun 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation work required

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants