ResponseCommercialCard Property
Indicates whether the credit card charged is a corporate commercial card.
Object Oriented Interface
public function getResponseCommercialCard();
Procedural Interface
inpaydirect_fdmsrcdebit_get($res, 35 );
Default Value
0
Remarks
Indicates whether the credit card charged is a corporate commercial card.
This is only applicable to Visa cards. Visa Business, corporate, and purchasing cards are subsets of commercial cards. Therefore, the user should send Level 2 (and possibly Level 3) data when calling Capture when this property indicates a commercial card was used. The following table indicates the type of commercial card:
fccNotCommercial (0) | Card presented for authorization is not a commercial card |
fccPurchaseCard (1) | Card presented for authorization is a Visa Purchasing Card. |
fccCorporateCard (2) | Card presented for authorization is a Visa Corporate Card. |
fccBusinessCard (3) | Card presented for authorization is a Visa Business Card. |
fccUnknown (4) | Unable to obtain information from processor. |
Note: Tax amounts should be included with the Level2 or Level3 data when calling Capture in order to receive the best interchange rate.
This property is read-only.
Data Type
Integer