#naresh-paymentintent-ach

1 messages · Page 1 of 1 (latest)

solar tuskBOT
plain tapir
#

naresh-paymentintent-ach

#

Hello @livid wigeon ! I looked at that PaymentIntent and all you did was create it. You haven't collected payment method details, you haven't confirmed the PaymentIntent either. You might want to read https://stripe.com/docs/payments/intents first to understand how this API works.

But really we expect you to collect bank account details securely client-side in this flow

livid wigeon
#

Yes I do agree, We will try to collect the bank account details using the Custom built form. Is there a way to do an instant verification using the server side API front ?

plain tapir
#

That doesn't really make sense no. An instant verification happens when the customer logs into their real bank account via their bank and we get access to the details and have proof they own it.

livid wigeon
#

We use a react application as a front end

#

Is there really any form available in the frontend which stripe provides?

#

for the react application ?

#

If the bank account details are entered from the client side and it opens a instant verification dialog, will we get any API response from stripe that you added bank account was instantly verified ?

#

Kindly help me on these two

plain tapir
#

yes it all works fine in React. You can use PaymentElement and it will do everything automatically for you

livid wigeon
#

okay got it @plain tapir