#-cosmicflare-_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1361259199157370901
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
can you clarify exactly how your pricing works? a concrete example would help.
Customers can buy apps with different plans. According to plan services will be provided.
Initially a free trial.
Just normal pricing for my app
that sounds like regular subscriptions?
Yes
so what's your question?
For now my app is free.
But now i want to charge for my app. I want to implement pricing for the app. How to do that with the help of stripe.
Which are the different ways to implement and what will be best and secured to implement for my stripe app
for Subscriptinos we recommend Payment Links or Checkout Sessions.
you can learn more about Checkout Session here: https://docs.stripe.com/billing/subscriptions/build-subscriptions?platform=web&ui=stripe-hosted
and here's doc for Payment Links, which is no-code: https://docs.stripe.com/payment-links
Does the will give script which we have to host in website.
I am thinking of is there any way by which user do not have to leave app or leave the stripe. Users should always be inside the stripe. No third party things. Just user stripe and my app in stripe.
No host of script to other place
Are you building a mobile or web app?
Web app