#evangoldin

1 messages ยท Page 1 of 1 (latest)

quiet rapidsBOT
pseudo condor
#

Hello ๐Ÿ‘‹

we have a mobile app built in React
you mean ReactNative correct?

#

@gaunt solstice

gaunt solstice
#

Ah, sorry @pseudo condor! Yes, definitely meant RN. Just gotten so used to calling it "React" internally ๐Ÿ™‚

pseudo condor
#

NP! ๐Ÿ™‚ The link I shared above goes over ACH Direct Debit <> React Native integration using our SDK

gaunt solstice
#

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?

gaunt solstice
#

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.

Learn how to save payment method details for future ACH Direct Debit payments.

#

Tagging @pseudo condor in case you didn't get notified from my last reply

severe holly
#

Stepping in here, yes. You'd want to migrate to using Payment intents when you can.

gaunt solstice
#

Thanks @severe holly โ€” do we HAVE to migrate, or it's just recommended? That's a much larger can of worms.

severe holly
#

How are you currently integrated? Are you using charges API?