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

GlobalTransactionSearch Component

Properties   Methods   Events   Configuration Settings   Errors  

The GlobalTransactionSearch component is used to search for transactions made using the Global Transport Direct API. It can search for transactions in the open batch or in any previously closed batch.

Syntax

nsoftware.InPayDirect.Globaltransactionsearch

Remarks

This component can be used to search for all the transactions made from your Global Payments account, and returns transactions that match your specified SearchCriteria. To do a search, first set your UserId, Password, and VendorNumber. If you're submitting test transactions and are using a test account, set the Server to the certification URL ("https://certapia.globalpay.com"). Now set the SearchCriteria to the transactions you're looking for, and call Search. At the minimum, you must specify a start and end date range in the BeginDate and EndDate fields. All other search criteria fields are optional. However, if you wish to retrieve information for one particular transaction, set the PNRef field instead. All other fields will be ignored if the PNRef field is set. The results of your search will be contained in the SearchResults collection.

This component can also return a transaction summary for all transactions that match your SearchCriteria by calling the GetTransactionSummary method. The BeginDate and EndDate are still required for transaction summaries, but only a subset of SearchCriteria fields may be used to restrict the results. See GetTransactionSummary for details.

Property List


The following is the full list of the properties of the component with short descriptions. Click on the links for further details.

PasswordPassword for authentication with the Global Payments Server .
ProxyA set of properties related to proxy access.
SearchCriteriaSpecifies criteria to filter the transaction search.
SearchResultsContains a collection of transactions that matched the SearchCriteria .
ServerGlobal Payments transaction server.
SSLAcceptServerCertInstructs the component to unconditionally accept the server certificate that matches the supplied certificate.
SSLCertThe certificate to be used during SSL negotiation.
SSLServerCertThe server certificate for the last established connection.
SummaryResultsContains summary results for all payment types.
TimeoutA timeout for the component.
UserIdUserId for authentication with the Global Payments Server .
VendorNumberThe merchant's RP/Vendor number.

Method List


The following is the full list of the methods of the component with short descriptions. Click on the links for further details.

ConfigSets or retrieves a configuration setting .
GetTransactionSummaryRetrieves a payment type transaction summary that matches the specified SearchCriteria .
InterruptInterrupt the current method.
ResetClears all properties to their default values.
SearchRetrieves a list of payments that match the specified SearchCriteria .

Event List


The following is the full list of the events fired by the component with short descriptions. Click on the links for further details.

ErrorInformation about errors during data delivery.
SSLServerAuthenticationFired after the server presents its certificate to the client.
SSLStatusShows the progress of the secure connection.
StatusShows the progress of the Global Payments connection.

Configuration Settings


The following is a list of configuration settings for the component with short descriptions. Click on the links for further details.

SearchCriteriaBatchNumberFilters a Search or TransactionSummary based on the BatchNumber.
SearchCriteriaCardBreakdownIdentifies whether to breakdown Transaction Summaries by card type.
SearchCriteriaCustomerIdFilters a Search based on the CustomerId.
SearchCriteriaIncludeCustomFieldsIdentifies whether to include custom fields in the Search results.
SearchCriteriaPONumberFilters a Search based on the PONumber.
RawRequestReturns the request sent to the server for debugging purposes.
RawResponseReturns the response received from the server for debugging purposes.
ConnectionTimeoutSets a separate timeout value for establishing a connection.
FirewallAutoDetectTells the component whether or not to automatically detect and use firewall system settings, if available.
FirewallHostName or IP address of firewall (optional).
FirewallPasswordPassword to be used if authentication is to be used when connecting through the firewall.
FirewallPortThe TCP port for the FirewallHost;.
FirewallTypeDetermines the type of firewall to connect through.
FirewallUserA user name if authentication is to be used connecting through a firewall.
KeepAliveTimeThe inactivity time in milliseconds before a TCP keep-alive packet is sent.
KeepAliveIntervalThe retry interval, in milliseconds, to be used when a TCP keep-alive packet is sent and no response is received.
LingerWhen set to True, connections are terminated gracefully.
LingerTimeTime in seconds to have the connection linger.
LocalHostThe name of the local host through which connections are initiated or accepted.
LocalPortThe TCP port in the local host where the component binds.
MaxLineLengthThe maximum amount of data to accumulate when no EOL is found.
MaxTransferRateThe transfer rate limit in bytes per second.
RecordLengthThe length of received data records.
TCPKeepAliveDetermines whether or not the keep alive socket option is enabled.
UseIPv6Whether to use IPv6.
TcpNoDelayWhether or not to delay when sending packets.
TLS12SignatureAlgorithmsDefines the allowed TLS 1.2 signature algorithms when UseManagedSecurityAPI is True.
ReuseSSLSessionDetermines if the SSL session is reused.
SSLCipherStrengthThe minimum cipher strength used for bulk encryption.
SSLEnabledProtocolsUsed to enable/disable the supported security protocols.
SSLProviderThe name of the security provider to use.
SSLSecurityFlagsFlags that control certificate verification.
OpenSSLCADirThe path to a directory containing CA certificates.
OpenSSLCAFileName of the file containing the list of CA's trusted by your application.
OpenSSLCipherListA string that controls the ciphers to be used by SSL.
OpenSSLPrngSeedDataThe data to seed the pseudo random number generator (PRNG).
AbsoluteTimeoutDetermines whether timeouts are inactivity timeouts or absolute timeouts.
FirewallDataUsed to send extra data to the firewall.
InBufferSizeThe size in bytes of the incoming queue of the socket.
OutBufferSizeThe size in bytes of the outgoing queue of the socket.
CodePageThe system code page used for Unicode to Multibyte translations.

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