Stripe payment processing

Did anybody implement Stripe payment processing in a Streamlit app?
Would love to get some pointers or an example.
Thanks

Sudipta

2 Likes

I was able to implement it although not without a great deal of effort. To make a long story short, I had to establish a system of access levels to pages, then every time a user tries to access a page, check the access level in a database. When the user logs in, the system queries Stripe and reports back whether the user is a customer and what their subscription type is. Then the script checks the database to see what access level that subscription corresponds to.

2 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.