#kkkkkkkkkkkkkkkkkkkkkd - collectBankAccountForSetup
1 messages · Page 1 of 1 (latest)
Just to double check: this is on your js client side code? Not our node-js library for example?
If this is client side, are you including Stripe.js as we reccommend here or are you hosting it yourself? https://stripe.com/docs/js/including
Apologies if those questions feel obvious, just two things I want to double check first
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?
Good question. Not immediatley sure but am looking in to it. Can you otherwise use Stripe.js functions?
Yes, I was able to use stripe.confirmSetup
all good, i had to set the stripe object as 'any'
thanks
Good catch! Glad you could resolve that quickly
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
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?