#sadern-ach-elements

1 messages · Page 1 of 1 (latest)

mental shellBOT
severe bramble
#

Expected behavior

hybrid surge
#

Hello! As far as I know this is not somethign we support with the Payment Element today - you'd need to build your own UI for that if you don't want to colelct those detials in a modal

severe bramble
#

will it be secure?

#

what do you mean by "build your own UI"?

#

I thought the only one way to implement secured and tokenized element is by using Stripe js's elements

hybrid surge
#

Card data is subject to pretty strict requirements (so we do ask/require that you use our elements in order to be PCI compliant), but bank data does not have those same restrictions

severe bramble
#

Thx, I'll go over this docs

hybrid surge
#

sadern-ach-elements

severe bramble
#

To sum it up. I can create simple form on the front-end. They don't need to be rendered in the iframe element, then just send it to my back-end (endpoint that will create payment method) and this is just it?. If yes and I understand everything correctly, it won't be as secure as using Stripe's elements but secure enough to meet the restrictions?

hybrid surge
#

Almost - you'd create the Payment method but since you're not doing instant verification you'll likely need to build some additional things to handle the verification flow and everything. But yes, generally you have the right idea

severe bramble
#

?

#

I'm new in Stripe and I'm trying to figure out if it's worth it to sacrifice some kind of security to keep application UI consistency. I think it's not. Thank you very much for the guidance