#kkkkkk - node package
1 messages · Page 1 of 1 (latest)
I want to build additional features on top of the Stripe CLI, so I would need to use the code in the github repos
and then put it in a node npm package
I'd review all the docs linked and the license used on the Stripe CLI GH page.
ok cool, one more thing. I am using collecting card details from customers using Payment Element. However, the form is not getting displayed. The website is built with Next.js. So I was following this guide: https://stripe.com/docs/payments/save-and-reuse?platform=web#web-collect-payment-details - For some reason the <SetupForm /> component is not showing up. Does anything look wrong in the code?
Does the payment element iFrame show up? Can you see it in the rendered html elements?
Could you provide more context as to where I would find this iFrame?