#wsteelix
1 messages ยท Page 1 of 1 (latest)
Hi there!
We have some test cards that automatically generate disputes: https://stripe.com/docs/testing#disputes
ah nice! so I can basically create a subscription with one of those cards?
however, our disputes has solely come from iDeal and Bancontact (so SEPA Direct Debit).. do you have any idea how exactly we can test disputes for those?
ah nice! so I can basically create a subscription with one of those cards?
Yes!
do you have any idea how exactly we can test disputes for those?
There is no disputes process for iDeal and Bancontact, as mentioned here: https://stripe.com/docs/payments/ideal/accept-a-payment?platform=web&ui=checkout#refunds-and-disputes https://stripe.com/docs/payments/bancontact/accept-a-payment?platform=web&ui=checkout#refunds-and-disputes
yeah, we basically lost all the disputes without any chance to appeal.. hence we're trying to find a way to handle them on our end ๐ฅน
let me try the cards as you suggested above first anyway
i would believe that they should be the same event anyway regardless of the payment methods
another question i have: is the "charge" property inside a charge.dispute.closed event a Stripe.Charge object? since I have seen a few of them has the id of py_xxxxxx which looks more like a Stripe.Payment object to me ๐ค
ch_xxx is a Charge objact for a card payment method, py_xxx is a Charge object for a non-card payment method.
ah alright! and I'd assume that they have the same properties?
Yes
alrighty! Thank you! I was able to create a dispute. Now I'll just need to test the webhook
have a great day then! ๐
Happy to help ๐
๐ taking over for my colleague. Let me catch up.