E- commerce

Why Do Payment Transactions Fail On An E-Commerce Site?

Depending on the market, business sector, or geography, between 5% and 20% of payment transactions fail once a customer clicks on the “Pay” button!

This automatically means a loss of 5% to 20% of sales for the e-commerce site and therefore a significant impact on its turnover.

But how does this black box that is the payment process work? How to avoid errors? And above all, how to optimize your payment system?

‍The Hidden Face Of The “Pay” Button

Each country or region of the world has its cultural habits of online payment. B2B uses bank transfers more often, while B2C will approach 100% card payments.

In the scenario of payment by credit card, there are several actors:

• The customer’s Issuing Bank

• The merchant’s Acquiring Bank

• The Payment Service Provider (PSP): this is the heart of the process, it manages the different means of payment, works with acquirers (sometimes their own, sometimes local) takes care of the legal authorizations… and invoices your transaction fees according to all these parameters

• And of course the customer and the merchant

A payment procedure will take place in 2 steps.

Step 1 – Authorization:

Indeed when a customer pays online, he is not automatically debited from his account, he simply requests a purchase authorization from his bank: This is the authorization process.

The PSP receives the banking information and asks the issuing bank (your customer’s bank) if they wish to accept or refuse the authorization of the transaction. The issuing bank chooses whether or not to validate a transaction. To do so, it relies on financial and risk parameters.

From a financial point of view, the issuing bank will accept the transaction if the customer can pay (customer history, money in the bank account, payment limit, etc.).

From a risk point of view, the issuing bank will accept the transaction if it considers that it is not a fraudulent transaction (MCC- Merchant Category Code, secure site, location of the site about the customer, transaction history refused). Indeed, for financial and legal reasons, banks must maintain a low level of fraud and thus reject transactions in case of doubt.

Step 2 – Payment:

It is only later (between a few hours and a few days) that the merchant will receive the amount linked to this transaction in his bank account: This is the settlement process.

The merchant, via the acquirer, will send all the authorizations previously received to the card network (Visa, Mastercard, etc.) to collect the funds from the customer’s bank and simultaneously send the funds to the e-commerce site.

Note: More and more circuits other than banking have emerged recently (Paypal, Apple Pay, Amazon Pay, etc.), PSPs have adapted by now offering offers covering all payment solutions and interfacing with the customer’s payment system.

The 3 Main Reasons For Payment Failures

Technical Issues

The payment process involves many intermediaries. In addition to the PSP, other sub-suppliers are involved (acquirer, card network, 3DS [3] suppliers, issuing bank).

To reduce these so-called technical failures, the best option is to create a more flexible payment infrastructure: In effect, you can cascade multiple PSPs to ensure that your transactions always have a working route.

For example, depending on the geographical origin, you can route the payment to the PSP most suited to the region. Similarly, you can set up a payment route to test a first generalist PSP for example (at lower costs) then test a second more local one in the event of failure (at higher costs than the first but with a higher success rate for this region). Another example you can choose to disengage the 3DS when this service is faced with downtime and thus not block all your transactions. Anticipation, auditing, and knowledge of your PSP’s routing routes will be key in resolving these issues.

Risky Trades

Payment failures following a risk assessment generally stem from a lack of trust on the part of the issuing bank (that of the customer) or the acquirer (the intermediary between the PSP and the bank). Several parameters can be taken into account to define the risk profile of a transaction: location, country of the card compared to the country of the merchant, time, amount, etc.

There are many ways to “reassure” the issuing bank. The most important thing is to send the correct information to the bank.

Each bank has its payment analysis criteria and parameters. It is up to you to adapt to facilitate the evaluation of your transactions by them.

Customer Errors (Human Errors)

Failures due to “human” errors (wrong card number, missing information field, etc.) are fairly easy to prevent and repair. This can go through UX optimizations:

• Fields in red when an incorrect or missing element

• Return to the easy banking information page

• Highlighting the error with a clear explanation

• Fields more suitable for entering card numbers

• Avoid taking the user out of the site

• A “disengageable” 3DS, if the buyer is known, if the amount is low, etc.

Financial Failures

When a payment fails due to a customer’s financial problem (ceiling too high, lack, no liquidity present on the customer’s account, etc.), it is a question of thinking about commercial solutions rather than technical ones. This can range from offering payment in installments and pushing a credit offer, but also for service offers, taking the risk of giving access to the product while trying to pay again in a few days.

What makes E-Commerce Payments Secure?

 

The e-commerce market in India is so popular these days that everyone buying products on e-commerce websites is very much aware of what a payment gateway is. An E-commerce payment gateway is basically the platform that handles the transaction from the user to an e-commerce website. Payment Gateways provides multiple payment modes for customers so that they can make payments through a mode that is convenient for them like credit/debit card, Net Banking, UPI, and more.  Because of the increased purchase using a payment gateway, it becomes mandatory for the payment gateways to be to carry out certain security measures. Without a secure payment gateway, E-Commerce cannot sell their products online and the customer cannot proceed to the payment gateway to make the purchase.

Fraud Concern: To date, people still find it more trustworthy to buy products from a local shop than buying them from an e-commerce website. The chances of becoming a victim of fraud are very much less compared to that of buying online. The common fear that customers have with online shopping is, paying for the product online and not receiving it or risking personal card details to an e-commerce site.

To avoid all such fraudulent activities, an e-commerce business spends a huge sum to maintain a secure payment system for the customers to make a transaction for purchasing products.

Following are some security practices adopted by the payment gateway providers:

  • Data Encryption: Data encryption is an essential security measure. When you enter your data, it is encrypted with a public key that can only be decrypted with the payment gateway’s private key. If this sounds tough to understand, refer to this example: When you are buying a product from an e-commerce website when you are directed to a payment page and you add your details for making the payment, your details are saved with the website to speed up the payment process for next time, but only you can view your details and no one else. This is called encryption. Also, the payment gateway providers will not be able to see your details in the backend as it appears decipherable to them, this is known as decryption. Even in an attempt of hacking they still will appear decipherable to the hacker thus securing your credentials.
  • Security Socket Layer (SSL): When it comes to online business, an essential component is a secure payment gateway that creates a trustworthy environment for your potential customers. SSL builds up trust by achieving a secure connection. SSL is a standard security technology that helps in achieving an encryption link between a server and a client. In simple terms, you enter your information on the browser and the information is taken to the server, this is done by SSL. SSL is also used to authenticate the visitor that visits a website and also protect sensitive information like the card details of your customers. All the major e-commerce websites use SSL making them secure for customers to make an online purchases. The same cannot be guaranteed for websites without SSL. So it is not recommended to make online payments from such websites to avoid any online fraud. Websites with SSL can be easily identified, check for ‘https’ before the website address.
  • Tokenization: Tokenization is the process of replacing sensitive information like card details or passwords with non-sensitive information also known as a token. A token is an identity that maps sensitive data through a tokenization system. For example, sensitive data can be replaced with random numbers. When a token replaces live data in the system it prevents sensitive data to be accessed by unauthorized users thus reducing the risk of accidental exposure. The sensitive information like Credit/Debit card details is replaced by a token. It secures the details of customers in the server and provider them with a unique token that can be used for one-click payment when they revisit the website for purchasing any product.

All of these are the security measure that payment gateways have adopted to ensure safe online transactions. If you are looking for payment gateway solutions for your e-commerce website visit Digital Payment Guru for top payment gateways at the best market rates.

To know what is PCI DSS compliance click here.

 

Digital Payment Gateway for Successful E-Commerce Business

When you pay a business using an electronic medium, it’s called an online digital payment gateway and the application that carries out this process is termed digital payment gateway integration.

The increasing use of Internet-based banking and shopping has seen the growth of multiple e-commerce payment systems and technology has evolved to enhance, improve and provide secure and safe e-payment transactions.

Paperless e-commerce digital payments have revolutionized payment processing by reducing paperwork, transaction costs, and personnel cost. Also, there are many options available in the market offering companies a cheap payment gateway. These digital payment systems are user-friendly and utilize less time than manual processing and assist businesses to extend their market reach.

The best Digital Payment Methods of e-commerce in use today are:

Credit Card

The most famous and common method of payment for e-commerce transactions is through credit cards. It is very easy to use and the customer has to simply enter their credit card number and expiry date mentioned, on a small plastic card with a unique number attached to an account, in the appropriate field on the merchant’s website. To increase the security system, improved security measures, such as the use of a card verification number (CVN), have been included in online credit card payments. The CVN method helps identify fraud or cheating by matching the CVN number with the credit card holder’s details. When a shopper purchases a product or service via credit card, the credit card issuer bank pays on behalf of the buyer and the shopper has a certain time period after which he can pay the credit card bill which usually has a monthly payment cycle.

Debit Card

Debit cards are the second-highest e-commerce payment method in India. Shoppers who want to pay online within their budgetary limits prefer to pay using their Debit cards. A debit card, just like a credit card, is a small plastic card with a unique number linked with the bank account number.

With the debit card, consumers can only pay for obtained goods with the money that is already there in their bank account as opposed to the credit card where the outlay that the buyer spends is charged to him and payments are done at the end of the billing time. This is the principal difference between debit and credit cards is that the amount gets deducted from the card’s bank account directly and there should be adequate balance in the bank account for the transaction to get completed; whereas, in the case of a credit card purchase, there is no such requirement.

Smart Card

It is a plastic card fixed with a microprocessor that has the consumer’s personal details saved in it and can be loaded with funds to perform online transactions and instant payment of bills. The funds that are loaded in the smart card decrease as per the usage by the shopper and should be reloaded from his bank account. The smart card is again similar to a credit card or a debit card in looks, but it has a tiny microprocessor chip installed in it. It has the capacity to save a customer’s work and personal details. It is best when traveling to foreign countries for leisure or business trips. They are accessed using a PIN that every customer is assigned. Smart cards are secure, as they store data in an encrypted form and are less expensive. Smart cards can only be Smart cards are secure, as they store information in an encrypted format and are less expensive/provides faster processing.

To know how to choose the right payment solution for E-commerce click here.