#kasvith
1 messages · Page 1 of 1 (latest)
Hello! Can you provide more details? What help do you need specifically?
how can i prevent this automatic cancellation
I don't know, I need more details. What kind of purchase? What form of payment? What Event(s) did your Webhook Endpoint receive? Can you give me the IDs for both a failed and successful payment?
sure
error log for failed
for successful one pi_3MJgxuEqozwzKNrT18bMcv7k
im in the test mode
For the canceled one your Node code explicitly canceled the Payment Intent in this request: https://dashboard.stripe.com/test/logs/req_uHORar7LrDBmoZ
If you don't want that to happen you need to modify your code to not cancel the Payment Intent.
its weird because, i ve a place where it does cancellation if expiry time exceeded...in my case my app doesnt do that...instead its capturing the payment
my app doesnt explicitly cancels the payment
aaa
dang
i got it
It did though. That request came from your integration, correct?
it seems my hosted API also returned a response...how can I explicitly listen only on my local machine
its also sending webhook to the hosted server
You can configure that in your Dashboard here: https://dashboard.stripe.com/test/webhooks
currently i ve one hosted endpoint and a listener
didnt see where i can config this setting so hosted endpoint doesnt receive webhooks
It's at the link above.