Skip to main content

Stripe Migration Guide

Upgrading to 5.0.0

This change fixes multiple issues for the Bank Accounts stream. Also, Refunds, Checkout Sessions and Checkout Sessions Line Items are affected:

  • Data not expanded when using the BankAccounts stream in the full refresh mode
  • Data not filtered when using the event-based incremental sync mode for the BankAccounts stream
  • Cursor values not populated when using the full refresh mode for the BankAccounts stream
  • CheckoutSessions stream missing data for one day when using the incremental sync mode after a reset
  • Refunds stream not syncing data in the incremental sync mode
  • CheckoutSessionsLineItems potential data loss
  • Incremental streams with the created cursor duplicating some data

Some changes here are breaking - the cursor field is changed for the Refunds and the CheckoutSessionsLineItems stream. A schema refresh and data reset of all effected streams is required after the update is applied.

Upgrading to 4.0.0

A major update of most streams to support event-based incremental sync mode. This allows the connector to pull not only the newly created data since the last sync, but the modified data as well. A schema refresh is required for the connector to use the new cursor format.

Was this page helpful?