Skip to main content

Visa pitches a program offering fintechs faster market access through an ecosystem of partners

Visa is pitching a new way for startups in the fintech space to get to market faster by using its rails and a group of pre-approved partners.

The Fast Track program, a variant of an investment commitment and ecosystem of services the company has already launched in other geographies around the world, comes to the U.S. without an investment commitment, but with a pre-defined list of partners that will help new financial services startups launch more quickly, the company said.

Chiefly, the process makes it easier to integrate with Visa. It’s an attempt to put the payment processor’s network, VisaNet, at the center of a vast array of services ranging from payroll to business to business payments and online banking, online lending, and even digital wallets.

“There’s about $17 trillion in cash and checks today that hasn’t gone digital and $20 trillion in business to business that’s happening over wires and check… those are all opportunities for Visa,” says Terry Angelos, a former fintech entrepreneur who now serves as an senior vice president at Visa and the company’s global head of fintech. 

“To some degree Visa has been the original fintech,” says Angelos. “Today, you would  pitch it as a SAAS platform for payment and commerce.”

For its new service, Visa has come up with a list of partners to provide the array of compliance services and infrastructure that a startup in the financial services space would need to get up and running quickly.

“These are vetted partners that are providing a fast track process and a concierge service so we can track the companies in the program,” says Angelos. 

What the program won’t include, Angelos said, is a commitment to invest in startups in the U.S. that would be equivalent to the $100 million investment fund the company has carved out for European investments as part of the fast track program there.

“We have investments that are happening that are in parallel,” Angelos says. “We don’t have a separate fund.”

Companies that are partnering with Visa on this program represent a different service offering for the ecosystem including: Alloy, BBVA Open Platform, Cross River Bank, Galileo, Green Dot, Marqeta, Netspend (TSYS’ Consumer Segment), Stripe, TabaPay, TSYS, Q2, and Very Good Security. The company said its debit processing service will support some of the partners’ participation in the program.   

Last year, fintech companies raised $39.5 billion from investors globally, up 120% from the previous year, according to data provided by Visa. And as part of their outreach to this startup community, Visa is pre-qualifying portfolio companies from investment firms like Andreessen Horowitz, Nyca Partners, Ribbit Capital and Trinity Ventures for its program. 

“We see many entrepreneurs with big ideas that can add real value and solve problems in the global payments system; the problem can be the difficulty of distribution and connectivity to the essential infrastructure,” said Hans Morris, Managing Partner, Nyca Ventures, in a statement. “Fast Track solves for this, enabling some of our best companies to start working with Visa right away.”

Many of the firms’ portfolio companies are already partnering with Visa in some capacity. The company has already announced agreements (of an undefined and undisclosed nature) with startups like Currencycloud, Flutterwave, Ininal, N26, PayActiv, Rappi, Razer and Remitly

Visa has also invested in startups. In 2019 alone, the company added Anchorage, Bankable, Branch, Finix, Minna Technologies and Paymate to its stable of startups. 

The main thing that startups would get from the Visa Fast Track program is mentorship and access to the company’s experts in payments and fintech. And its effort to tie itself more closely to a financial services ecosystem comes as Visa finds itself under threat from some of the very startup technologies that the company may look to co-opt.

Cryptocurrencies and blockchain technologies offer the possibility of alternative payment mechanisms that don’t rely on the traditional money transfer systems developed decades ago by companies like Visa and Mastercard and can offer potentially faster transaction times and charge lower fees.

To combat that threat, Visa has been aligning with some of the largest technology companies to head off challengers at the pass. The company (along with its largest rival, Mastercard) is collaborating with Facebook on its controversial proposed cryptocurrency, Libra, in an effort to head off any challengers with a new transaction system of its own.

Angelos insists that there’s nothing nefarious in Visa’s efforts to engage with startups and says that the company is merely another actor supporting the movement of trillions of dollars into a digital economy.

“If you look at what’s happening in the fintech ecosystem… Fintechs are reducing friction and adding consumers that are underbanked,” Angelos says. “They can work on any payment rails they choose. [But] all those fintechs… are choosing to build at least part of their products on top of the rails that we built… if you look around the world, fintechs are probably leveraging the existing payment  rails to provide a lot of innovation and remove friction.”



from TechCrunch https://ift.tt/2KdUK9f

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...

Try NopSCADlib for your Next OpenSCAD Project

Most readers of this site are familiar by now with the OpenSCAD 3D modeling software, where you can write code to create 3D models. You may have even used OpenSCAD to output some STL files for your 3D printer. But for years now, [nophead] has been pushing OpenSCAD further than most, creating some complex utility and parts libraries to help with modeling, and a suite of Python scripts that generate printable STLs, laser-ready DXFs, bills of material, and human-readable assembly instructions complete with PNG imagery of exploded-view sub-assemblies. Recently [nophead] tidied all of this OpenSCAD infrastructure up and released it on GitHub as NopSCADlib . You can find out more by browsing through the example projects and README file in the repository, and by reading the announcement blog post on the HydraRaptor blog . Some functionality highlights include: a large parts library full of motors, buttons, smooth rod, et cetera many utility functions to help with chamfers, fillets, precis...

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...