#justinkennedy10-ach-invoice
1 messages · Page 1 of 1 (latest)
No you don't, you can use ACH Debit https://stripe.com/docs/ach to collect bank account details and then pass source: 'ba_123' when paying the invoice
interesting, and then subsequent refunds, etc. need to be done on the Charges API, not PaymentIntents? (because I wouldn't be in the beta)
Also, I see ACH Debit is "Supported on Tokens not on Sources" according to https://stripe.com/docs/payments/payment-methods/transitioning
Is this true - meaning I wouldn't be able to create an ACH Debit source?
Or this this documentation simply out of date
I guess there are mention of sources here (https://stripe.com/docs/ach) so it must be out of date
ignore all of this entirely
ACH Debit works fine with PaymentIntent and Invoices. It's just not well documented because we're working on that beta to re-design everything
but you're fine to use the official doc. It's been live since 2015, it's well tested and works well, no worries there
So I can create a PaymentIntent with an ACH Debit as a source without being a part of any beta?
yes
you pass source: 'ba_123' on the PaymentIntent API and it "just works", it's just not documented
that is absolutely amazing
(:
thanks so much!
Any hints on when it will be wrapped into PaymentMethods (or is that not even planned)?
that's what the beta is about, but no firm timeline for now
ah!
Any chance you could put in a word for me for getting added?
I'd love to be able to not have to write code for both Sources and PaymentMethods
you'll need to submit the form you shared earlier, no other way right now sorry