#hiru99-dispute
1 messages · Page 1 of 1 (latest)
i receive this object in response in that how can i know that this payment is dispute.
No you can't retrieve via Payment Intent object. Instead you would need to listen to charge.dispute.created webhook event. It will send the Dispute object with the Charge Id inside
so how can i manage
in payment intent
how can know that this payment is disputed
it's your issue i want solution otherwise i use anotherf gateway
You can use the webhook event I mentioned above charge.dispute.created. It's because Dispute happen async and generated by customers, so you wouldn't know until they filed a Dispute