#arggh-intents
1 messages · Page 1 of 1 (latest)
hmm, it seems odd to me that you'd get the Charge event but not the PaymentIntent one. Do you have the ID of the involved Charge so I can look?
But yes, I would expect that you get the PaymentIntent event, you're supposed to(the PaymentIntent is the state machine that creates the Charge) so I'd like to look at the example as it seems unexpected
I was writing "give me a sec", but I just realized I wiped our test data yesterday 😦
But hey, I'll try to accomplish the same again.
They already have my social security number, so not much more damage to be done.
it's possible we created the Event object but the actual webhook network delivery failed in some fashion; or also stripe-cli has a bug where it sometimes drops events unfortunately if you use that, but it would seem unusual if we don't create the Event at all. Would have to look at an example.
That could be the cause, I've noticed that stripe-cli sometimes silently stops receiving events. However, usually it stops receiving events altogether..
I'll give it a shot and get back to you.
Now the webhook received both events 🤷♂️
I'm certain that it didn't last time, since the purchase didn't get fulfilled (now it did). Maybe it was indeed a blip in the stripe-cli.
that would be my guess, that bug is pretty annoying and it's what I thought of immediately on reading your question
Quick bonus question if you don't mind: does the image in the upper right corner resemble our business settings in Stripe in live mode, so it has the correct logo/name/colors etc?
this comes from your onboarding with Klarna which we do automatically when you enable the payment method, to the best of my knowledge it uses your public business name from https://dashboard.stripe.com/settings/account (but yeah in test mode it's that sandbox value instead)