#victoria.fabris-chargeback
1 messages · Page 1 of 1 (latest)
Hi there!
You can learn about disputes and fraud here: https://stripe.com/docs/disputes
is there a way that in the backend, no the client, asks for a chargeback?
i would like to do a chargeback when something happens, can i do this automatically?
or always the owner of the card that has to do that?
What you can do is create a refund with https://stripe.com/docs/api/refunds/create
ohh! nice! thank you