ResponseCommercialCardType Property
Response property that indicates whether the card is a commercial card.
Syntax
int GetResponseCommercialCardType();
Possible Values
TCC_NOT_COMMERCIAL(0), TCC_BUSINESS_CARD(1), TCC_VISA_COMMERCE(2), TCC_CORPORATE_CARD(3), TCC_PURCHASE_CARD(4)
Default Value
0
Remarks
Response property that indicates whether the card is a commercial card.
If you wish to support Corporate Purchasing Cards with Level II or Level III data, you should inspect the value of this property after a successful authorization. If the Vital/TSYS host indicates that the authorized card is a commercial card, you may use the TSYSLevel2 or TSYSLevel3 classs to add the extra data required during settlement.
Possible values for this property include:
tccNotCommercial (0) | Not a commercial card. You must not send Level II or Level III data in the settlement. |
tccBusinessCard (1) | Business Card |
tccVisaCommerce (2) | Visa Commerce (Reserved for future use) |
tccCorporateCard (3) | Corporate Card |
tccPurchaseCard (4) | Purchasing Card |
Note: Of the possible ResponseCommercialCardTypes for Visa cards, you should only send Level III data for tctPurchaseCards. Level III may be sent for any MasterCard ResponseCommercialCardType except cctNotCommercial.
This property is only valid after a successful authorization request and response.
This property is read-only and not available at design time.
Data Type
Integer