Right now I am working on an app for a non-profit that I volunteer for. Right now, they use 'Join It' to manage the memberships. This is essentially a stripe wrapper, so the durations/payment are all through our stripe account.
Is there a best practice to migrate users from one platform to another, keeping stripe as the source of truth?
How do I get these users and connections into our database?