#divya.shalini.ics-account-support
1 messages · Page 1 of 1 (latest)
@trim barn :question: Have a non-technical question, account issue, or need one-on-one support? We wish we could help, but this community is focused on developers and technical discussions. Our support team will be able to assist you better than we can: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Oh, let me frame my question again
How to trigger charge.dispute.created from stripe dashboard
My requirement is to test charge.dispute.funds_withdrawn webhook event
I don't know how to do it from Dashboard. But you can trigger events with Stripe CLI: https://stripe.com/docs/cli/trigger#trigger-event-charge_dispute_created
No, it will generate a dummy Charge and then create a Dispute for it.
We have test cards for this https://stripe.com/docs/testing#disputes
If you create a transaction with one of those cards, a dispute will be created on that transaction and you can handle it in test mode like normal
Though also be sure to use our test evidence to test the specific dispute outcomes that you want
Can you help me with this also?
Any documentation?
Meant to link it https://stripe.com/docs/testing#evidence
Yes as far as I know