#Mr Stinky Pants
1 messages · Page 1 of 1 (latest)
What do you mean by not working in live? What is/isn't happening?
just doesnt seems to fire at all
i have setupintent succeeded turned on
and i some one added their card but it didnt fire
Can you share the setup intent ID that succeeded?
its saying its incomplete
how can that be if they added their card
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Well, did that succeed? What happened when the setup complete call was made?
sorry there was another page
it must be this one https://dashboard.stripe.com/setup_intents/seti_1M55s4JKY8YXH2zhZIecv3FD
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
its succeeded but no event fired in logs
its showing up now for some reason just seems to have been updated
Great!
It might have been that the previous setup intent did not succeed as you thought it did
if you only get setup intent succeeded events, it would make sense you got no events until one succeeded
well this was 4 hours ago
i just still have a problem the webhook is not working on live but is on test
I only see a live webhook endpoint configured on your account
i have a local listner that works
Sure, ok
but when i try it live it it cant be getting anywhere
I see many events delivered successfully here: https://dashboard.stripe.com/webhooks/we_1LzNjsJKY8YXH2zhGc3By0eh?result_type=success
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
So what exactly do you mean by not working?
it must be going in to the try catch or something
what does stripe want in the response to send an error message back?
my webhook is actually a webservice and my responses are usually a stream
Stripe only cares about 200 success status code vs not
200 = delivered successfully
anything else is considered a failure
so it wont sent any message?
The body is irrelevant (in almost all cases, theres an exception I don't believe applies to you)
You can send a body, and we'll should you that body in the dashboard logs for 15 days
but stripe doesnt do anything with it
do you have any idea how to post a body back?
.net
or is it not showing because of this? The signature for the webhook is not present in the Stripe-Signature header.
So if you're encountering signature verification errors, your server might end up responding with an error code indicating failure, or not process the event like you expect even if you've already responded with success
You'll have to get a lot more specific to let us help you with that, ie share a particular event id and lets discusss exactly what is happening and not working etc
evt_1M55tqJKY8YXH2zhCianrrU2
it would be nice to get the webhook to return some body so i can check the problem
in this event under response it says The signature for the webhook is not present in the Stripe-Signature header. - although it is 200 ok
Can you share your endpoint code here for us to look at?
Make sure to remove any secrets