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?
You know, I was just dealing with this issue moments ago. Here's a doc that may help you.
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.
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
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.
William Beem nice idea...that's definitely something to think about