Remix.run Logo
sillysaurusx 4 hours ago

I just wanted to leave a glowing comment about Mercury itself, since this is one of the few times I’ll be able to.

I’ve been using Mercury for 5 years. In that time, I’ve been able to wire transfer money without having to worry it might disappear (functionally impossible at certain other banks), created hundreds of virtual debit cards each with their own limit and pulling from different accounts, created dozens of accounts (a “place to put money”) named by function (each of my household utilities gets its own account, with an automatic rule to pull in money whenever it gets paid out), and… well, I think that covers everything.

This has given me unprecedented insight into my financial life. I know exactly how much I spend on groceries, on each utility, and on entertainment. I can project ahead and get a burn rate for my household. And my ex wife uses it too, on the same login, which is as easy as “make an account named with her first name” and a corresponding virtual debit card.

I’m convinced the only reason people don’t use Mercury is that they don’t know what they’re missing.

You have to pay for personal banking (a couple hundred a year iirc), but the business banking is free. If you want to try them out, you can start an LLC for a few dollars (at least in Missouri) and get overnight access to Mercury. All that’s required is your EIN.

They’ve been one of the single best products I’ve ever used. The sole wrinkle was when they canceled all their existing virtual cards due to reasons, which threw my recurring billing into chaos. But every great company is allowed at least one mega annoyance, and that one was a blip.

If you’re wondering whether to try them out, the answer is yes, and I’m excited for you to discover how cool it is. https://www.mercury.com

dempedempe 2 hours ago | parent | next [-]

Can confirm. I've been using Mercury for three years now for my LLC. Everything is just so smooth.

alchemist1e9 4 hours ago | parent | prev [-]

> I’m convinced the only reason people don’t use Mercury is that they don’t know what they’re missing.

Very well could be true because I had no idea who or what they are.

Do they have strong low level automation support for the customer programmatically even for personal accounts? I use ledger for plaintext accounting for both personal and business and sync of data is slightly annoying, perhaps Mercury’s products solve that trivially?

sillysaurusx 2 hours ago | parent | next [-]

They sure do!

API: https://docs.mercury.com/docs/welcome

MCP: https://docs.mercury.com/docs/what-is-mercury-mcp

SOLAR_FIELDS 2 hours ago | parent | prev | next [-]

I run a small business books using mercury and beancount. The API supports enough operations in the free tier to do so with ease, though mostly I’m just fetching transactions. I do pay the ~35USD / mo for the extended API to get invoicing, though that’s not something a personal user would need

sras-me 2 hours ago | parent | prev [-]

> I use ledger for plaintext accounting for both personal and business and sync of data is slightly annoying..

I made this to solve it https://sras.me/accounts/

Feel free to use it as it stores data on your browser's local storage only. For syncing between devices, you would be able to use Google firebase's free tier and export your accounts (after compressing and encrypting) there and import from another device. Let me know if you want to try it..