#MATTHEWPERRY
1 messages ยท Page 1 of 1 (latest)
id of a customer who's having the issue: cus_JwFgD3bXLti3UJ
Yep, we won't automatically cancel the subscription after a dispute on SEPA payments. Can only be enabled for card paymnets: https://stripe.com/docs/billing/subscriptions/cancel#dispute-cancel
Ok thanks ๐
I believe I have to listen on the dispute closed event and update the subscription in this case?
Not sure if there's an dispute.closed event as SEPA disputes can't be challenged. You'd need to check
Might just be charge.dispute.created: https://stripe.com/docs/payments/sepa-debit#disputed-payments
ok thanks for your help ๐
np