#lekt9-checkout-webhook-events

1 messages · Page 1 of 1 (latest)

sturdy bluff
#

Hey, can you paste the evt_xxx ID

past solstice
#

evt_1LBGMfFZMofI31ocwbSiECri

sturdy bluff
#

Ah, you're using the CLI?

#

We wouldn't show failed CLI attempts in the Dashboard I don't think

#

I suspect there's an error being thrown in your webhook handler when you try to receive checkout.session.completed events

#

What CLI command are you using to listen for events?

past solstice
#

i’m not using the cli

#

the stripe dashboard doesn’t include anything on checkout session completed events on the webhooks page

sturdy bluff
#

That will listen for events on your connected accounts.

past solstice
#

i did and included the event

sturdy bluff
#

So you need to configure a non-Connect webhook

past solstice
#

wait let me send a screenshot of my code and dashboard configuration

sturdy bluff
#

I'm looking at your Dashboard now

past solstice
#

oh

#

so it has to be non connect?

sturdy bluff
#

In this case, that checkout.session.completed event fired on your platform account. There's no webhook configured for those events

past solstice
#

ah

#

okay let me give it a shot

#

awesome! I got the webhook to trigger!

#

thank you so much!

sturdy bluff
#

np!

past solstice
#

should I be handling async_payment_succeeded or completed

sturdy bluff
#

It depends, what kind of payment methods are you accepting?

past solstice
#

card and PayNow

sturdy bluff
#

You won't need to concern yourself with async events then as they're both 'instant' PMs

#

The async events are mostly for banking PMs, where it can take X days for the payment to fail/succeed

past solstice
#

thats strange, but async_payment_succeeded triggered when I used paynow

#

its a qr code payment method

sturdy bluff
past solstice
#

strange, never mind. in any case ill just handle both the same way, there cant be much harm in doing that right?

sturdy bluff
#

Can you share that evt_xxx ID?

past solstice
#

we_1LBH49FZMofI31ockP24wLZ1

sturdy bluff
past solstice
#

yes this one

cold summit
#

Hi! I'm taking over this thread.

#

Yes that looks odd since its not consistent with what the documentation is saying. I'll open an investigation internally.