#mrcoles - Stripe Checkout events

1 messages · Page 1 of 1 (latest)

jolly thorn
#

I'll test this on my end in the meantime

#

I just tested this on my end and can confirm that you'll get customer.subscription.created with Subscriptions created via Stripe Checkout. Once you provide the request_id, I can further investigate what might be happening here.

upbeat wigeon
#

@jolly thorn thx! I’m looking at the webhooks, do they have request_ids? The update webhook id is evt_1Kj5KY2YhXJ6sIanZtuorPDy

#

Oh, I’m seeing the created event now. It appears things are coming through a little differently from my old setup tho… I’ll have to dig a bit deeper here

jolly thorn
#

it appears that the created event is : evt_1Kj5KY2YhXJ6sIan9TohUH6A

#

Sounds good!

upbeat wigeon
#

Ya, FWIW, I find the “human readable” events section in the stripe dashboard not super useful. I have to open all the events in new tabs to see what they mean. In my case the most important info is the event name and maybe the previous_attributes -> new values. Here’s an annotated screenshot of this subscription moving through the Stripe Checkout