How does this work in terms of having a merchant bank? Surely you need something else besides this repo right?
Eventually we want to get to a place where we are embedded deeper on the payments side. But for now that's the flow.
121–130 of 230 posts
How does this work in terms of having a merchant bank? Surely you need something else besides this repo right?
Eventually we want to get to a place where we are embedded deeper on the payments side. But for now that's the flow.
This looks like a REALLY cool tool for tech-focused startups. I like that its not just resolving the stripe bloat but also the code. You can setup a full production-ready payments processor without worrying about the code. I'm wondering - is there some overhead required to keep operations up? Or Flowglad takes care of everything between code and compliance Also, sick sweater I have the same one XD
And then we, alongside the processing partners we use on the backend (currently Stripe, soon hopefully beyond) handle the rest.
Re the sweater: great minds ;)
How can any of this work without dealing with credit card payment processors
Is your pricing ON TOP of what Stripe charges? Are we bringing our Stripe API Key to this?
Is your pricing ON TOP of what Stripe charges? Are we bringing our Stripe API Key to this?
No that’s the total cost to you. This isn’t a BYOK setup, you create a Stripe account through us using Stripe Connect
But who actually processes payment? Is it stipe, bolt or some other payment processor? How can any of this work without dealing with credit card payment processors
But who actually processes payment? Is it stipe, bolt or some other payment processor? How can any of this work without dealing with credit card payment processors
Feels like pricing is becoming a moving target again. Cursor’s experiments showed how fast teams will change plans the moment usage patterns shift, and LLM speed only accelerates that loop. Every new model drop forces you to rethink what’s “metered,” what’s “included,” and what users actually feel in the product. The part that buckles first is always the billing logic. Not the API calls, but the lifecycle math behind…
It turns out that the architectural changes that make that easier also make the tool generally easier to use for a bunch of different use cases.
In urban planning they have a name for this: the “curb cut effect”, whereby urban planners found that curb cuts, that had been made for a specific accessibility need such as people in wheelchairs, ended up being useful to all kinds of people: cyclists, people walking at night, pedestrians with weaker joints.
Devtools seem to benefit from a similar curb cut effect, where gains in a tool’s usability for one domain generalizes across many others.