Remix.run Logo
rickcarlino 7 hours ago

Isn't this pretty much what every processor everywhere charges? I have been out of the industry for 10+ years but I remember this being pretty standard.

agreeahmed 7 hours ago | parent [-]

It ain't by much, but we're a tiny bit cheaper than Stripe when you consider how much they charge for Billing (.7% for them vs .65% for us). And pretty much every Stripe integration uses Stripe Billing (unless they pair with a 3rd part billing SaaS)

runako 7 hours ago | parent [-]

> pretty much every Stripe integration uses Stripe Billing

Isn't Stripe Billing only for subscriptions?

agreeahmed 7 hours ago | parent [-]

Stripe Billing handles subscriptions and usage based billing now. Most software products fall in one of those two categories, or sometimes both. As a result, most software companies are paying more than 2.9% + $0.30 for Stripe, closer to 3.6% + $.30.

To only pay Stripe 2.9% + $.30 they'd need to only use Stripe just for charges, and either build their own billing engine (usually poor use of time) or use a 3rd party SaaS.