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

Customer Property

Contains the customer's name, address, and other identifying information.

Syntax

[VB.NET]
Public Property Customer As EPCustomer

[C#]
public EPCustomer Customer {get; set;}

Remarks

This property must be set to an instance of the EPCustomer type, which will contain information that identifies the customer. This information will be used by the Gateway for fraud checking purposes. See the EPCustomer type for more information.

All gateways require at the minimum the FirstName, LastName, FullName (the customer's name as it appears on the card), Address, City, State, and Zip. The following table shows which gateways require which additional Customer properties:

Gateway Country Email Id Phone
gwGoRealTime (4) X
gwITransact (8) XX X
gwSkipjack (22) X X
gwECHOnline (23) X
gwPayFlowLink (28) XXX
gwCyberCash (41) XXX
gwCyberSource (46) X
gwGoEMerchant (48) X
gwNexCommerce (53) XX X
gwWorldPay (54) X
gwPayGea (56) X X

This property is not available at design time.

Default Value

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