public class Eci extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CARDHOLDER_IDENTIFICATION_SUCCESSFUL
The cardholder's 3-D Secure identification was successful, i.e.
|
protected Integer |
code |
static int |
ECOMMERCE_RECURRING
The customer's first transaction was an e-Commerce transaction, i.e.
|
static int |
ECOMMERCE_WITH_SSL
The merchant received the customer's financial details via a secure (SSL encrypted) website (either the merchant's website or our secure platform).
|
static int |
INSTALLMENT_PAYMENTS
Partial payment of goods/services that have already been delivered, but will be paid for in several spread payments.
|
static int |
MANUALLY_KEYED
The merchant received the customer's financial details over the phone or via fax/mail, but does not have the customer's card at hand.
|
static int |
MANUALLY_KEYED_CARD_PRESENT
The customer is physically present in front of the merchant.
|
static int |
MERCHANT_IDENTIFICATION_3DSECURE
Merchant supports identification but not cardholder, The merchant has a 3-D Secure contract, but the cardholder's card is not 3-D Secure or is 3-D Secure but the cardholder is not yet in possession of the PIN (Half thumbs up).
|
static int |
RECURRENT_MOTO
The customer's first transaction was a Mail Order / Telephone Order transaction, i.e.
|
static int |
SWIPED
The merchant took the customer's credit card and swiped it through a machine that read the magnetic strip data of the card.
|
public static final int SWIPED
public static final int MANUALLY_KEYED
public static final int RECURRENT_MOTO
public static final int INSTALLMENT_PAYMENTS
public static final int MANUALLY_KEYED_CARD_PRESENT
public static final int CARDHOLDER_IDENTIFICATION_SUCCESSFUL
public static final int MERCHANT_IDENTIFICATION_3DSECURE
public static final int ECOMMERCE_WITH_SSL
public static final int ECOMMERCE_RECURRING
protected Integer code
public Eci(Integer eciCode)
Copyright © 2016. All rights reserved.