#Dethsesh - ACH payments
1 messages · Page 1 of 1 (latest)
👋 Taking a look!
Just to be clear, are you already using Stripe Checkout or Elements?
We don't use stripe checkout. We currently just use it to process payments on a third party site.
Got it
Could you share more details on what your Stripe integration looks like now? By third party site, are you referring to a platform? As for a button, there's the Payment Request Button, but this is exclusively for wallets (Google Pay, Apple Pay), not ACH
the third party site is called meetmax, and it is just able to process payments using stripe so we can accept payment there
it doesn't have to be a button, but I am trying to post some option for customers to pay us with ACH only using stripe
button, link, anything
There is a product that we do not accept credit card for, and everything I generate has credit card and us bank account as an option
Got it. I recommend starting here: https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=checkout
This goes over how to accept ACH debit payments with Stripe. Your team can decide between using Checkout or building a more custom flow.
If you have any questions as you start to dig in, we're here to help!
awesome, this looks perfect actually. I will let you know if I have anymore questions as I start on it