Skip to main content

Fluent Forms/ FluentCommunity

Shahjahan Jewel  Since Fluent Forms Free now offers Stripe-Subscriptions, how do you handle paused or canceled subscriptions combined with FluentCommunity? Do i have to use stripe webhooks or does Fluent Forms handle this?

William Beem

You know, I was just dealing with this issue moments ago. Here's a doc that may help you.

https://wpmanageninja.com/docs/fluent-form/payment-settings/how-to-setup-stripe-ipn-with-wp-fluent-forms/

In my case, I have an error message after using this:

Stripe Error: Invalid API Key provided: false

Not sure why this shows because the docs don't call for using an API key. I just submitted a support ticket asking for some clarification here, because it seems like I did everything instructed.

The recurring payments seem to require seven specific permissions to allow along with the webhook.

Manuel Müller

William Beem i didn't try the webhooks yet (please keep me updated)

what i didn't know either, it seems that fluent forms is capable of handling active, refunded and cancelled subscription, using 2 integration feeds with fluentcrm...

  • Feed 1: Tag User in FRCM when subscription is active
  • Feed 2: Tag User in FCRM when subscription is canceled or refunded

What i haven't found out yet, is how to deal with subscription upgraded...

this means, if webhooks are working, FluentForms would handle the subscription while FCRM deals with tags and permissions in FCommunity

William Beem

Manuel Müller Perhaps the upgrade is a subscription to a different endpoint. In that case, you'd get a notice of a new subscription and then FCRM could handle removing the old one and applying permissions to the new one.

Manuel Müller

William Beem nice idea...that's definitely something to think about