Direct Payment Integrator V6 - Online Help
Direct Payment Integrator V6
Questions / Feedback?

CardType Property

The card type for which a Level 3 addendum will be created.

Syntax

public int getCardType();
public void setCardType(int cardType);

Enumerated values: public final static int hctVisa = 0; public final static int hctMasterCard = 1; public final static int hctAmericanExpress = 2;

Remarks

The value of this property MUST correspond to the card used in the original authorization request (that is referenced by RetrievalNumber).

Valid values for this property include:

hctVisa (0)Performs a Level 3 adjustment transaction for a Visa card.
hctMasterCard (1)Performs a Level 3 adjustment transaction for a MasterCard.
hctAmericanExpress (2)Performs a Level 3 adjustment transaction for an American Express card.

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0