#Anjan-issuing
1 messages · Page 1 of 1 (latest)
Hi there! Have you already given a read through https://stripe.com/docs/issuing/purchases/disputes?
Yep exactly!
Thanks !!
one more follow-up here I see both charge.dispute.created and issuing_dispute.created. Definition is same for both. What is different and any suggestion here ?
?
Difference is that a charge.dispute.created is for when you are processing payments on your Stripe Account and not using Stripe Issuing. The issuing_dispute.created is specifically if one of the Issuing Cards that your Card Holder uses is disputed.
Here is my scenario and I think charge.dispute.created is what I need. We charge customers via API upfront to ship the products later. When someone disputes the transaction then we like to know to stop the order from shipment etc.
Please share your thoughts
Okay yeah that doesn't sound like you are using Issuing at all
Issuing is specifically if you are providing credit cards to your own business via Stripe
So instead you want to read through: https://stripe.com/docs/disputes
And yes, charge.dispute.created is what you want