#joel.artzt 0 ACH
1 messages · Page 1 of 1 (latest)
According to this doc, ACH does not support Checkout in Subscription mode but does support the Payment Element + Subscriptions https://stripe.com/docs/payments/payment-methods/integration-options#payment-method-product-support
Are you looking for guidance on how to achieve that flow or were you mostly asking for confirmation on what ACH supports?
First question was whether ACH was supported via checkout for recurring subscription payments. I did see that table and found that confusing. If it's not supported with checkout, is the only way to achieve it with the payment element (my url got goofed up) this link -- https://stripe.com/docs/payments/payment-element
Yes, you should be able to follow basically this guide but using ACH as the payment method https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
Ok. I was trying to avoid use the element as then I need to build all the error handling conditions. I would prefer to use Stripe checkout but it doesn't appear that's an option.
@echo condor Hello! Just wanted to check in and see if there's anything else we can help with?
Not unless you know of a means to accept recurring subscription payments via ACH with Stripe that doesn't require the integration and error handling of the Stripe Payment Element. 🙂