Skip to main content

Explain Different Types of Popular e-Payment Systems

What are the popular e-payment systems? Explain.



Explain Different Types of Popular e-Payment Systems
Explain Different Types of Popular e-Payment Systems



The following are the most popular e-payment systems
1) Credit Card 2) Debit card 3) EFT 4) Stored value cards and e-cash 5) e-checks


1: Credit Card

 
What are different types of e-payment systems in e-commerce
What are different types of e-payment systems in e-commerce

The Credit Card is plastic credit card with a magnetic strip issued by a bank or financial institution. Holders of a valid credit card have the authorization to purchase goods and services up to a predetermined amount, called a credit limit. The vendor receives essential credit card information from the cardholder, the bank issuing the card actually repays the vendor, and eventually the cardholder repays the bank through regular monthly payments. If the entire balance is not paid in full, the credit card issuer can legally charge interest fees on the unpaid portion.

2: Debit Card:


A debit card is a plastic card issued by banks to customers. The card allows instant purchase, removing the correct balance from the user’s attached bank account. Debit cards are distinct from credit cards in that they allow purchase based on available funds in the account to be deducted immediately, instead of by using a line of credit that can be repaid at a later time. Debit card/Check card is used instead of cash in shopping. The Buyer’s account is instantly debited. It is an alternative to carry cash or check book.
Advantages:

  • Obtaining Debit card is easier then Credit card.
  • Debit card frees you from carrying cash.
  • Merchants prefer debit card then check.

3.ELECTRONIC FUND TRANSFER (EFT):


Electronic fund transfer is used to transfer money value from one account to another in same or different bank electronically. EFT refers to any fund transfer initiated by an electronic terminal, including Credit card, ATM, Point of sale terminal or Internet based EFT.
EFT is safer, secure, efficient and less expensive. While it costs the U.S Govt $1.03 to issue each check payment. It costs only .05 cents to issue on EFT payments.

4. Stored value cards & E-Cash:


E-Cash is cash usually stored in smart card or E-Wallet. It can be used for micro E-Payments. Suppose a consumer has purchased a digital picture or listened a song for $.25 fee.
Now the minimum cost to process E-Payment by credit card is about $1.00 which should be charged to seller. In such cases E-Cash payment system can be used.

5. Electronic Check or e-check:

A form of payment made via the internet that is designed to perform the same function as a conventional paper check. Because the check is in an electronic format, it can be processed in fewer steps and has more security features than a standard paper check. Security features provided by electronic checks include authentication, public key cryptography and digital signatures. Electronic checks have been developed in response to the e-commerce transactions. Electronic checks can be used to make a payment for any transaction that a paper check can cover and are governed by the same laws that apply to paper checks.This is the first form of internet-based payment that the U.S. Treasury uses for making large online payments.
An eCheck is an electronic order to your bank to pay the amount specified from funds in either your checking or savings account. This is also referred to as a web check or an ACH payment.
To process an eCheck, you must enter your bank information into the student eCommerce system. The bank information needed is your bank's 9-digit bank routing number and either your checking or savings account number.

Comments

Jack said…
Very nice post. I am currently studying about how e payments are made secure, what is the mechanism that is followed behind it. With the help of this article I have learn so much about the protocols that offers the protection for online transactions.
e signatures

Popular posts from this blog

What are Different Types of Input Devices With Examples

Topic: Different types of input devices of a computer system with examples, pictures and explanation:  Topics Covered are: Definition of Input Devices Functions of Input Devices ( How input devices work? ) Examples of Input Devices Pictures / Images of different input devices Different Examples of Input Devices With Description Keybboard Mouse Trach Ball Trackpad Joy Stick Light Pen Microphone Scanner Graphic Tablet ( Digitizer ) Digital Camera Touch Screen ( I/O Device / Dual Device - Perform Both Functions input + Output ) INPUT DEVICES ( Definition ) Input devices are used to enter data and instructions into computer memory from external world. Input Device is a hardware part of the computer that is used to enter data and instructions into computer memory. The examples of input devices include: Keyboard, Mouse , Track ball, Track Pad, Joy stick, Touch Screen, Light pen,   Scanner , Digital Camera, Microphone, Graphics tablet e...

Basic Structure of HTML Document

Basic Structure of HTML Document  The basic structure of an HTML document is given below: <HTML>         <HEAD>                  </HEAD>                 <BODY>                </BODY> </HTML> The above format shows that an HTML document starts with <HTML> tag and ends with </HTML> tag. It is also clear that an HTML document consists of two main sections:  Head Section Head section is used to specify a title of the web page, normally. There are some other uses of Head section too, like linking external style sheets and Java script code, etc. Head section starts with the <HEAD> tag and ends with the </HEAD> tag. <TITLE> tag is used to display a title of...

Types Of Network Topology

Today, we will types of network topology . What is a Network Topology? Definition of Network topology is the shape of the network . It is the physical layout of connected devices in a network. It tells us how a network will look like. Network Topology ( Definition 2) : The way in which the connections are made among all the network entities is called the topology of the network. Network Topology ( Definition 3) :Network topology specifically refers to the physical layout of the network, e.g., the location of the computers and how the cable is run between them. Network Topology ( Definition 4) :The physical topology of a network refers to the configuration of cables, computers, and other peripherals. The characteristics of a network depend upon the network topology selected. types of network topology Explain different types of network Topology Different network topologies are as follows: 1. Bus Topology 2. Ring Topology 3. Star Topology 4. Tree Topolo...