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.
Password | Password for authentication with the Global Payments Server . |
Proxy | A set of properties related to proxy access. |
SearchCriteria | Specifies criteria to filter the transaction search. |
SearchResults | Contains a collection of transactions that matched the SearchCriteria . |
Server | Global Payments transaction server. |
SSLAcceptServerCert | Instructs the component to unconditionally accept the server certificate that matches the supplied certificate. |
SSLCert | The certificate to be used during SSL negotiation. |
SSLServerCert | The server certificate for the last established connection. |
SummaryResults | Contains summary results for all payment types. |
Timeout | A timeout for the component. |
UserId | UserId for authentication with the Global Payments Server . |
VendorNumber | The 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.
Config | Sets or retrieves a configuration setting . |
GetTransactionSummary | Retrieves a payment type transaction summary that matches the specified SearchCriteria . |
Interrupt | Interrupt the current method. |
Reset | Clears all properties to their default values. |
Search | Retrieves 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.
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. |
Status | Shows 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.
SearchCriteriaBatchNumber | Filters a Search or TransactionSummary based on the BatchNumber. |
SearchCriteriaCardBreakdown | Identifies whether to breakdown Transaction Summaries by card type. |
SearchCriteriaCustomerId | Filters a Search based on the CustomerId. |
SearchCriteriaIncludeCustomFields | Identifies whether to include custom fields in the Search results. |
SearchCriteriaPONumber | Filters a Search based on the PONumber. |
RawRequest | Returns the request sent to the server for debugging purposes. |
RawResponse | Returns the response received from the server for debugging purposes. |
ConnectionTimeout | Sets a separate timeout value for establishing a connection. |
FirewallAutoDetect | Tells the component whether or not to automatically detect and use firewall system settings, if available. |
FirewallHost | Name or IP address of firewall (optional). |
FirewallPassword | Password to be used if authentication is to be used when connecting through the firewall. |
FirewallPort | The TCP port for the FirewallHost;. |
FirewallType | Determines the type of firewall to connect through. |
FirewallUser | A user name if authentication is to be used connecting through a firewall. |
KeepAliveTime | The inactivity time in milliseconds before a TCP keep-alive packet is sent. |
KeepAliveInterval | The retry interval, in milliseconds, to be used when a TCP keep-alive packet is sent and no response is received. |
Linger | When set to True, connections are terminated gracefully. |
LingerTime | Time in seconds to have the connection linger. |
LocalHost | The name of the local host through which connections are initiated or accepted. |
LocalPort | The TCP port in the local host where the component binds. |
MaxLineLength | The maximum amount of data to accumulate when no EOL is found. |
MaxTransferRate | The transfer rate limit in bytes per second. |
RecordLength | The length of received data records. |
TCPKeepAlive | Determines whether or not the keep alive socket option is enabled. |
UseIPv6 | Whether to use IPv6. |
TcpNoDelay | Whether or not to delay when sending packets. |
TLS12SignatureAlgorithms | Defines the allowed TLS 1.2 signature algorithms when UseManagedSecurityAPI is True. |
ReuseSSLSession | Determines if the SSL session is reused. |
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. |
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). |
AbsoluteTimeout | Determines whether timeouts are inactivity timeouts or absolute timeouts. |
FirewallData | Used to send extra data to the firewall. |
InBufferSize | The size in bytes of the incoming queue of the socket. |
OutBufferSize | The size in bytes of the outgoing queue of the socket. |
CodePage | The system code page used for Unicode to Multibyte translations. |