#sinduri_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/1218143933066907708
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- sinduri_code, 21 hours ago, 11 messages
Hi, let me help you with this.
What do you mean by corresponding order exactly, in Stripe context?
It's a WooCommerce plugin, so the end customer purchased an order it's payment is succeeded on the Stripe but the order status is pending in WooCOmmerce
For delayed payment we relay on webhook, but unfortunately the customer doesn't add the webhook event !!
I don't know how WooCommerce works, you will need to reach out to them directly.
i dont ask about Woocommerce I ask about stripe webhook
why do your support devs always respond like this, whenever we talk about a WooCOmmerce plugin and the issue/queation about Stripe, you stick on the term WooCommerce
What I'm asking is our customer forgot to add checkout.session.async_payment_succeeded event. Few payment are suceeded but we can't sync the payment data due to not adding the event
Is there. any option to create events for payment already made after adding the webhook event
I asked my customer to add the event, so I know the future payments will work and we can sync the payment data to the site, but my concern is about existing payments
Sorry, it wasn't exactly clear to me that this particular issue could be solved with our knowledge.
I ask about webhook and webhook events!!!
Is there any way to create webhook event for existing payments
I need to understand better how your plugin is set up, who is the "customer" exactly, and what do you mean by adding an event (you mean add an event type to a webhook endpoint?).
you mean add an event type to a webhook endpoint?). oh yeah!!!
I already shared the event type!!checkout.session.async_payment_succeeded
No. You can retry webhook notification delivery attempts, but given the event type wasn't listed on the webhook before, there was never an attempt to deliver it, so retry in not possible. You will need to find another way to backfill the missing order information.
okay
Again, sorry for confusion. We indeed can't help with most WooCommerce questions that are coming in, and I didn't catch your exact ask initially.
I hope the answer clarifies it.