#evangoldin
1 messages ยท Page 1 of 1 (latest)
Hello ๐
we have a mobile app built in React
you mean ReactNative correct?
I've not heard of anyone building a mobile app with just React ๐
If you did mean React Native then yes our React Native SDK does support ACH direct debit
https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=mobile&ui=react-native
@gaunt solstice
Ah, sorry @pseudo condor! Yes, definitely meant RN. Just gotten so used to calling it "React" internally ๐
NP! ๐ The link I shared above goes over ACH Direct Debit <> React Native integration using our SDK
Perfect. Checking it out now. Reading the docs now, but it support the ACH verification/setup flow and not just accepting an existing ACH payment method right?
I think what we want to do is closer to this: https://stripe.com/docs/payments/ach-debit/set-up-payment?platform=react-native#instant-only-verification
Basically, we want to setup a bank account as a payment method rather than just use it to pay one time.
Mostly, we don't use any PaymentIntents right now. We will probably have to switch to using them eventually, but ideally that's not required for this project.
Tagging @pseudo condor in case you didn't get notified from my last reply
Stepping in here, yes. You'd want to migrate to using Payment intents when you can.
Thanks @severe holly โ do we HAVE to migrate, or it's just recommended? That's a much larger can of worms.
How are you currently integrated? Are you using charges API?