#sinduri_api
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/1219527495733481482
đ 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_webhooks, 3 days ago, 23 messages
- sinduri_code, 4 days ago, 11 messages
hello! This Checkout Session was paid with a card, it's not an asynchronous payment method, so you won't receive checkout.session.async_payment_succeeded for it
oh okay
How can I cehck the response of the event associated with this payment
evt_3OkXGNHW6ICaVcOx1PFLF5og? Becuase its only shows summary as it is before 30 days
Or Can I resend the webhook then it'll show on the top of event list
Hi @silver marsh I'm taking over this thread
You can't retrieve the full event data anymore because it's already more than 30 days old.
Can I resend the webhook then it'll show on the top of event list?
This is very urgent as the orders related to the payments is in pending status in WooCommerce due to not getting the webhook event
You can only resend events that have been created within the last 30 days.
You might want to reach out to WooCommerce and ask them if there's another way to update the order status.
I'm the developer I can add the payment details to the order . But I need the payment details first
You mean the payment_intent ID? you can still get the ID from the event summary page.
No, I need th e full response. Because our plugin already handle payment_intent.succeeded event type, but it's not working so I need the event type response to debug why the event handling is not working..
You mean the full PaymentIntent object that's included in the event? You can pass the PaymentIntent ID to the retrieve PaymentIntent API (https://docs.stripe.com/api/payment_intents/retrieve) to obtain the full PaymentIntent object.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.