#Zanar-checkout-apm

1 messages ยท Page 1 of 1 (latest)

blissful crane
#

Hey there, can you share an Event ID you're concerned about?

alpine stump
#

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 ๐Ÿค”

blissful crane
#

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

alpine stump
#

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 ๐Ÿ‘

blissful crane
#

Np!