E-Payment Integrator 2020 .NET Edition

Questions / Feedback?

Customer Property

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

Syntax

public EPCustomer Customer { get; set; }
Public Property Customer As EPCustomer

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.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 .NET Edition - Version 20.0 [Build 7941]