#Sachin_
1 messages · Page 1 of 1 (latest)
hi! well your code would need to be different, because for example the webhook signing secret whsec_xxx is different for each endpoint.
What are the actual errors you're getting?
Yes
I changed that
But also not getting the the dashboard
Do I need to disable testing webhook
no
what's the ID of the payment accepted? pi_xxx etc
Np problem
your webhook works fine, the thing is the event hasn't happened yet
you only listen to checkout.session.completed and that hasn't happened yet because the customer used an async payment method
Which event is triggered then
Or it will be triggered later.
Or I have to listen to any other event.
read the docs I linked, they answer all that
Okay got it
So I have to add trigger on async_payment_succeeded.
How can I send test webhook on server like I can trigger webhook on live I can trigger in the testing
Sorry for these questions
But i am stuck on that this
you don't really
if it works in test mode it will work in live mode, you just have to wait for some real payments