#liverpool_forever_06612
1 messages · Page 1 of 1 (latest)
Hello! Can you give me the ID of a Dispute you closed with winning evidence so I can take a look?
Sure, Gimme one sec. Thanks for the quick response.
Sorry I am using different accounts, here is the one for losing_evidence - dp_1OkZGwDqaef2jEKDOz7hSseP
I can't find the winning_evidence one, I am just going to update another dispute I have open
Gimme one sec.
dp_1OkZNWDqaef2jEKDKMtU7uxS for winning_evidence which I just updated
Looking...
Thanks and just to check my understanding. If I respond to a dispute with winning_evidence that should fire the charge.dispute.funds_reinstated event? And if I respond to the dispute with losing_evidence the charge.dispute.funds_withdrawn should be fire?
For the one where you submitted winning evidence the Dispute never extracted funds, so there were never funds withdrawn or funds reinstated which would have triggered the Events you want.
Ah I see, how do I trigger that? Can I make the Dispute extract funds right away?
Try creating the Dispute with pm_card_createDisputeProductNotReceived: https://docs.stripe.com/testing?testing-method=payment-methods#disputes
Sorry dumb question but how do I do that using the cli if you know the command/docs that will be helpful, I am just using stripe trigger charge.dispute.created and which event will pm_card_createDisputeProductNotReceived fire? I am more interested in the charge.dispute.funds_withdrawn , thanks again
I don't recommend doing this via the CLI, you should do it in code by creating a payment.
You can use the CLI to hit the Payment Intent API, for example, if you wanted to though.
I see, thanks. Sorry and just to confirm, what event is that expected to fire? I am more interested in charge.dispute.funds_withdrawn
That should fire when the Dispute is created, which should happen when you use the Payment Method to make a payment that will trigger a Dispute.
Thanks, I can see it now. Appreciate your help!