Bank Property
Bank account and routing information for an electronic check transaction.
Syntax
[VB.NET] Public Property Bank As EPBank
[C#] public EPBank Bank {get; set;}
Remarks
This property must be set to an instance of the EPBank type, which will contain the customer's bank account and routing information. This information is either copied off of a physical check or entered online. See the EPBank type for more information.
All Gateways require the AccountNumber and RoutingNumber, but many of the other properties may not be available for each gateway. The following table indicates which gateways support which fields:
Gateway | AccountHolderName | AccountType | AccountClass | Name |
gwAuthorizeNet (1) | X | X | X | X |
gwEprocessing (2) | X | X | X | |
gwITransact (4) | X | X | ||
gwNetBilling (5) | ||||
gwPayFlowPro (6) | X | X | ||
gwUSAePay (7) | X | X | ||
gwPlugNPay (8) | X | X | X | |
gwPlanetPayment (9) | X | X | ||
gwMPCS (10) | X | X | X | X |
gwRTWare (11) | X | X | X | X |
gwECX (12) | X | X | X | X |
gwMerchantAnywhere (15) | X | X | X | |
gwIntuitPaymentSolutions (17) | X | X | X | |
gwTrustCommerce (19) | X | |||
gwPayFuse (21) | X | X | ||
gwPayFlowLink (22) | X | X | ||
gwOrbital (23) | X | X | X | |
gwLinkPoint (24) | X | X | X | X |
gwFastTransact (27) | ||||
gwNetworkMerchants (28) | X | X | X | |
gwPRIGate (30) | X | X | X | |
gwMerchantPartners (31) | X | |||
gwCyberCash (32) | X | X | ||
gwFirstData (33) | X | X | X | X |
gwYourPay (34) | X | X | X | X |
gwACHPayments (35) | X | |||
gwPaymentsGateway (36) | X | |||
gwCyberSource (37) | X | X | X | |
gwGoEMerchant (39) | X | X | X | |
gwTransFirst (40) | X | |||
gwChase (41) | X | X | X | X |
gwNexCommerce (42) | X | X | ||
gwTransactionCentral (44) | X | X | X | |
gwSterling (45) | X | X | X | |
gwSagePayments (50) | X | |||
gwVerifi (54) | X | X | X | |
gwQBMS (61) | X | X | ||
gwHeartland (62) | X | X | X | |
gwLitle (63) | X | X | X | |
gwBrainTree (64) | X | X | X | |
gwJetPay (65) | X | X | X | |
gwHSBC (66) | X | X | ||
gwBluePay (67) | X | |||
gwAdyen (68) | X | X | X | |
gwPayTrace (70) | X | |||
gwGoToBilling (73) | X | X | ||
gwTransNationalBankcard (74) | X | X | X | |
gwNetbanx (75) | X | X | X | |
gwACHFederal (78) | X | X | ||
gwBluefin (82) | X | |||
gwPayscape (83) | X | X | X | |
gwPayDirect (84) | ||||
gw5thDimension (86) | X | X | X | |
gwWorldPayLink (87) | X | |||
gwFirstDataPayPoint (90) | X | X | X |
This property is not available at design time.