#kkkkkkkkkkkkkkkkkkkkkd - collectBankAccountForSetup

1 messages · Page 1 of 1 (latest)

stark marten
#

Just to double check: this is on your js client side code? Not our node-js library for example?

#

Apologies if those questions feel obvious, just two things I want to double check first

pine vine
#

It is on my client side code. I installed stripe js via the npm install.

#

Do I still have to include the stripejs script tag in the js file?

stark marten
#

Good question. Not immediatley sure but am looking in to it. Can you otherwise use Stripe.js functions?

pine vine
#

Yes, I was able to use stripe.confirmSetup

#

all good, i had to set the stripe object as 'any'

#

thanks

stark marten
#

Good catch! Glad you could resolve that quickly

pine vine
#

Sorry I have one more inquiry. It is required to display a mandate to the user for ACH payments. I am using PaymentElement. According to the docs it seems like this mandate should automatically be generated by Stripe since I am using PaymentElement, is this correct? https://stripe.com/docs/payments/ach-debit#mandates

stark marten
#

Yes, we will display a mandate collect the necessary data if you are using the Payment Element

#

Is that double checking or is there some behavior in your current code that you are trying to understand?

pine vine
#

So there should be like a text field saying something like "If you use Rocket Rides’ services or purchase additional products periodically pursuant to........"

#

Yeah just trying to understand what to expect after implementation

weary pebble
#

👋 I'm just hopping in - give me a minute to catc up

#

Have you tested this out yet? You should be able to see the full mandate if you try this out in test mode