#Rupinder

1 messages · Page 1 of 1 (latest)

alpine yarrowBOT
#

Hello Rupinder, we'll be with you shortly! 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.
Rupinder, 2 days ago, 15 messages

sly crest
#

hello! I'm pretty sure we don't support anything like that, but could you elaborate on the question/use case?

lilac hemlock
#

so I have set webhook on product & price create event

#

issue is when I add product in stripe dashboard the event happens at same time interval

#

I want it like this product.create and the after few seconds price.create

sly crest
#

makes sense! but you can't configure Stripe to make that happen on our end, we just send the webhooks and they can arrive in any order. Your system needs to be able to handle that. Maybe push the incoming event into a task queue that your code then works through in a certain order.

lilac hemlock
#

but your document doesnot make sense

sly crest
#

what can I help to clarify?

lilac hemlock
#

If stripe doesnot garuntee the orderly delivery, what is point of this documentation.

sly crest
#

I'm not sure what you mean. The point of the documentation is to document that we don't guarantee the order of delivery so that you can know that.