pmpro-import-users-from-csv icon indicating copy to clipboard operation
pmpro-import-users-from-csv copied to clipboard

Auto lookup subscriptions

Open ideadude opened this issue 5 years ago • 0 comments

You can import members with existing gateway subscriptions by making sure that the necessary order and subscription_transaction_id columns are filled in. However, this data is not always available and there is a big opportunity for user error to forget or mess this data up.

Let's create an option to just search for subscriptions at the gateway by email address. We could code this to work for Stripe for sure. Braintree probably. PayPal is an issue because the email is often different, but we could perhaps generate a report.

We would want to run this in the background because of the number of required API hits.

ideadude avatar Aug 04 '20 15:08 ideadude