#NTFFNR
1 messages ยท Page 1 of 1 (latest)
Hi there, test card triggers webhooks in test mode as well
Do you have the PaymentIntent ID?
Yes, pi_3MeVjuB8nRqjt6yu0dwuRkKA
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
this is the payment_intent.succeeded event, and it has been successfully delivered
Is your stripe listen CLI command still running?
I've attempted to use CLI to forward webhooks to local address, but it also didn't work.
But there is no real need to forward them to local address, I'd like to test live webhook, which I specified in the dashboard
I don't see any hosted endpoints in your Dashboard yet
Strange, I configured this one some time ago:
My bad, I was checking in test mode ๐
Is there something I'm missing to enable delivery of webhooks?
As long as your webhook endpoint responds 200 in time, the webhook events will be delivered successfully.
I track attempts to reach my endpoint and so far there were no attempts, which aggress with information from the dashboard, saying there were no webhook calls
Here is the latest payment I just did, and again no webhook
pi_3MeWuSB8nRqjt6yu0DRbeh1Y
๐ Taking over this thread, catching up now
I guess this is somehow related to test cards, I just don't want to test webhooks with real card
pi_3MeWuSB8nRqjt6yu0DRbeh1Y was created under test mode and payment_intent.suceeded event will only be sent to the webhook endpoint set in Dashboard
However, your test mode doesn't have Webhook endpoint set up yet
Live mode Webhook endpoint will only receive payment intent created in live mode
ahh indeed, I also just realised this! Thank you!