Has anyone considered integrating their app with Stripe to create a micro service of sorts?
I’ve been able to accomplish this with Square’s Checkout API but vastly prefer Stripe’s ecosystem.
Update:
I was able to create a hosted invoice page from Stripe using their Invoices feature. Not perfect, but it works
https://stripe.com/docs/invoicing/hosted
4 Likes
this is interesting! Could you share the micro service you developed?
http://pfp-skip-tracing.herokuapp.com/
Streamlit hosted on Heroku. Integrated with Stripe. After an order is placed, uploaded to S3 and processed via event triggered AWS Lambdas.
Mostly used as an internal tool at the moment so not user friendly and no instructions really.
2 Likes
@lejimmy this is awesome. Exactly what I am trying to do. Can you please share some more details about how you accomplished it? Are you using the payment links api to get a link? And then somehow getting the streamlit button to redirect to that link?
1 Like