#lucynoodles20 - us bank accounts ACH
1 messages · Page 1 of 1 (latest)
Hey there, this isn't a publicly available API yet. If you're integrating with ACH today, you should refer to the guide here:
https://stripe.com/docs/ach
Note the callout box and linked form to express interest in the beta for using US bank accounts with the Payment Method & Payment Intent APIs
Are you able to view the page you linked to? That shouldn't be viewable unless you are in the beta, in which case is should include an "accept a payment" guide you can follow with the API details
Hi @latent plover, thanks for the response! Yes, I can view it. My team is not using Stripe Checkout currently. Is there a way to create a us_bank_account directly? Similarly to how cards are created here: https://stripe.com/docs/api/payment_methods/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
If you have access to the beta you should refer to the documentation and guidelines that were shared with you. Technically, yes my understanding is that you can create a payment method with type=us_bank_account but this is not the recommended integration pattern.