Hi there, folks
I'm building a subscription based app and, for the payment gateway, I'll use Stripe as a platform. They have some great built-in functionalities and one of them is a pricing table, for which they provide a JavaScript code to embbed on the website.
Therefore, I'm looking for a way to add that to my app, but I'm struggling to figure it out.
Does anyone know how could I implement this functionality, even if I don't necessarily use the ready to go JavaScript from stripe and, instead, I build something similar on my own, with a redirect to Stripe's checkout page?
Thanks in advance!