#mochihealth
1 messages · Page 1 of 1 (latest)
HI 👋
I'm looking for that. I know I have created disputes myself in Test mode so I'm trying to track down how I did it
Okay right you can trigger a dispute by using one of these test cards in a payment: https://stripe.com/docs/testing#disputes
ok thanks and do you know if i can enable ach debit on test account and not prod for subscriptions and how i would do that
also if im grabbing all the invoices for a user for the purpose of showing their payment history how can i see which invoices have disputes attached to them
You would have to go the other way around. You can list Disputes and use the Payment Intent ID to link those Disputes to the payment intent. https://stripe.com/docs/api/disputes/object#dispute_object-payment_intent
As for ACH DD, just make sure to only turn in on for Test mode: https://dashboard.stripe.com/test/settings/payment_methods
i think there is a different place that I've seen to enable payments for subscriptions
We don't have a separate setting for subscription payments
But you can specify payment method types for any individual subscription when you create them
but I do remember there being another place to enable certain forms of payment