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
What: Migrate current donors from the stripe integration in Dispute Tools to the membership platform
Why: Currently we have users that are donating monthly in our first stripe integration. We need to figure out a way to move these users to the new platform and come with a plan on how to do it. We don't have these users in a database that belongs to us, the integration with stripe we have now is really thin, and all the user data is stored in Stripe itself.
Also, is worth investigating first if we actually need this, if the amount of users is low we may just skip the whole thing and send emails to the users explaining to them what to do.
We need to take into account
How to retrieve this data from the Stripe API (we have access to this via API keys)
Users might have an account already
Users can be donating monthly amounts outside of our membership plans
How:
Spec out a solution and share it with the team for review.
The text was updated successfully, but these errors were encountered:
What: Migrate current donors from the stripe integration in Dispute Tools to the membership platform
Why: Currently we have users that are donating monthly in our first stripe integration. We need to figure out a way to move these users to the new platform and come with a plan on how to do it. We don't have these users in a database that belongs to us, the integration with stripe we have now is really thin, and all the user data is stored in Stripe itself.
Also, is worth investigating first if we actually need this, if the amount of users is low we may just skip the whole thing and send emails to the users explaining to them what to do.
We need to take into account
How:
The text was updated successfully, but these errors were encountered: