arnaudmiribel / streamlit-extras

Discover, try, install and share Streamlit re-usable bits we call "extras"!
https://extras.streamlit.app
Apache License 2.0
715 stars 123 forks source link

stripe-payments #164

Closed mattmajestic closed 10 months ago

mattmajestic commented 1 year ago

Streamlit-Extras PR: Add Stripe Payments

Description

🚀 This PR adds Stripe Payments integration to Streamlit Extras.

Changes

Note

Please ensure to add the stripe_qr_download.png (required for QR code display) image & "your_stripe_publishable_key" with the actual Stripe publishable API Key (required for Checkout JS) to the codebase before merging.

Example

Check out the example Streamlit app with a working API key and QR code image: Stripe Demo App

Checklist

blackary commented 1 year ago

Hi @mattmajestic, looks like a nice extra candidate! Could you please follow the instructions here https://extras.streamlit.app/Contribute to properly organize the code for streamlit-extras?

arnaudmiribel commented 10 months ago

Closing for now until author addresses the changes