You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But this time, we need to manually remove this from BankAccount model, because syncing the data will not remove, but instead only add/update existing accounts.
The text was updated successfully, but these errors were encountered:
Issue Summary
Right now, we are able to sync accounts from current stripe data, but it would be great to have actions to do with deletions.
For example: User creates a custom account, which automatically creates an external bank account.
If this user changes their payment method and decides to add new account (using stripe API), we can
sync_account()
using actions.However, the user now wants to delete their previous (very first external bank account). We do this using stripe API:
But this time, we need to manually remove this from
BankAccount
model, because syncing the data will not remove, but instead only add/update existing accounts.The text was updated successfully, but these errors were encountered: