#creditxpert-developer
1 messages · Page 1 of 1 (latest)
Hello. This newer flow should be better for you I think: https://stripe.com/docs/payments/accept-a-payment-deferred?platform=web&type=subscription
Thanks @mellow bison! I actually implemented this flow first, but we ran into another issue in the fact that we need to support ACH payment collection and this flow did not seem to support that via the payment element?
No error, I just could not get ACH to show as one of the payment options no matter how I tried to configure the payment element and settings in the Stripe dashboard.
Once I switched to the other flow the ACH option appeared.
Ok I looked into this internally, and it seems this is known
However, you can get ach enabled with the deferred intent flow
So recommend reaching out to support to get this enabled on your account if you do want to use ACH with the deferred intents flow: 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.
Great will do this, thanks again for your help!