#mrcoles - Stripe Checkout events
1 messages · Page 1 of 1 (latest)
Hi, taking a look here. Can you share the request id with me? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
@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
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