We (Render) are a featured app in the marketplace [1]; the app lets you run real time queries against your Stripe data in a fully-managed PostgreSQL database that's always in sync. Happy to answer questions about our experience building it! [1] https://marketplace.stripe.com/apps/render-sql
While the Stripe/Render integration looks interesting for our latest startup, more than anything I just wanted to take a moment and say 'Thank you' for building such a decent product.
Stripe App Marketplace
81–90 of 102 posts
Re: Stripe App Marketplace
#82Earlier quoted context omitted.
I firmly believe that transaction fees (incl invoices, etc) should be fundamentally a constant flat fee. Whoever builds a competitor to Stripe will blow everyone away. The cost of transaction is the same. Customers are being robbed in day light with % based transaction fees since the dawn of time. This entire industry is begging for disruption.
Transaction costs are not the same price per transaction. The major costs for most transactions are the risks (credit, irr, fx etc) associated with it not the fixed costs of infrastructure. Those costs go up with the value of the transaction.
Re: Stripe App Marketplace
#83Earlier quoted context omitted.
Transaction costs are not the same price per transaction. The major costs for most transactions are the risks (credit, irr, fx etc) associated with it not the fixed costs of infrastructure. Those costs go up with the value of the transaction.
Good points, this was my oversight/ignorance. Surely it is not 100% value-based costs?
See Atlantic Monthly vs Wise for different pricing types in fx transactions as an example.
Re: Stripe App Marketplace
#84Re: Stripe App Marketplace
#85Earlier quoted context omitted.
When people say “invoicing” in this context they generally refer to both the PDF and the transfer of money per the details on that PDF. How that money is transferred will incur different costs.
Ah got it. So you can send the invoice for free but if they pay you then the fee will be deducted from that payment. Thank you very much!
Re: Stripe App Marketplace
#86Re: Stripe App Marketplace
#87We (Render) are a featured app in the marketplace [1]; the app lets you run real time queries against your Stripe data in a fully-managed PostgreSQL database that's always in sync. Happy to answer questions about our experience building it! [1] https://marketplace.stripe.com/apps/render-sql
Re: Stripe App Marketplace
#88Re: Stripe App Marketplace
#89seems like a lot of YC IPO companies are struggling to keep their share prices afloat and this seems like something to send more paying customers to its network of YC backed businesses. ex) Docusign is down by at least 80%
Re: Stripe App Marketplace
#90We (Render) are a featured app in the marketplace [1]; the app lets you run real time queries against your Stripe data in a fully-managed PostgreSQL database that's always in sync. Happy to answer questions about our experience building it! [1] https://marketplace.stripe.com/apps/render-sql
Any interesting details on how it’s implemented? If I were guessing, register a stripe webhook. On each webhook, and fetch changed events and turn it into proper sql.