Stripe

Is there a doucumentation or a blog on how to integrate stripe with streamlit ?

1 Like

Hi @khalidbouziane,

Thank you for sharing with the Streamlit community!

I recommend checking out this related post as well as Stripe’s API documentation.

Best,

Caroline

Hi,

I’m hoping I can get some help here. I see @lejemmy’s article about the Hosted Invoice Page, which looks like a good direction, but still have some questions.

I need to do the following:

  1. check whether an authenticated user is a stripe customer
    –I have a db that contains the stripe customer id
    –return current active status to app and allow authenticated user to access protected pages
  2. if not a customer, direct user to signup process. on completion, update user db.
2 Likes