#gpatra_webhooks
1 messages ¡ Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- gpatra_docs, 4 hours ago, 11 messages
- gpatra_docs, 1 day ago, 11 messages
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1258036655185596543
đ Have more to share? Add details, code, screenshots, videos, etc. below.
hi there!
Hi Soma
And just for context through webhook the event entitlements.active_entitlement_summary.updated all features are coming. How to exclude some specific features.
How to achieve this?
you would first create one or more products, and then on each product attach the corresponding entitlements/features.
Yeh done that. I'm asking about the product where active and trial mode will have ,different features ?
then you'll need to create different Products.
I think i need to write custom logic to handle this case instead of create a different product.
if you want to use the entitlement feature, then creating multiple products makes sense. otherwise sure, you can use your own custom logic for this.
I am already using entitlements features for the product. But our usecase is Customer can use all the features in their plan according to product. But in their trial subscription status some features they can't use.
I thing Right now Stripe doesn't have this usecase.
got it. yes correct that's something we don't support, and will require some custom logic on your end.
Yeh thanks for your help, Just last query where can i see the event sample data of webhook events except the stripe dashboard?
I'm not sure I understand your question. can you clarify what you are trying to do?
Oh, Its fine. I found it.