#john_dev_
1 messages · Page 1 of 1 (latest)
Subscription id -> sub_1NRBC4FU2Rziu4OBOP3trbzb
note I answered you in your other thread
it's because there's no active SEPA mandate
make sure you use this guide (and ideally, use Checkout as it's much easier)
https://stripe.com/docs/billing/subscriptions/sepa-debit?platform=web
Thank you for your prompt response I was on lunch break and the thread closed
Your response requires another package
is there any way to do it with the https://www.npmjs.com/package/stripe
you always need stripe.js, since you need to have a frontend, and that's our frontend library
It is using stripe.confirmSepaDebitSetup(
yep! that's part of stripe.js and is Javascript you would have on your frontend payment page.
which I cannot find this function inside https://www.npmjs.com/package/stripe
yep because that's the backend library, which is ony half of a Stripe integration(the backend).
So there is no way to achieve it with the backend package
is that correct?
Just to verify it !
yes, what you are looking for is in the frontend package and not the backend package
thank you a lot