ProCourse Memberships šŸ’ø

@Steven Thanks so much for this response, itā€™s very helpful.

Looks like custom fields solves most of my issue, I use the teaser plug-in, and come up with a working solution for membership types based on what the plug-in allows.

I looked at the table (Google translate for the win!) and it looks like we can have multiple membership levels of different costs through ProCourse, correct? If so, I can just create an add-on membership, that provides the exact same access but at a lower cost. Weā€™re a small enough group that we can work with that as a solution and have someone manually make sure there is a ā€œmasterā€ membership for these users.

Exactly, each cost will have its own membership page, thatā€™s where the static page is the most helpful and the table was the best solution in my case.

Error: VM193:1 POST https://sandbox.example.com/memberships/checkout/submit-payment 500

Everything is configed to be live. Any ideas?

This is the actual debug log from Discourse.

https://pastebin.com/n3pabZVS

I have the plug-in running successfully on my site for monthly subscriptions.

However, is there an option to charge users to post a single Topic/post, rather than giving them monthly access?

Working on getting this set up, and I have a question. If I have a membership set for 12 months to a group ā€œBronzeā€, at the end of that 12 months, will the membership to that group be removed? Is there a warning to the user that it happened/about to happen?

Hi there,

I read through this a couple of times and tried the Demo site again, and I think I figured out my confusion with the signup / membership flow.

Hereā€™s what I think I need to do:

Note: my site is 100% paid, thereā€™s no free tier

  1. I have a static sales page (outside Discourse) with an application form. If the application is approved (manual process), Iā€™ll send an invitation to join from within Discourse.

  2. new member signs up and gets a new account in Discourse.

  3. new member logs in to Discourse and seesā€¦an empty forum, but for one topic about ā€˜creating a membershipā€™ [perhaps this is where the pro-course-static-page comes in, and I can have a static page with payment options instead?]

  4. That topic [or static page] has two options: a monthly recurring payment and an annual recurring payment. Each link or button goes to the membership page I created within the Procourse plugin.

  5. New Member completes the payment and is added to the Member group, which has access to the full forum.

I think Iā€™m on track here. But #3 and #4 are questionable to me. Am I missing an easier / more obvious path?

PS - I thought the payment page would come first, before the new member created an account. The need to create an account first was a big mental block for me, but I understand why. I think. :slight_smile:

I think youā€™re going to have usability issues for your user base by making them sign up, get approved, then go into an empty forum, then make them pay for content.

You may be better of by doing something similar where Discourse is locked, but use WP Discourse for SSO and Paid Memberships Pro to restrict access to the community. Itā€™ll all happen more seamlessly for your users.

You could look at this for reference:

1 Like

Thanks @justin, Iā€™ll check it out. The forum isnā€™t empty (Iā€™ve had a small group in there for several months) but i see your point. I appreciate your perspective.

Can I ask why you go this route? Would there ever be a case when the application process is rejected?

I ask because you can solve the bulk of your issues if this piece can be skipped.

1 Like

Hi Joe,

The idea for the application is to get some background about the person and what they hope to get out of the community. I am part of another group where we had members come in and leave soon after because it was not a good fit for them.

I could change things to go directly to the member signup page, however, and then, once they have joined, ask them the same questions as part of their onboarding. That would work since in this case i have been talking a lot about what to expect prior to people signing up.

One question: if I go that route, can I send them straight to the procourse member page (where they subscribe and pay) and then create their Discourse account? Or is it still create an account then pick a payment plan?

I would combine this with the Custom Wizard plugin. Using that plugin you can capture any/all information you want on signup and then when the form is submitted, send the user to the membership payment page. That way you have it all in one flow.

Personally, I prefer it this way as opposed to the Paid Memberships Pro route. PMPro can work great up until you start trying to sync group memberships back and forth. You can do it, but in my experience itā€™s not as easy to set up and isnā€™t always reliable.

When I ran PMP on my site with group sync, I never had issues, but itā€™s true you need some technical know-how to make it work. Personal preferences aside, both are definitely options with unique advantages and disadvantages ā€“ @madbaker hope weā€™ve helped you come closer to possible decisions!

@joebuhlig @justin Thanks so much for this. Iā€™m seeing a clearer path now.

1 Like

@joebuhlig @justin. Hi; i thought i would circle back on thisā€¦

I got the Custom Wizard plugin working nicely upon signup. It calls a Static Page where the new user can select a recurring membership option (monthly or annual)

I have two levels in the membership plugin and the user goes to the correct membership page via the static page. Awesome.

Only problem is the Stripe integration bit on the page just sits and spins.

  • Iā€™ve combed through the Stripe integration docs on the procourse community site. It seems Iā€™m set up correctly but obviously not. :slight_smile:

  • double checked currencies on the plugin and stripe ( all USD), api keys and the webhook secret. All ā€˜testā€™

  • build a onetime payment level in case the subscription model was the culprit (no change)

  • checked the logs on Stripe and there is no record of a call being attempted (nothing in the log)

Is there a way i can check a log in discourse to see what call is being attempted?

Iā€™m up for posting in marketplace for help but if i can figure out what the plugin is trying to do at least it should make this go better. I have reduced my signup flow to the basics with no solution, though according to the docs this should be straight forward now. (Famous last words!)

Iā€™ve done some more digging and a tried few extra things out of desperation:

  • rebuilt the app and ran discourse-doctor to make sure there are no errors
  • deleted and rebuilt my membership levels in the procourse-membership plugins using test stripe keys

I can see the new Product Plans (test version) in Stripe when I enable the levels. Hooray!
But when I go to the payment page for the levels, the page renders but the credit card fields donā€™t load. I get the spinner forever.

Checking the Discourse Error logs and Stripe Error logs turns up nothing. No entries in either log.

So, I thought, maybe itā€™s a problem with ā€˜test modeā€™. Made these changes:

  • replaced test keys/webhook with production keys/webhook
  • recreated the membership levels within the plugin and enabled them.
  • The new product/plans appear in Stripe in the production area. Yippee!

But the same problem occurs when I go to the Discourse payment page. The page renders but the Credit Card fields donā€™t load. I get the infinite spinner.

No activity in the Stripe logs or Discourse error logs.

=== Eureka! ===

Ugh. I figured it out.

Thereā€™s a script required to make the payment work - js.stripe.com/v3. It was getting blocked as a security error. I added the script to the whitelist and it works quickly and awesomely.

Pretty important detail, that. I was checking app logs but a quick F12 to check the console wouldā€™ve been huge 4 days ago. :face_with_head_bandage:

7 Likes

What happens when, say, a 30-day membership expires? What does the subscriber see? How do they re-subscribe?

Also, how to they cancel a subscription?

5 Likes

hi @john12 did you find the solution? i have faced the same issue

Iā€™m wondering that too.

Also, what happens when a user joins (and pays), and then cancels. Does their subscription end immediately, or after the month they have paid for?

3 Likes

I swapped to Memberful in the end. Much better.