Skip to main content

Language: EN

TransUnion Joins Provenir Marketplace to Help Businesses Accelerate Credit Risk Decisions

NEWS

TransUnion Joins Provenir Marketplace
to Help Businesses Accelerate Credit Risk Decisions

Industry-Leading One-Stop Data Hub Provides Access to Hundreds of Data Sources

Parsippany, NJ,  April 13, 2021Provenir, a global leader in risk decisioning and data analytics software, today announced that TransUnion (NYSE: TRU) has joined the Provenir Marketplace.

The Provenir Marketplace platform provides organizations with a one-stop data hub for easy access to data covering open banking, KYC/KYB, fraud prevention, credit risk, verifications, social media, collections, affordability and more.

To meet consumer and business demands for instant approvals, organizations need immediate access to a wide range of data sources to make informed, accurate risk decisions. TransUnion, a global information and insights company, will provide Provenir Marketplace users with access to industry leading data, analytics and solutions for real-time credit decisioning and consumer or device authentication, ensuring consumers and organizations can transact with confidence.

“This unique Marketplace brings together the leading stewards of data from around the globe to accelerate risk decisioning,” said Kathy Stares, Executive Vice President, Provenir Americas. “The wealth of data TransUnion brings will be extremely valuable to organizations seeking to make more informed decisions across the customer lifecycle.” 

The Marketplace provides users with access to a wide variety of traditional and alternative global data, enabling them to make smarter risk decisions faster. By leveraging distinctive identifiers, information and insights available from TransUnion alternative and trended data innovations, organizations can gain a deeper and more diversified view of consumers and stay ahead of evolving risk strategies.

“The access to data provided by the Provenir Marketplace aligns with our company’s intent to provide information that can help people around the world access the opportunities that lead to a higher quality of life,” said Aaron Smith, Vice President – Global Technology Alliances. “We are excited to provide access to our incredibly valuable data through this innovative data sharing community.”

About Provenir

Provenir helps fintechs, financial institutions, and payment providers make smarter decisions faster by simplifying the risk decisioning process. Its no-code, cloud-native SaaS products make it easy to rapidly create sophisticated decisioning workflows. With a global data marketplace for seamless integration, powerful AI and machine learning models, and real-time insights, Provenir has supercharged decisioning speed. Provenir works with disruptive financial services organizations in more than 33 countries and processes more than 2 billion transactions annually.

The Ultimate Guide to Decision Engines

What is a decision engine and how does it help your business processes?

Learn More


LATEST NEWS

Continue reading

Elevate: On Driving Innovation in Credit-Scoring through Advanced Analytics

BLOG

Elevate:
On Driving Innovation in Credit-Scoring through Advanced Analytics

Elevate Credit, an alternative credit provider that lends to customers currently underserved by mainstream finances, requires a robust data science team and industry-leading technology stack to originate more than $4.9 billion in credit to more than 1.8 million non-prime customers in the UK and US1. The company is outspoken on its dedication to advanced analytical techniques as a means to comply with regulatory responsibilities and to benefit its growing customer base.

Because Elevate sets itself apart with its data driven approach—it’s not uncommon for Elevate to use thousands of different facts in the process of underwriting a new customer—we knew we had to speak with one of the forward-thinking data scientists in Elevate’s Risk Management department. John Bartley has over ten years of experience in financial services and recently oversaw an effort to transition Elevate’s UK’s credit risk models from SAS to R. You will definitely hear more about that in this interview.

Adi: John, thank you for taking the time to speak with us about Elevate’s impressive data science initiatives. Can you give us an overview of your recent work with Elevate?

John: Thank you, Adi. Absolutely. Of course, we’re excited about the recently launched Elevate Labs at our Advanced Analytics Center in San Diego, California. Elevate has always been committed to innovating the world of data science in credit risk, so this facility is just the next step in that constant evolution. It is a pleasure to work with the high caliber talent we’re able to attract because of that commitment.

On the day-to-day, we’re focused on continually improving our analytical models to serve the non-prime market in the US and high-cost short-term credit market in the UK. For example, we have observed huge uplift in one of our acquisition Channels in the UK as a result of improvements in our modeling. The better that our models are able to explain and predict consumer behaviour, the more of the alternative credit market we’re able to address.

A: What types of data is Elevate using in its underwriting process?

J: Our risk analytics stack utilizes a terabyte-scale Hadoop infrastructure composed of thousands of elements, customer records, and other wide-ranging data inputs including credit bureau data, web behavioral and performance data, bank transaction data and other non-traditional data. All of this works to give us a holistic view of the customer and helps us accurately assign risk to those applications.

Advanced machine learning techniques let us consider these factors in the development of algorithms which better predict behaviour and customer vulnerability. Actually, we recently moved to R because of the range of modeling techniques R is able to support. Using appropriate modeling techniques has allowed us to significantly simplify our underwriting and lead to more accurate predictions of likely loan performance.

Also read: What is credit underwriting?

A: What prompted the adoption of R?

Before moving to R, we used SAS to develop pretty sophisticated credit risk models. SAS has traditionally been the software of choice for many statisticians and credit risk professionals working in the banking and financial services sector and although SAS is good for many applications in this sector, we find that it is far less flexible when compared to an open source programming language like R.

To provide an example, a far more complex credit risk strategy (e.g. population segmentation) was required to get our historic linear model’s to provide the necessary lift to adequately underwrite a population. This is because many consumers in the high-cost short-term credit market have complex and varied credit histories. At Elevate, our goal is to provide our customers with a comparable experience to prime lending. In order to do this, we need to use tools (such as R) that allow us to build more complex models to adequately understand the complex financial histories of our consumers.

R has a number of packages for powerful machine learning algorithms such as RandomForest and XGBoost. While SAS does support some of these modeling techniques we have found it is far quicker to build, and implement some of the newer techniques using R. In my experience, R also provides better support for multi-threading which often helps us to train our models in far shorter periods of time. In addition, the range of algorithms SAS has developed which utilize their high performance technology is limited in comparison to the options I have when considering a modeling challenge using R.

And, of course, you know we deploy our models through your platform. Provenir gives us the capability we need to test and operationalize our advanced analytical models so we can make strategic changes quickly. So, we felt comfortable making big modeling changes from that perspective.

A: Moving away from linear models, what techniques are you currently focusing on?

Linear models have been used extensively in credit risk because they are relatively simple to construct and easy to understand. However, given the limitations of some credit risk models that we discussed and the complexity of our datasets, we now utilize a combination of both linear and nonlinear modeling techniques.

A: Are you interested in throwing your experience into the linear vs. nonlinear discussion?

Sure. In a situation where there is a simple linear relationship between predictors and outcomes, linear models work very well. However, linear models have many limitations because they often struggle with complexity and nonlinear relationships.

The correlation between the predicted and actual outcome of a tree-based model on a complex non-linear dataset may look something like this.

By contrast, a tree-based model does a much better job at approximating the complexity of the dataset.

Tree-based models afford many advantages. For example, tree-based models are quite good at mapping non-linear relationships which simply can’t be modeled by linear regression. Tree-based models are typically highly-accurate, very stable but can be more difficult to explain.

(To note: It is important to consider that tree-based models contain built-in segmentation when using boosting and bagging techniques.)

With complex data sources where different segments may exhibit very different behaviour (holding everything else constant), a tree-based model is often better at predicting an outcome. Utilizing tree-based models in conjunction with including more characteristics has helped us to significantly improve our customer underwriting.

A: Wow. So, you’ve presumably improved the accuracy of your models, how has that impacted the business strategy challenges you mentioned?

Using a combination of both linear and nonlinear modeling techniques gives us the flexibility to significantly simplify our business strategy. For example, with our new machine learning models, we only need to have a handful of strategies in place. We get a simplified strategy and model that is more adept at explaining different types of people some of which we weren’t able to underwrite before.

A: Have you seen an uplift in approval rates since you deployed this new R model in production?

Although it is still too early to tell, initial results indicate that our new model is performing significantly better than the prior model. We’ve seen an increase in our approval rates and as our recently underwritten vintages continue to develop over, we continue to dial up performance. Obviously that has significant implications for our customers. At Elevate, we feel strongly about helping our customers find financial relief and as we improve our modeling, we improve our ability to serve a population which is underserved by mainstream finance.

A: Changing direction a little bit, I have one last question before you go. You have an impressive history in data sciences and financial services. What are your thoughts on the future of data science in this industry?

Much has changed in analysis and data science in the last 10 years. Statisticians and data scientists have always worked to predict the probability of default, but the techniques that statisticians and data scientists use have evolved significantly.

Ten years ago, for example, nonlinear models were challenging because many organizations didn’t have the computational power or technical skills in place to effectively use these advanced techniques. Fast forward ten years and that has completely changed. This movement toward nonlinear models provides better accuracy while empowering a simplified risk strategy.

That’s where the future begins. Now that the industry has begun to accept more complex modeling techniques it is in a better position to accept non-conventional data sources.

Currently, most organizations have both summaries and tradeline variables from Bureaus. Many in the industry are very reliant on summary variables, though there is a trend toward using tradeline variables. That’s where the next big change is: It’s not just around modeling techniques, but around data sources. I believe we will see the need to bring in different and more granular data sources.

As capacity expands, there will be more emphasis placed on non-traditional variables, which is something we already do at Elevate. Organizations will want to be able to analyze things such as an individuals’ bank transactions, especially for thin bureau file applications, to allow them to decision an application with varying data sources.

A: John, thank you for taking the time to share your expertise today. Looking forward to speaking again soon.

J: Cheers!

The Essential Guide to Credit Underwriting

Read the Guide


LATEST BLOGS

Continue reading

Proactively Identify Borrowers Most Likely to Respond

DATA SHEET

Proactively Identify Borrowers
Most Likely to Respond

What if you could proactively identify and target qualified account holders?

Imagine spending tens of thousands of dollars on a direct mail campaign to your customer base, only to find that half of your audience received an offer that’s not a good fit, or worse is entirely irrelevant to them. With Provenir, you can automate pre-qualification campaigns based on real consumer data to make the most out of your marketing dollars. Identify which of your customers meet your institution’s lending criteria and are most likely to buy the product you’re offering, then send personalized pre-approved offers to those customers. And, when it’s time for renewal, let Provenir automate the renewal process to keep those customers around for the long-haul.

With Provenir for Cross-sell & Upsell Opportunities, you’re proactively staying top of mind with those customers who might otherwise be shopping around with competing lenders.

Provenir Risk Decisioning Platform Key Capabilities

  • Simplify data gathering using pre-built, configurable integration adapters to capture data from structured and unstructured sources.
  • Operationalize your risk models developed in industry-standard analytics tools in minutes and without any coding.
  • Streamline every step with end-to-end process orchestration.
  • Let business users design, test, deploy and change marketing processes with code-free visual configuration tools.
  • Accelerate deployment with Provenir, which offers a highly secure cloud computing environment.

Accelerate Revenue with Targeted Cross-Selling and Upselling

Too often, cross-selling and upselling initiatives deliver generic offers without regard to the customer or the suitability of the recommended product or service, leading to excess marketing costs, poor acceptance rates and higher risk.

With Provenir, you can implement dynamic cross-selling and upselling strategies that directly address each individual’s interests. Provenir’s risk decisioning engine can leverage your customer data and risk analytics to generate personalized recommendations in real time. Drive more sales during onboarding and servicing engagements with additional buying opportunities that are appropriate to the customer and calibrated to the customer’s risk level.

Proactively Retain Customers

Knowing when a customer is coming to the end of a contract can be a great opportunity to increase retention. Companies need an efficient way to proactively identify when retention efforts should be made and what those efforts should be.

With Provenir, you can simplify that renewals process. Combining Provenir’s business-friendly integration capabilities with its rules-driven decisioning and workflow, you can quickly establish assessment criteria and automate the renewal process. Provenir makes it easy to know when customers are coming up for renewal and how their circumstances may have changed to make offers that retain customers at the right level of risk.

Maximize the Value of Marketing Campaigns

Gaining new customers can be costly with one-size-fits-all campaigns that result in low response rates. Provenir can help you identify the right audience by pre-scoring prospects using information you have through public records for your marketing campaigns. Provenir’s pre-built, quickly configured adapters let you tap into the growing volume of publicly available information about potential customers, such as websites and social media. Using Provenir’s risk decisioning capabilities, you can match prospects to offers that are best aligned to their needs and risk levels. Easy integration with your campaign management system means you can use this insight to deliver highly targeted campaigns that yield more customers and more sales.

Download the PDF version

The Ultimate Guide to Faster Merchant Onboarding

Get the Guide

RESOURCE LIBRARY

No posts found.

Continue reading

Extending the Use of Salesforce into Loan Originations, KYC, Marketing and Analytics

DATA SHEET

Extending the Use of Salesforce
into Loan Originations, KYC, Marketing and Analytics

Many financial firms have made Salesforce the go-to solution for customer relationship management (CRM). However, connecting Salesforce with the internal and external systems needed to execute complex risk analytics and decisioning is not easy. Banks, card issuers and fintech companies are forced to manually extract and duplicate data from Salesforce to complete required credit checks, risk scoring and due diligence processes using legacy systems.

Companies need a fast, simple way to connect Salesforce to their credit and lending decisioning processes. That’s exactly what Provenir does with its pre-built integration adapter for Salesforce. The easily configured adapter integrates the Provenir Risk Decisioning Platform with Salesforce for seamless data exchange and real-time risk analytics and decisioning using a single data set. With the Provenir adapter, financial companies can quickly and easily automate complex analytics and decisioning processes for credit and loan applications – all from within their Salesforce environment.

Automate Loan Origination within Salesforce

How Provenir Extends the Value of Salesforce

The combination of the Provenir adapter for Salesforce and Provenir Risk Analytics and Decisioning Platform can extend the value of Salesforce in multiple ways.

Increase the Use of Salesforce CRM Data throughout the Organization

Provenir can extend the use of Salesforce data throughout the organization. The Provenir adapter orchestrates data exchange between Salesforce and other internal and external systems, such as legacy databases and third-party credit bureaus.

With Provenir’s ability to listen for, read and write data into and out of Salesforce, organizations can eliminate manual work needed to move data from Salesforce to legacy systems. In addition, Provenir can enrich native Salesforce data with information maintained in other systems, which can be created and stored as custom fields within Salesforce.

For easy tracking, Provenir keeps a record of native and non-native data elements that are stored in other systems and returned as part of the supported business processes.

Use Salesforce for Loan Originations and Underwriting

Leveraging the Provenir integration adapter, organizations can use Salesforce to manage loan originations and underwriting.

Provenir can aggregate all of the data needed for decisioning from Salesforce and other systems within the Provenir platform. Using real-time risk analytics and decisioning capabilities, the platform can automatically decision an application and return the result to an originations interface within Salesforce. The platform includes the ability to operationalize industry-standard risk models in minutes and without any coding. This ensures decisioning is always using the most up-to-date risk models.

Also Read: Credit Underwriting

Use Salesforce for KYC Compliance

Provenir makes it possible for organizations to manage compliance with KYC, AML and other regulations through Salesforce. Provenir can automatically aggregate all of the required data from internal systems, KYCnet and other external systems and make this available to a compliance interface built within Salesforce.

The Provenir platform can also orchestrate and simplify compliance from end-to-end. Capabilities such as business rules that ensure only the right data is aggregated for each client and automated workflow that identifies, verifies and validates the customer streamline the process.

Use Salesforce for BI and Reporting

With the Provenir integration adapter, both structured and unstructured data can be used within Salesforce for on-demand analytics and reporting.

Provenir’s integration adapter makes it equally easy to use Salesforce data within third-party BI solutions, such as SAS. Data maintained in Salesforce can be automatically aggregated and shared with these BI solutions. In addition, Provenir integrates directly with Tableau, eliminating the need to duplicate Tableau templates in Salesforce before creating reports.

Use Salesforce to Enhance Marketing Campaigns

The Provenir adapter helps companies leverage Salesforce data to improve their marketing and sales campaigns.

Relevant data in Salesforce can be easily shared with marketing systems to enrich understanding of the customer and create highly targeted campaigns and offers. Sales and marketing can also be improved directly within Salesforce, such as in-bound customer engagements, that leverage information aggregated from other systems to generate customer-specific, real-time offers.

Simplify analytics and decisioning automation within Salesforce

Watch the Demo

RESOURCE LIBRARY

No posts found.

Continue reading

Magic 8 Ball Answers Question: How will Rising Interest Rates Impact the Commercial Real Estate Finance Market?

BLOG

Magic 8 Ball Answers Question:
How will Rising Interest Rates Impact the Commercial Real Estate Finance Market?

Many people are familiar with the classic Magic 8 Ball toy that told your fortune or could provide positive, neutral or negative advice on a particular topic.  Having your future predicted was as simple as asking a question and then turning the ball over to read the answer.  If you didn’t like the answer provided (there were only 20 possible answers after all), you could shake or shock the Magic 8 Ball into hopefully providing a more positive outlook.  If only we could use the Magic 8 Ball to predict how the Commercial Real Estate Finance (CREF) market will respond if the Federal Reserve continues to raise interest rates.

Magic 8 Ball answers:  Concentrate and ask again.

The recent Commercial Real Estate Finance (CREF) Outlook Survey conducted by the Mortgage Bankers Association (MBA) validates that commercial lenders anticipate the demand for new commercial and multifamily mortgages will remain strong in 2016.  On the origination side of the lending coin, MBA anticipates growth in 2016 to reach the to $511 billion mark.

Magic 8 Ball answers:  Outlook good.

Overall, the CREF market performed well in 2015 aided by lower interest rates and higher rates of return on commercial real estate. The economy has grown healthier and inflation has been lower.  But with the Federal Reserve’s recent interest rate hike in December 2015 after almost a decade, and the possibility of more hikes to come, will the remainder of 2016 remain as rosy for commercial real estate lending?

Magic 8 Ball answers:  Ask again later.

At the recent MBA CREF/Multifamily Housing Convention & Expo 2016 held last month, MBA experts predicted that the Federal Reserve will in fact raise rates further in 2016 and possibly into 2017.  When rates will rise and by what percentage is not something the Magic 8 Ball can tell us unfortunately.

Magic 8 Ball answers:  Cannot predict now.

Higher interest rates could impact lender cash flows and threaten to devalue assets.  A spike in rates could have a ripple effect for borrowers, increasing commercial mortgage loan rates therefore threatening to shrink the scope of commercial and multifamily property inventory available within budget.   The appetite for new development projects and commercial loan requests may also decline as a result.

Magic 8 Ball answers: Outlook not so good.

Many lending institutions are already suffering from a high degree of manual processing that restricts their ability to respond to market movement and scale up their commercial real estate and mortgage origination business.  Lack of an integrated technology also limits the transparency delivered by unified, automated and flexible financial analysis and risk rating.  Magic 8 Ball answers: Reply hazy try again.

Commercial real estate lenders operating on a single, scalable origination platform today are better prepared to respond to market changes more quickly and efficiently tomorrow.   Savvy lenders with the heightened surveillance capabilities and sound data processing across complex commercial loan origination and multi-asset portfolio management however will be able to predict their own future more accurately than the Magic 8 Ball ever could.

Magic 8 Ball answers:  Signs point to yes.

Is your institution prepared to navigate potential interest rate hikes or will you find yourself looking to the proverbial Magic 8 Ball for answers?

Magic 8 Ball answers:  Don’t limit your lending business growth.


LATEST BLOGS

Continue reading

Expand Your Risk Decisioning Universe: 5 Quick Wins Using Advanced Analytics

EBOOK

Expand Your Risk Decisioning Universe:
5 Quick Wins Using Advanced Analytics

Book a Meeting

Don’t let risk decisioning slow you down

Digital-centric transactions are the new norm, and increased consumer choice is putting customer loyalty to the test. But organizations should not lose sight of the human experience in the rush to go digital. Making the customer delighted and optimizing risk decisioning can go hand in hand.

It’s time to embrace a world where risk decisioning agility and world-class customer experiences are must haves and expanding your organization’s universe means succeeding at both.

Read the ebook and learn how to:

  • Make immediate credit card decisions that satisfy both the consumer and the issuer
  • Enhance consumer lending practices to keep and win new business
  • Compete in the fast-growing Buy Now Pay Later (BNPL) market
  • Reduce time to funding to better support the SME lending market
  • Realize the next generation of auto lending with a smooth, frictionless buying experience

RESOURCE LIBRARY

No posts found.

Continue reading

Provenir Introduces Industry-Leading Data Cloud + Marketplace to Support Rapid Product Innovation and Superior Customer Experiences

NEWS

Provenir Introduces Industry-Leading Data Cloud + Marketplace
to Support Rapid Product Innovation and Superior Customer Experiences

Access to Global Fintech Data Ecosystem Accelerates and Improves Risk Decisioning

Parsippany, NJ, March 31, 2021Provenir, a global leader in risk decisioning and data analytics software, is pioneering how fintech organizations access a greater variety of data to support rapid product innovation and superior customer experiences via the launch of the Provenir Data Cloud and the Provenir Marketplace

Data-as-a-service will define the future of data consumption. The Provenir Marketplace provides organizations with a one-stop hub for easy access to traditional fraud, credit, identity, open banking, and alternative data, bringing offerings from global data providers together in an easy-to-use cloud solution.

With the Provenir Marketplace, users can select specific data sources through the Data Cloud’s single API to create rich, customized datasets that best meet their needs. With fully maintained API connections to all data providers and a no-code interface, users can easily connect to new data sources in minutes and test data across their decisioning processes. Rapid integration provided by Provenir eliminates the need for extensive internal development resources.

“Innovative fintechs are using a greater variety of data to drive superior customer experiences,” said Larry Smith, Founder and CEO of Provenir. “The Provenir Data Cloud in conjunction with the Provenir Marketplace is a fintech data ecosystem designed to empower organizations to launch new products in record time, enhance the customer experience, and accelerate and improve the accuracy of their risk decisions.”

Provenir partners with local and global data suppliers across every continent to support single and multi-country strategies. The Marketplace is currently comprised of 25 partners providing a breadth of data sources. New data providers are joining the Marketplace at a rapid pace, and Provenir expects to triple the number of partners by the end of 2021.  

Explore the Marketplace

Ten Companies Using Alternative Data for the Greater Good

Read the Blog


LATEST NEWS

Continue reading

Excellence in FinTech: FundThrough

BLOG

Excellence in FinTech: FundThrough

Excellence in FinTech: FundThrough

The business financing world is undergoing a transformation, with a myriad of freshman financial technology pioneers reshaping the way businesses acquire capital. Often, traditional lending avenues simply aren’t cutting it for small and mid-sized companies, many of which don’t follow conventional business models. These organizations, as well as those that only have a few years of operations under their belt, are being better served by the newest slate of B2B financing companies that place speed, convenience, and customer-centricity at the forefront. Toronto-based FundThough is a leader in this sphere, providing an innovative way for businesses to close the gaps between invoicing and receipt of payment.

Innovative Invoice Funding

FundThrough is one of the few invoice financing companies with a qualification and funding process that’s completed entirely online. It offers a simple application that only takes accounting information, invoice history, and the applicant’s customer-base into account, and it’s this approach to credit approval that makes FundThrough stand out.

While most lenders set strict thresholds for things like revenue, years in business and personal credit scores in order to mitigate risk, FundThrough founders believe that lending risk can be better assessed by revenue patterns and the quality of a company’s customers. In other words, organizations that do business with other trustworthy companies are more likely to be able to pay back invoice funds, regardless of the other aspects most lenders take into account.

What’s Now

In October 2016, FundThrough announced that it had obtained $24.6 million in its second round of funding. According to co-founder and CEO Steve Uster, these funds are being used “…to bring on partners who understand the needs of small businesses and the challenges they face.” To this point, the company has recently partnered with Quickbooks Online and FreshBooks to provide seamless access to funding directly from these accounting platforms. A new collaborative relationship between FundThrough and the enterprise and workforce management application developer Jobber is also making it easier for companies to close gaps in the payment cycle by integrating funding into the software.

What’s Next

There are a number of opportunities for FundThrough to expand in the invoice funding market. Uster is making the company’s underlying technology a priority, with upgrades slated for its credit decision automation process as well as further optimization of the platform’s user experience. There are also plans for additional partnerships with digitally-based accounting companies and other organizations that cater to small and medium businesses.

10 Fintechs that are Transforming SME Lending

Read the Blog


LATEST BLOGS

Continue reading

The Benefits and Risks of Emojis in Payments ‎😃🤫🧐

BLOG

The Benefits and Risks of Emojis in Payments ‎😃🤫🧐

You and a friend are heading to the cinema, but your friend finds that he doesn’t have enough cash for the ticket and forgot his wallet. You pay for his ticket, which he promises to pay you back for in a few days.

Two weeks later and your friend still hasn’t paid you back. What now?

It’s a bit awkward to suddenly turn your friendship into a loan servicer-debtor situation. Many people would want to avoid turning their relationship sour by essentially engaging in straightforward collections with a friend. (ie., “Hey, about that money you owe me…”). Sending a friendly picture to jolt their memory and allow them to pay you instantly turns a potentially awkward situation into a fun social interaction.

It’s a bit awkward to suddenly turn your friendship into a loan servicer-debtor situation. Many people would want to avoid turning their relationship sour by essentially engaging in straightforward collections with a friend. (ie., “Hey, about that money you owe me…”). Sending a friendly picture to jolt their memory and allow them to pay you instantly turns a potentially awkward situation into a fun social interaction.

Companies like Zelle, Square, Venmo, and Facebook have all earned popularity based on the use of emojis in the transaction experience. For example, Venmo reports that its average user checks it two or three times per week, often just to see what their friends are up to.

While emojis have rapidly gained steam in recent years as a quirky shortcut and supplement to texting on smartphones, they’ve now become ubiquitous across nearly every communications platform.

Now emojis are also found in frequent business use in industries including marketing, advertising, content in films and on apps, and even as part of website URLs.

Why Platforms Benefit From Emojis ????

What makes emojis transformative and value adding for businesses is two-fold:

First, emojis are essentially a modern hieroglyphic. Emojis allow ideas, messages, and feelings to be conveyed through a representative and easily understood picture. Especially for commonly used phrases or types of communication, such as acknowledgments or reminders, they allow people to engage in time saving shorthand that skips what otherwise might be needless repetition.

Second, emojis humanize and can greatly add to our communications. By supplementing, or even replacing, mere text with additional faces, expressions, and symbols, emojis allow our messages to build a more complete picture of the ideas, thoughts, and feelings involved.

It is only fitting that they’ve now have begun to be used for distinct user interface functions in the payments industry.

Emoji-based payment transactions are not only useful for individuals seeking to increase collections efficiency from covering for their friends after a night out, but also can be useful for business-to-consumer and B2B purposes as well.

For businesses that want to increase user interest in their payment platform or service, emojis are certainly one way to do it.

By providing users with a sleek and modern user interface system, businesses may be able to better facilitate user understanding of their payment products and obligations, as well as increase interest, use, and volume in user-to-user, business-to-user, and B2B transactions.

Emoji Risks

However, emojis certainly come with risks as well.

1. There is no “universal emoji language” or set of common emoji definitions, which makes miscommunication a worry. Also, the lack of standardization might create internal complications for payment providers seeking to translate emoji-information across their accounting and risk-management systems.

With more emojis being created by the day, undoubtedly the communications entanglement may eventually become problematic despite the growing business opportunity.

2. Furthermore, emojis also have not been universally adopted. While many people, ranging from Millennials to baby boomers, greatly enjoy using emojis, not everyone is onboard with this trend. Perhaps as time goes on even more users will adopt emojis, but at the moment many users may still favor a platform or service not exclusively oriented around them.

Nonetheless, emojis are a rapidly growing social trend that looks to have sticking power. Businesses across a variety of industries are already integrating emojis into their platforms and seeing significant boosts in activity and revenue.

With the payments industry a natural fit for emoji-use, undoubtedly we shall see more payments services exploring how to use emojis to boost their customer lists, user activity, transactions volume, and payments efficiency.

Don’t follow trends.
Create them.
Make smarter decisions, faster.

AI Decisioning


LATEST BLOGS

Continue reading

Provenir Empowers YapStone to Onboard Merchants in Real-time

NEWS

Provenir Empowers YapStone
to Onboard Merchants in Real-time

Provenir announced the implementation of its risk decisioning and data sciences platform with YapStone, a leading international Payments-as-a-Service (PaaS) solution provider. To date, YapStone has implemented the Provenir decisioning engine for its Know Your Customer (KYC), Anti Money Laundering (AML), and fraud and risk assessments.

In a landscape in which nearly anyone can become a merchant, marketplace companies need payment partners, like YapStone, who can provide real-time merchant onboarding and monitoring capabilities to support the digital economy. Using Provenir helps streamline YapStone’s innovations in marketplace payments, equipping YapStone’s technology with the scalability and flexibility to process anticipated annual volumes in excess of 250 million transactions.

“YapStone maintains a competitive edge by mitigating risk for its marketplace partners in real-time while assuming the liability for each transaction,” says Bruce Dragt, EVP of Product at YapStone. “Provenir also proved they could provide high levels of automation for merchant onboarding while supporting real-time, low-latency processing. Their no-code, visual tools made it very easy for us to design and configure our business process and go live quickly.”

As a result of its significant focus on technological innovation and data analysis, YapStone has been separately named on the Deloitte Fast 500, The San Francisco Business Times Top 50, and the 2018 Wealthfront Career-Launching Companies List. It has also earned a place on the Inc. 5000 List of Fastest-Growing Private Companies for ten consecutive years.

“YapStone is operating in a burgeoning economy where large global marketplaces are growing at an overwhelming pace,” remarks Paul Thomas, Managing Director, Provenir. “The growth of these marketplaces has exponentially increased the opportunity for YapStone as a marketplace payments service provider that can underwrite a large volume of payments and bear the liability while its partners focus on growth.”

The Ultimate Guide to Decision Engines

What is a decision engine and how does it help your business processes?

Learn More


LATEST NEWS

Continue reading