#liverpool_forever_06612

1 messages · Page 1 of 1 (latest)

wet sinewBOT
mint aurora
#

Hello! Can you give me the ID of a Dispute you closed with winning evidence so I can take a look?

cursive bough
#

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

mint aurora
#

Looking...

cursive bough
#

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?

mint aurora
#

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.

cursive bough
#

Ah I see, how do I trigger that? Can I make the Dispute extract funds right away?

mint aurora
cursive bough
#

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

mint aurora
#

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.

cursive bough
#

I see, thanks. Sorry and just to confirm, what event is that expected to fire? I am more interested in charge.dispute.funds_withdrawn

mint aurora
#

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.

cursive bough
#

Thanks, I can see it now. Appreciate your help!