Hacker News new | ask | show | jobs
Show HN: A low-code platform to create pricing cards (pricing-tables.vercel.app)
1 points by alejandro_yanes 1159 days ago
A platform that connects to Stripe to read products & prices and gives you templates to create pricing cards in minutes and embed them into your website with two lines of code
1 comments

Asking me for my Stripe API key is a non-starter (regardless of what you "promise").
There are two Stripe keys. One is the publishable key, which is in the source of your checkout page. The other is your secret key, which, yeah, keep secret. Which key is this app asking for?
it's the publishable key, that's the one meant to be used when creating integrations, also you should be able to get a test publishable key, though we only use the key to read products and prices
tedyoung the idea of the platform is that you already have a Stripe account with products and prices, the platform will allow you to put together a pricing widget in minutes to embed into you page. IF you're interested I can provide a test key for testing