#Zanar-checkout-apm
1 messages ยท Page 1 of 1 (latest)
Here's the ID for the local payment that was attempted: pi_3KblBZF4DxqoejDj1iFgRogs
This is the timeline for the test payment. According to the docs in the previous message, Stripe should be sending a checkout.session.async_payment_succeeded webhook right after the checkout.session.completed webhook, however it's not doing so ๐ค
Checking!
That payment was made with a card, which is not an asynchronous payment method (like SEPA, etc)
So it will fail/succeed immediately
In those cases, you'll always receive checkout.session.completed events immediately
Ahhhh I see where we went wrong here, we'll want to check the session's payment status before deferring to the async webhooks ๐คฆโโ๏ธ
Thanks for checking and pointing that out! This can be closed now ๐
Np!