#naresh-paymentintent-ach
1 messages · Page 1 of 1 (latest)
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
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 ?
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.
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
yes it all works fine in React. You can use PaymentElement and it will do everything automatically for you
follow https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements and it will accept cards, and ACH debit and any other payment method you enabled in your account
okay got it @plain tapir