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
Secure 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
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
3-D Secure MPI
Microsoft .NET ASP Delphi C++ Builder C++ Java / J2EE
"YOUR IP*WORKS! VB CONTROLS ARE THE BEST!!!!! MANY MANY COMPLIMENTS FOR YOUR FANTASTIC TOOL!!!!"
-- M Bollini
Properties Methods Events Configuration Settings
The CCCharge component is an advanced tool used to authorize credit card transactions in many both Direct Marketing and Retail environments. Where the CCECommerce and CCRetail components make authorizing credit cards easy, the CCCharge component gives the developer finer, more detailed control over every aspect of the transaction.
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.
This component allows for simple, direct, secure connection to the Vital/TSYS SSL gateway through a standard Internet connection. This component can be integrated into web pages or stand-alone Point Of Sale applications. Because all SSL communications are handled inside the component, any application or web page can be deployed without the need for expensive dedicated SSL servers.
While this component is very similar to the CCRetail and CCECommerce components, it is geared towards the advanced user who has an intimate knowledge of the Vital/TSYS message format. There are many more properties to set, and the component does no checking to make sure you are sending valid data or valid combinations of properties. To begin, first Populate the merchant properties with setup information acquired from your member bank or processor. These include properties such as MerchantBankId, MerchantName, etc.
Next, set customer properties using information gathered directly from the customer. For Direct Marketing (Card Not Present) transactions, these include CustomerAddress, CardNumber, CustomerZip, etc. For Retail (Card Present) transactions, set the CardTrack1Data or CardTrack2Data acquired from the Point Of Sale card reader.
Then set the TransactionAmount to the total for this transaction, and set the TransactionNumber.
Finally authorize the transaction with the Authorize method. The status of the authorization request will be returned in ResponseCode and the other response properties.
Once an authorization request is approved, the money in the customer's account is blocked and tagged for the merchant. This transaction must go through the Batch Settlement process in order for the blocked money to be transferred to the merchant account. This is done by passing the DetailAggregate from this component to the CCSettle component. Usually, a Batch Settlement of all authorized transactions is done at the end of each business day.
/n software suggests that as a matter of good business practices all merchants and third parties that store cardholder data should be aware of the Visa Cardholder Information Security Program (CISP) and the MasterCard Site Data Protection (SDP) program. The purpose of these programs is to help protect the integrity of cardholder information via the use of outside-vendor auditing of systems security and server site security.
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. Authorize Sends an authorization request. Config Sets or retrieves a component configuration setting. GetDetailAggregate Returns an aggregate containing details of this transaction, which is then used for settlement. Interrupt Interrupts the current action. PreAuthorize Runs pre-authorization checks on the customer's credit card data. 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. Connected Fired immediately after a connection completes (or fails). DataPacketIn Fired when receiving a data packet from the transaction server. DataPacketOut Fired when sending a data packet to the transaction server. Disconnected Fired when a connection is closed. Error Information about errors during data delivery. SSLServerAuthentication Fired after the server presents its certificate to the client. SSLStatus Shows the progress of the secure connection. Configuration Settings The following is a list of configuration settings for the component with short descriptions. Click on the links for complete descriptions. AbsoluteTimeout Determines whether timeouts are inactivity timeouts or absolute timeouts. CodePage The system code page used for Unicode to Multibyte translations (Windows/COM only). DeveloperId Number that indicates the software's origin to the TSYS network. FirewallData Used to send extra data to the firewall. FirewallListener If true, the component binds to a SOCKS firewall as a server (IPPort only). HTTPVersion The version of HTTP used by the component IfModifiedSince A date determining the maximum age of the desired document. InBufferSize The size in bytes of the incoming queue of the socket. KeepAlive Determines whether the HTTP connection is closed after the completion of the request. MaxLineLength The maximum amount of data to accumulate when no EOL is found. MaxTransferredData The maximum number of incoming bytes to be stored by the component. OpenSSLCADir The path to a directory containing CA certificates. OpenSSLCAFile Name of the file containing the list of CA's trusted by your application. OpenSSLCipherList A string that controls the ciphers to be used by SSL. OpenSSLPrngSeedData The data to seed the pseudo random number generator(PRNG). OutBufferSize The size in bytes of the outgoing queue of the socket. Port The port to which transactions are posted. ProxyAuthorization The authorization string to be sent to the proxy server. ProxyPassword A password if Basic authentication is to be used for the proxy. ProxyPort Port for the proxy server (default 80). ProxyServer Name or IP address of a proxy server (optional). ProxyUser A user name if Basic authentication is to be used for the proxy. PurchaseIdentifier Optional purchase order number assigned by the merchant. Retry Set this to retry a failed transaction. SSLCipherStrength The minimum cipher strength used for bulk encryption. SSLEnabledProtocols Used to enable/disable the supported security protocols. SSLProvider The name of the security provider to use. SSLSecurityFlags Flags that control certificate verification Server The server to which transactions are posted. SocketHandle The handle of the main socket used by the component. UseWinInet If set, the WinInet API is used for retrieving the URL UseWinInetCookies Controls whether to send and accept cookies when making http requests through WinInet UserAgent Information about the user agent (browser). VersionId Indicates the software's version to the Vital network. WinsockInfo Identifying information about the loaded Winsock stack (Windows only) WinsockLoaded Loads and unloads Winsock on demand (Windows only) WinsockMaxDatagramSize Size in bytes of the largest UDP datagram that can be sent or received (Windows only) WinsockMaxSockets Maximum number of sockets available to a single process (Windows only) WinsockPath The path to the Winsock DLL used (Windows only) WinsockStatus The status of the Winsock stack (Windows 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. Connected Fired immediately after a connection completes (or fails). DataPacketIn Fired when receiving a data packet from the transaction server. DataPacketOut Fired when sending a data packet to the transaction server. Disconnected Fired when a connection is closed. Error Information about errors during data delivery. SSLServerAuthentication Fired after the server presents its certificate to the client. SSLStatus Shows the progress of the secure connection. Configuration Settings The following is a list of configuration settings for the component with short descriptions. Click on the links for complete descriptions. AbsoluteTimeout Determines whether timeouts are inactivity timeouts or absolute timeouts. CodePage The system code page used for Unicode to Multibyte translations (Windows/COM only). DeveloperId Number that indicates the software's origin to the TSYS network. FirewallData Used to send extra data to the firewall. FirewallListener If true, the component binds to a SOCKS firewall as a server (IPPort only). HTTPVersion The version of HTTP used by the component IfModifiedSince A date determining the maximum age of the desired document. InBufferSize The size in bytes of the incoming queue of the socket. KeepAlive Determines whether the HTTP connection is closed after the completion of the request. MaxLineLength The maximum amount of data to accumulate when no EOL is found. MaxTransferredData The maximum number of incoming bytes to be stored by the component. OpenSSLCADir The path to a directory containing CA certificates. OpenSSLCAFile Name of the file containing the list of CA's trusted by your application. OpenSSLCipherList A string that controls the ciphers to be used by SSL. OpenSSLPrngSeedData The data to seed the pseudo random number generator(PRNG). OutBufferSize The size in bytes of the outgoing queue of the socket. Port The port to which transactions are posted. ProxyAuthorization The authorization string to be sent to the proxy server. ProxyPassword A password if Basic authentication is to be used for the proxy. ProxyPort Port for the proxy server (default 80). ProxyServer Name or IP address of a proxy server (optional). ProxyUser A user name if Basic authentication is to be used for the proxy. PurchaseIdentifier Optional purchase order number assigned by the merchant. Retry Set this to retry a failed transaction. SSLCipherStrength The minimum cipher strength used for bulk encryption. SSLEnabledProtocols Used to enable/disable the supported security protocols. SSLProvider The name of the security provider to use. SSLSecurityFlags Flags that control certificate verification Server The server to which transactions are posted. SocketHandle The handle of the main socket used by the component. UseWinInet If set, the WinInet API is used for retrieving the URL UseWinInetCookies Controls whether to send and accept cookies when making http requests through WinInet UserAgent Information about the user agent (browser). VersionId Indicates the software's version to the Vital network. WinsockInfo Identifying information about the loaded Winsock stack (Windows only) WinsockLoaded Loads and unloads Winsock on demand (Windows only) WinsockMaxDatagramSize Size in bytes of the largest UDP datagram that can be sent or received (Windows only) WinsockMaxSockets Maximum number of sockets available to a single process (Windows only) WinsockPath The path to the Winsock DLL used (Windows only) WinsockStatus The status of the Winsock stack (Windows 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. AbsoluteTimeout Determines whether timeouts are inactivity timeouts or absolute timeouts. CodePage The system code page used for Unicode to Multibyte translations (Windows/COM only). DeveloperId Number that indicates the software's origin to the TSYS network. FirewallData Used to send extra data to the firewall. FirewallListener If true, the component binds to a SOCKS firewall as a server (IPPort only). HTTPVersion The version of HTTP used by the component IfModifiedSince A date determining the maximum age of the desired document. InBufferSize The size in bytes of the incoming queue of the socket. KeepAlive Determines whether the HTTP connection is closed after the completion of the request. MaxLineLength The maximum amount of data to accumulate when no EOL is found. MaxTransferredData The maximum number of incoming bytes to be stored by the component. OpenSSLCADir The path to a directory containing CA certificates. OpenSSLCAFile Name of the file containing the list of CA's trusted by your application. OpenSSLCipherList A string that controls the ciphers to be used by SSL. OpenSSLPrngSeedData The data to seed the pseudo random number generator(PRNG). OutBufferSize The size in bytes of the outgoing queue of the socket. Port The port to which transactions are posted. ProxyAuthorization The authorization string to be sent to the proxy server. ProxyPassword A password if Basic authentication is to be used for the proxy. ProxyPort Port for the proxy server (default 80). ProxyServer Name or IP address of a proxy server (optional). ProxyUser A user name if Basic authentication is to be used for the proxy. PurchaseIdentifier Optional purchase order number assigned by the merchant. Retry Set this to retry a failed transaction. SSLCipherStrength The minimum cipher strength used for bulk encryption. SSLEnabledProtocols Used to enable/disable the supported security protocols. SSLProvider The name of the security provider to use. SSLSecurityFlags Flags that control certificate verification Server The server to which transactions are posted. SocketHandle The handle of the main socket used by the component. UseWinInet If set, the WinInet API is used for retrieving the URL UseWinInetCookies Controls whether to send and accept cookies when making http requests through WinInet UserAgent Information about the user agent (browser). VersionId Indicates the software's version to the Vital network. WinsockInfo Identifying information about the loaded Winsock stack (Windows only) WinsockLoaded Loads and unloads Winsock on demand (Windows only) WinsockMaxDatagramSize Size in bytes of the largest UDP datagram that can be sent or received (Windows only) WinsockMaxSockets Maximum number of sockets available to a single process (Windows only) WinsockPath The path to the Winsock DLL used (Windows only) WinsockStatus The status of the Winsock stack (Windows only)
The following is a list of configuration settings for the component with short descriptions. Click on the links for complete descriptions.