#aashish_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/1288472256120619008
đ 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.
- aashish_unexpected, 5 days ago, 30 messages
hi there!
. But I in stripe dashboard checkout.session.async_payment_succeeded events
can you share an example Checkout Session ID (cs_xxx) where you think this event should have been sent?
cs_test_b1tfQe12qTX1V6l7i5mh72xZH4hxtMo1PAkFhWkR8fz52pkzKYiQBHt2MY
thanks! give me a few minutes to look into this.
ok
the Payment Method used here was bancontact. so it's expected you didn't get an checkout.session.async_payment_succeeded event since this is not an async payment method. instead you directly received a checkout.session.completed event: https://dashboard.stripe.com/test/events/evt_1Q2tlNQSQWqMMH1bPpEU1PFp
I am using checkout session api with
payment_intent_data.capture_method : "automatic_async"
this has no impact on the webhook event for the Checkout Session
oh, okay. I might have misunderstood it then.
So, should I run my logic to fulfill my payments on our system on checkout.session.completed event? Can you share which payment methods are async ?
so, for async payment methods, will I receive the checkout.session.completed event first and then, the checkout.session.async_payment_succeeded later?
I recommend reading this guide that covers all of this: https://docs.stripe.com/checkout/fulfillment
okay, thanks.
can you also help me with my other query.
I have enabled the webhook events for invoice.created, invoice.paid and invoice.payment_failed
I am receiving the events in test mode but not on live mode.
For example, evt_1Q2bvb3fC9LZ8nUgomuzKCxq it is invoice.created but I can't see this in webhook event logs
looking into this.
ok
Hello
The invoice was created for a connected account but your platform doesn't have a connect type webhook endpoint. See: https://docs.stripe.com/connect/webhooks
You need a connect type webhook endpoint to receive connect events