#hiru99-dispute
1 messages · Page 1 of 1 (latest)
hi! I'd suggest reading through https://stripe.com/docs/disputes/ to understand what disputes are and reaching out to our support team at https://support.stripe.com/?contact=true if you need any help with this.
not sure what you mean, but the docs I linked describe all this in detail
no in docs that doesn;t menation
you can use webhooks to be notified of disputes and the Dispute object has a status field that can have the value needs_response
mention
this is the payment intent respose inthis how can i know that this is need respinse error
response
you look at the Dispute object which is in charges.data[0].dispute linked from the PaymentIntent
or you listen to the charge.disputed.created webhook event
i want to blocked this types of dispute card . in my scene customer can't add disputed card .so is possible or any method available for it
If you are looking to block these cards from making payments on your platform, you may be able to do that with Radar https://stripe.com/docs
Our support is the team to talk to about Radar if that is what you are interested in
You can't. But payment intents can take payment and save card details at the same time https://stripe.com/docs/payments/save-during-payment