feat(source-stripe): ref stream Payment Methods (#44891)
Signed-off-by: Artem Inzhyyants <artem.inzhyyants@gmail.com>
This commit is contained in:
@@ -1,5 +1,44 @@
|
||||
# Stripe Migration Guide
|
||||
|
||||
## Upgrading to 5.6.0
|
||||
|
||||
The `Payment Methods` stream previously sync data from Treasury flows. This version will now provide data about customers' payment methods.
|
||||
|
||||
### Summary of changes:
|
||||
|
||||
- The stream `Payment Methods` will now provide data about customers' payment methods.
|
||||
- The stream `Payment Methods` now incrementally syncs using the `events` endpoint.
|
||||
- `customer` field type will be changed from `object` to `string`.
|
||||
|
||||
### Refresh affected schemas and reset data
|
||||
|
||||
1. Select **Connections** in the main navbar.
|
||||
1. Select the connection(s) affected by the update.
|
||||
2. Select the **Replication** tab.
|
||||
1. Select **Refresh source schema**.
|
||||
2. Select **OK**.
|
||||
|
||||
```note
|
||||
Any detected schema changes will be listed for your review.
|
||||
```
|
||||
|
||||
3. Select **Save changes** at the bottom of the page.
|
||||
1. Ensure the **Reset affected streams** option is checked.
|
||||
|
||||
```note
|
||||
Depending on destination type you may not be prompted to reset your data.
|
||||
```
|
||||
|
||||
4. Select **Save connection**.
|
||||
|
||||
```note
|
||||
This will reset the data in your destination and initiate a fresh sync.
|
||||
```
|
||||
|
||||
For more information on resetting your data in Airbyte, see [this page](/operator-guides/clear).
|
||||
|
||||
|
||||
|
||||
## Upgrading to 5.4.0
|
||||
|
||||
The `Refunds` stream previously did not sync incrementally correctly. Incremental syncs are now resolved, and the `Refunds` stream now receives the correct updates using the `events` endpoint. This version resolves incremental sync issues with the `Refunds` stream.
|
||||
|
||||
@@ -108,7 +108,7 @@ The Stripe source connector supports the following streams:
|
||||
- [Invoice Line Items](https://stripe.com/docs/api/invoices/invoice_lines)
|
||||
- [Invoices](https://stripe.com/docs/api/invoices/list) \(Incremental\)
|
||||
- [Payment Intents](https://stripe.com/docs/api/payment_intents/list) \(Incremental\)
|
||||
- [Payment Methods](https://stripe.com/docs/api/payment_methods/list)
|
||||
- [Payment Methods](https://docs.stripe.com/api/payment_methods/customer_list?lang=curl) \(Incremental\)
|
||||
- [Payouts](https://stripe.com/docs/api/payouts/list) \(Incremental\)
|
||||
- [Promotion Code](https://stripe.com/docs/api/promotion_codes/list) \(Incremental\)
|
||||
- [Persons](https://stripe.com/docs/api/persons/list) \(Incremental\)
|
||||
@@ -239,6 +239,7 @@ Each record is marked with `is_deleted` flag when the appropriate event happens
|
||||
|
||||
| Version | Date | Pull Request | Subject |
|
||||
|:--------|:-----------|:----------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| 5.6.0 | 2024-09-10 | [44891](https://github.com/airbytehq/airbyte/pull/44891) | Update `Payment Methods` stream |
|
||||
| 5.5.4 | 2024-09-09 | [45348](https://github.com/airbytehq/airbyte/pull/45348) | Remove `stripe` python package |
|
||||
| 5.5.3 | 2024-09-03 | [45101](https://github.com/airbytehq/airbyte/pull/45101) | Fix regression following pagination issue fix |
|
||||
| 5.5.2 | 2024-08-28 | [44862](https://github.com/airbytehq/airbyte/pull/44862) | Fix RFR pagination issue |
|
||||
|
||||
Reference in New Issue
Block a user