#JohnM-bankdebits
1 messages · Page 1 of 1 (latest)
@gloomy shadow it depends what type/country of bank account you're looking for. I would start here : https://stripe.com/docs/payments/payment-methods/overview#bank-debits , the names are clickable.
that page links to the ACH Debit docs then!
To clarify in case this is the confusion, ACH still uses some legacy APIs(token/charges) and not PaymentIntents/PaymentMethods right now, but we plan to relauch it eventually.
yeah you can't use the PaymentMethod API with ACH unfortunately so that won't work.
what type do UI specify for this to be a bank account. ach debit is not liste
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yeah you can't use the PaymentMethod API with ACH unfortunately so that won't work.
see what I said above.
the guide is https://stripe.com/docs/ach !
so, we can not use the paymentintent api for ach debits
ACH still uses some legacy APIs(token/charges) and not PaymentIntents/PaymentMethods right now, but we plan to relaunch it eventually.
yes, as I said. Also the page I linked says right at the top:
If you’re interested in participating in a beta of ACH debits using the PaymentIntents API, please fill out this short form to get added to our waitlist. If you’d like to get started immediately with accepting ACH debit payments, you can still use our Charges API.
Yea... I think we are already in discussions with our Stripe solutions engineer for that.
You just confirmed what I thought
your Stripe contact should be able to confirm all this with you, but glad I could help.
thanks, That explains alot