#Sean-instant-verification
1 messages · Page 1 of 1 (latest)
We have it implemented for one of our applications using the Stripe Checkout implementation and it works well. We have a secondary application with a custom UI using Stripe JS
We are investigating if we need to implement the Stripe Checkout in that application or if we can utilize the US Instant verification using Stripe JS and the APIs
Also, we are using Connected accounts with these applications. And we have that implemented.
You can use StripeJS for instant verification, yes
https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API
OK thanks for the info
And we would implement the same workflow to assign the payment intent to the connected account?
using on_behalf_odd
I don't think the workflow changes at all right? Its just checkout vs using a different element to process the payment
I think that is the case, but wanted to double check