|
|
|
|
|
by agreeahmed
201 days ago
|
|
We eat all the webhook pain so you don’t have to. Much of our code is dealing with complex state transitions triggered webhooks. We just avail you the end result. Instead of having to implement all that yourself, you just read the latest billing and entitlement state for each of your customers from Flowglad: const billing = flowglad(user.id).getBilling() const hasFastGen = billing.checkFeatureAccess(‘fast_generations’) |
|
What are you using to manage your workflows on your backend?