I’m trying to allow users to sign up for my app with a freemium plan and then allow them to convert to a paid plan. On my signup page I’d just like to have it send the customer information to stripe to create the account, associate it to a plan, etc - but I don’t want to have the customer go through the stripe process as part of the signup, I just want it to perform some of these basic functions in the background.
You have headers option in weweb and one of the best documentation in the world in stripe…
I’m sure you can find how to do it with some trial and error
Quick update. I was able to really easily solve this problem through Xano. I simply imported the CURL output from Stripe, it created the calls I needed to the API… Done!