#hiru99-dispute

1 messages · Page 1 of 1 (latest)

full birch
topaz pond
#

but how can i know if some one do in my api

#

where is the status

#

.need response

full birch
#

not sure what you mean, but the docs I linked describe all this in detail

topaz pond
#

no in docs that doesn;t menation

full birch
#

you can use webhooks to be notified of disputes and the Dispute object has a status field that can have the value needs_response

topaz pond
#

mention

#

this is the payment intent respose inthis how can i know that this is need respinse error

#

response

full birch
#

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

topaz pond
#

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

narrow junco
#

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

topaz pond
#

sure

#

how to do payment through setupIntent

narrow junco