Skip to main content

Monzo launches free and paid-for business bank accounts

Monzo, the U.K. challenger bank, is officially launching business bank accounts today, after an extensive trial period over the last 12 months that saw early access given to 2,500 business customers.

Perhaps surprisingly, right out of the gate Monzo is offering two versions of its business bank account — which is aimed at sold traders and SMEs — a free account and a premium paid-for account, confirming our scoop from last week.

The free Monzo business account is called “Business Lite” and has a feature-set similar to Monzo’s consumer account, in addition to providing web access not just mobile app-based banking. The paid business account is called “Business Pro” and costs £5 per month.

It has a host of business features, including “Tax Pots,” which lets businesses put aside a percentage of inbound payments in preparation for a future tax bill (a simple but fairly ingenious feature), integration with third-party accounting software, multi-user accounts, and in-app invoicing tools.

Monzo business account tiers

In a call with Monzo co-founder and CEO Tom Blomfield late last week, I asked him why the bank had decided to charge from the get-go, when others, such as rival challenger bank Starling, has so far kept business banking free (albeit it, heavily subsidised via state aid)

“Charging a small fee… allows us to invest more in power features,” he tells me. “So things like accounting integrations, multi-user access that that not all businesses need but cost us more to build. And so it seems fair to offer a free tier for people who don’t need that extra powerful functionality. And then a pro tier for people who do. I think for five pounds a month it’s fabulous value; the number of hours saved on bookkeeping through things like tax pots and integrations with Xero, will very, very quickly pay for that”.

Another noticeable aspect of Monzo’s business banking product is that it feels quite polished at launch. During its formative years, the upstart bank prioritised speed to market and an iterative product development process, which, for the most part, has served Monzo well. However, it also led to mishaps last year and at times the appearance of a ‘move fast, half bake things’ philosophy. With 4 million customers, Blomfield says the company is evolving its approach.

“Your point on polish is I think really apt,” he tells me. “I think In 2019, especially the first half of 2019, we tried to do too many things in parallel, and we spread ourselves too thin and launched too early. And I think we didn’t quite realise that we’re sort of a national brand now. YouGov named us the number one brand in the U.K. last year. And I think we were still operating a little bit like a scrappy startup rather than a mature bank. And so this year, and this is the first one, we will launch two or three things… [and] the level of polish and sort of maturity at launch will be much, much higher”.

Candidly, Blomfield acknowledges that this has required a different way of working, which he says the team has embraced. “I’m really really proud of this business product. It’s performing exceptionally well. The feedback so far has just been spectacular, so I’m really excited about it”.

Asked what assumptions proved correct and what was less obvious during the 12 months Monzo spent developing its business bank accounts, Blomfield says the team knew that multi-user access was going to be a big thing, and that instant notifications are a surprisingly useful for businesses as well. “If you’re a freelancer, knowing that your client has just paid you is really powerful,” he says.

In contrasts, web access became more important than the team had initially realised, leading Monzo to invest quite heavily in a web portal for business accounts. In addition, Blomfield frames tax pots as “a simple but such a powerful feature”.

“It’s similar to roundup functionality you have in a personal account,” he explains. “Basically, anytime you get paid, you want to set aside a percentage so you don’t have that unpleasant tax problem 9 to 12 months down the line. [It’s a feature] people have really, really loved from our feedback and surveys”.



from TechCrunch https://ift.tt/38VI8Ob

Comments

Popular posts from this blog

How To Play Doom – And More – On An NES

Doom was a breakthrough game for its time, and became so popular that now it’s essentially the “Banana For Scale” of hardware hacking. Doom has been ported to countless devices, most of which have enough processing ability to run the game natively. Recently, this lineup of Doom-compatible devices expanded to include the NES even though the system definitely doesn’t have enough capability to run it without special help. And if you want your own Doom NES cartridge, this video will show you how to build it . We featured the original build from [TheRasteri] a while back which goes into details about how it’s possible to run such a resource-intensive game on a comparatively weak system. You just have to enter the cheat code “RASPI”. After all the heavy lifting is done, it’s time to put it into a realistic-looking cartridge. To get everything to fit in the donor cartridge, first the ICs in the cartridge were removed (except the lockout IC) and replaced with custom ROM chips. Some modifica...

The Flexible Permanence of Copper Tape Circuits

Somewhere between shoving components into a breadboard temporarily and committing them to a piece of protoboard or a PCB lies the copper tape method. This flexible Manhattan-style method of circuitry formed the basis for [Bunnie Huang]’s Chibitronics startup, and has since inspired many to stop etching boards and start fetching hoards of copper tape. [Hales] hit the ground running when he learned about this method , and has made many a copper tape circuit in the last year or so. He offers several nice tips on his site that speak from experience with this method, and he’ll even show you how to easily work an SMD breakout board into the mix. Generally speaking, [Hales] prefers plywood as the substrate to paper or cardboard for durability. He starts by drawing out the circuit and planning where all the tape traces will go and how wide they need to be. Then he lays out copper traces and pads, rubs the tape against the substrate to make it adhere strongly, and reinforces joints and laps w...

The Newbie’s Guide To JTAG

Do you even snarf? If not, it might be because you haven’t mastered the basics of JTAG and learned how to dump, or snarf, the firmware of an embedded device. This JTAG primer will get you up to snuff on snarfing, and help you build your reverse engineering skills. Whatever your motivation for diving into reverse engineering devices with microcontrollers, JTAG skills are a must, and [Sergio Prado]’s guide will get you going. He starts with a description and brief history of the Joint Test Action Group interface, from its humble beginnings as a PCB testing standard to the de facto standard for testing, debugging, and flashing firmware onto devices. He covers how to locate the JTAG pads – even when they’ve been purposely obfuscated – including the use of brute-force tools like the JTAGulator . Once you’ve got a connection, his tutorial helps you find the firmware in flash memory and snarf it up to a file for inspection, modification, or whatever else you have planned. We always apprec...