#krystsina_87113

1 messages · Page 1 of 1 (latest)

median plinthBOT
twilit quest
#

Generally speaking you should just use the Payment Element, as opposed to this ACH specific guide

#

But overall those are just HTML <form> elements that have submission buttons and handlers to trigger the Stripe.js functions

#

ACH is a completely hosted flow so you don't really need to display any form fields

slim pagoda
#

Will PaymentElement render the form for me?

twilit quest
#

Also means you can have multiple other payment methods (cards, wallets) in a single form

slim pagoda
#

thanks! can I configure it to show only US bank account form and no others (like card, klarna, etc.)

twilit quest
#

Yep, sure. You'd just specify payment_method_types when you create your Payment Intent

#

And the Element will only render those types

slim pagoda
#

got it! and the user authorization will be done too using PaymentElement, right? so we need only to send confirmation to stripe on form submit, correct?

ruby summit
#

Correct.

slim pagoda
#

Thanks for the help!

ruby summit
#

Happy to help.