The Best Way To Buy!
IP*Works!
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Java J2EE Unix / Linux Mac OS X .NET CF
IP*Works! SSL
IP*Works! S/MIME
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Java J2EE
IP*Works! SSH
Microsoft .NET Java J2EE .NET CF
IP*Works! Zip
IP*Works! EDI/AS2
Microsoft .NET Java / J2EE
IP*Works! SNMP
Microsoft .NET ActiveX / VB Delphi C++ Builder C++ Java J2EE .NET CF
QuickBooks Integrator
E-Payment Integrator
Vital/TSYS Integrator
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Unix / Linux Mac OS X
Paymentech Integrator
FDMS Integrator
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Java J2EE .NET CF
USPS Integrator
FedEx Integrator
UPS Integrator
E-Banking Integrator
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Java J2EE Unix / Linux
PayPal Integrator
Amazon Integrator
Biztalk Adapters
SQL Server SSIS Tasks
Windows Workflow
SharePoint Extensions
3-D Secure MPI
Microsoft .NET ASP Delphi C++ Builder C++ Java / J2EE
"I really like your product. The SSL toolkit is working beautifully, as my ongoing test have processed close to 400,000 transactions."
-- Jose Gonzalez
Properties Methods Events Configuration Settings
The FDMSLevel2 component is a tool used to create Level2 Corporate Purchasing Card addendum aggregates, which can then be passed to the FDMSSETTLE component and settled.
NOTE: What follows is a very short description of the component interfaces. For more information, please consult the help files that come with the respective package.
The properties required to build a Level2 addendum depends upon the value of the CardType property. The following tables indicate which properties are valid for what card type:
American Express:
Visa
MasterCard:
The following example illustrates how to add Level2 data to a transaction to be settled:
FDMSECommerce.Authorize() FDMSSettle.DetailRecordCount = 1 FDMSSettle.DetailAggregate[0] = FDMSECommerce.GetDetailAggregate() FDMSLevel2.CardType = ctVisa FDMSLevel2.CommercialCardType = FDMSECommerce.ResponseCommercialCard FDMSLevel2.OrderDate = "060828" 'September 28th, 2006 FDMSLevel2.FreightTaxAmount = "0" FDMSLevel2.FreightAmount = "600" FDMSLevel2.PurchaseIdentifier = "123456PURCHID" FDMSLevel2.InvoiceNumber = "CUSTCODE" FDMSLevel2.ShippedToZip = "90210" FDMSLevel2.ShippedFromZip = "90210" FDMSLevel2.TaxAmount = "120" FDMSSettle.DetailAddendum[0] = FDMSLevel2.GetAddendum()
Note that while Level2 addendum data is only applicable to corporate purchasing cards, you may send Level2 data for all Visa, Master Card, and American Express cards if you wish.
The following is the full list of the properties of the component with short descriptions. Click on the links for complete descriptions.
Method List The following is the full list of the methods of the component with short descriptions. Click on the links for complete descriptions. Config Sets or retrieves a component configuration setting. GetAddendum Returns a Level2 Purchasing card addendum based on the specified CardType Reset Clears all properties to their default values. Event List The following is the full list of the events fired by the component with short descriptions. Click on the links for complete descriptions. Error Information about errors during data delivery. Configuration Settings The following is a list of configuration settings for the component with short descriptions. Click on the links for complete descriptions. CodePage The system code page used for Unicode to Multibyte translations (Windows/COM only).
The following is the full list of the methods of the component with short descriptions. Click on the links for complete descriptions.
Event List The following is the full list of the events fired by the component with short descriptions. Click on the links for complete descriptions. Error Information about errors during data delivery. Configuration Settings The following is a list of configuration settings for the component with short descriptions. Click on the links for complete descriptions. CodePage The system code page used for Unicode to Multibyte translations (Windows/COM only).
The following is the full list of the events fired by the component with short descriptions. Click on the links for complete descriptions.
Configuration Settings The following is a list of configuration settings for the component with short descriptions. Click on the links for complete descriptions. CodePage The system code page used for Unicode to Multibyte translations (Windows/COM only).
The following is a list of configuration settings for the component with short descriptions. Click on the links for complete descriptions.