#josip_webhooks
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1310915129059049503
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
having a look, not very familiar with this feature.
but why not listen to customer.subscription.updated, to check the subscription status directly?
Hey there thanks for the quick reply,
because we wanted to simplify our logic by using the new Entitlements feature. We want to grant access based on Entitlements which is more granular than just if he has or does not have a subscription. Also in our understanding the entitlements should be an "mirror" of the actual rights a subscription grants to our product.
got it. give me a few minutes to try to reproduce this on my end.
thank you
sorry, Discord got busy and I forgot about this.
are you still having issues with this?
Yes, the issue persists since last week. We would like to have more information before we decide what solution to choose since we are shortly before our launch.
I would assume this behaviour is 'expected' in that we don't remove an entitlement for a paused subscription. Instead you could update the post-trial behaviour for your PLs to cancel: https://docs.stripe.com/api/payment-link/create#create_payment_link-subscription_data-trial_settings-end_behavior
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Should work for your use case as you're not collecting a payment method for the trial
I see, but the PLs are created by our Customer in the Stripe Dashboard. As far as I remember there was no setting in UI to define the post-trial behaviour of the PL. Is this API only?
at least in this UI page there is only the poissbility to define the redirect
Yeah not supported today I'm afraid
Understood. Thanks for the help.
We will then probably choose the approach to listen to the pause webhook and remove the entitlements in our BE when the subscription is paused