#dingkai031
1 messages · Page 1 of 1 (latest)
I think it's here https://dashboard.stripe.com/test/events/evt_3NBUs1BBuNcFsmgM1rJHhWw4
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
okay, if a customer file a dispute for a subscription. Either we win or lose, does the ongoin subscription stop automatically?
It could be settings to control the behavior, but generally I think it should change the status to past_due. Best is to test in Test mode
ah yes I see it in the dashboard, thanks
about the charge.dispute.funds_withdrawn event, when does it really trigger? when we lost a dispute or when the dispute is created? because I see that charge.dispute.funds_withdrawn and charge.dispute.created created at the same time...
previously I ask with other staff, she said that... when we lost a dispute (source : #1110863230269661214 message)
Yeah it is when to lost the dispute. It's just the test card you are using simulate both timing the same
so it's trigger differently between the test one and the live one? So later in live, it should only trigger when we lost a dispute right?
Yes
Occurs when funds are removed from your account due to a dispute.
but in here, in my recent dispute in live mode. the charge.dispute.funds_withdrawn and charge.dispute.created is created at the same time ? it's not when we lost a dispute?
I see it in the activity of PI : pi_3N83MzBBuNcFsmgM0gygxXV3 in stripe dashboard
i'd suggest going through this guide to understand how disputes work : https://stripe.com/docs/disputes/how-disputes-work#receiving-a-dispute - we withdraw the funds when a dispute is received
okay understandable thanks
then, is the dispute amount has an exchange rate like in the balance transaction object?
do you have an example Dispute object id for me to look at?
sorry my bad, it was there in the object but didn't see it 😄