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

GlobalTransactionSearch Control

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

GlobalTransactionSearch

Remarks

This control 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 SearchBeginDate and SearchEndDate properties. All other search criteria properties are optional. However, if you wish to retrieve information for one particular transaction, set the SearchPNRef property instead. All other properties will be ignored if the SearchPNRef property is set. The results of your search will be contained in the SearchResults collection.

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

Property List


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

PasswordPassword for authentication with the Global Payments Server .
ProxyAuthSchemeThis property is used to tell the component which type of authorization to perform when connecting to the proxy.
ProxyAutoDetectThis property tells the component whether or not to automatically detect and use proxy system settings, if available.
ProxyPasswordThis property contains a password if authentication is to be used for the proxy.
ProxyPortThis property contains the TCP port for the proxy Server (default 80).
ProxyServerIf a proxy Server is given, then the HTTP request is sent to the proxy instead of the server otherwise specified.
ProxySSLThis property determines when to use SSL for the connection to the proxy.
ProxyUserThis property contains a user name, if authentication is to be used for the proxy.
SearchApprovalCodeIf provided, only those transactions matching the specified ApprovalCode will be included in the search results.
SearchBeginDateThe start of the date range in which to search for transactions.
SearchCardNumberIf specified, only those transactions with the matching card number will be included in the search result.
SearchCardTypeIf specified, only transactions made with the matching the CardType will be included in the search results.
SearchCustomerIdThe CustomerId included in the original transaction.
SearchEndDateThe end of the date range in which to search for transactions.
SearchExcludeCardTypeIf specified, any transaction made with a credit card matching the ExcludeCardType will be excluded from the search results.
SearchExcludePaymentTypeIf specified, any transaction matching the ExcludePaymentType will be excluded from the search results.
SearchExcludeResponseCodeIf specified, any transactions matching the ExcludeResponseCode will be excluded from the search results.
SearchExcludeTransTypeIf specified, any transaction matching the ExcludeTransType will be excluded from the search results.
SearchExcludeVoidIndicates whether or not to exclude void transactions from the search results.
SearchInvoiceNumberThe InvoiceNumber that was included in the original transaction.
SearchNameOnCardCardholder's name as it is appears on the card.
SearchPaymentTypeOnly transactions matching the PaymentType will be included in the search results.
SearchPNRefThe unique payment reference number assigned to the transaction.
SearchRegisterNumberThe RegisterNumber associated with the original transaction.
SearchResponseCodeIf specified, only those transactions with the matching response code will be included in the search results.
SearchSettleDateThe date of the settlement in MM/DD/YYYY or YYYY-MMDD format.
SearchSettleFlagIndicates whether you wish to retrieve settled transactions or unsettled transactions.
SearchSettleMessageThe settlement ID or message returned from the host.
SearchTransactionAmountThe original TransactionAmount of the transaction.
SearchTransactionTypeIf provided, only those transactions matching the TransactionType will be included.
SearchUserIdThe user who originated the transactions.
SearchResultCountThe number of records in the SearchResult arrays.
SearchResultCardExpDateContains the credit card expiration date.
SearchResultCardNumberContains the credit card number used in the transaction.
SearchResultCardPresentIndicates whether or not this was a card-present transaction.
SearchResultCashBackAmountContains the cash back amount for a debit or EBT transaction.
SearchResultClientIP* No longer supported as the underlying Global API has changed.
SearchResultCustomerIdIdentifies the customer that initiated the transaction.
SearchResultCustomerStreetContains the billing street address of the credit card.
SearchResultCustomerZipContains the billing zip code of the credit card.
SearchResultEntryModeIndicates whether the card was swiped or manually keyed.
SearchResultError* No longer supported as the underlying Global API has changed.
SearchResultApprovalCodeContains the transaction authorization code from the card issuer.
SearchResultAuthorizedAmountIn the case of a partially authorized transaction, this will contain the dollar amount that was actually authorized.
SearchResultAVSResultCodeContains the address verification result code from the card issuer.
SearchResultBatchNumberThe number of the batch this transaction is currently contained in.
SearchResultCardTypeIndicates the card type or payment method.
SearchResultCVVResultCodeContains the card verification result code from the card issuer.
SearchResultHostCodeAction code returned by Global Payments.
SearchResultPNRefContains a number which uniquely identifies the transaction in the Global Transport system.
SearchResultTransactionIdCard issuer's Transaction Reference Number.
SearchResultGratuityAmountContains the tip portion of the TotalAmount .
SearchResultInvoiceNumberContains the transactions invoice number.
SearchResultLastModifiedContains the date and time on which the transaction was last modified.
SearchResultNameOnCardContains the cardholder's name.
SearchResultOriginalPNRefContains the Global Transport Gateway PNRef on which the current transaction is based.
SearchResultPaymentType* No longer supported as the underlying Global API has changed.
SearchResultProcessorId* No longer supported as the underlying Global API has changed.
SearchResultRegisterNumberA number that uniquely identifies the register or computer on which the transaction was performed.
SearchResultResellerKey* No longer supported as the underlying Global API has changed.
SearchResultResponseCodeContains the transaction result code from the Global Transport Gateway.
SearchResultResponseMessageContains a human-readable response message concerning the transaction.
SearchResultSettleDate* No longer supported as the underlying Global API has changed.
SearchResultSettleFlagIndicates whether or not the transaction has been settled.
SearchResultTotalAmountContains the total amount of the transaction.
SearchResultTransactionDate* No longer supported as the underlying Global API has changed.
SearchResultTransactionKey* No longer supported as the underlying Global API has changed.
SearchResultTransactionTypeContains the transaction type.
SearchResultUserIdContains the username used to process the transaction.
SearchResultVendorNumberContains a number which uniquely identifies a merchant.
SearchResultVoidFlagIndicates whether or not the transaction has been voided.
ServerGlobal Payments transaction server.
SSLAcceptServerCertEncodedThe certificate (PEM/base64 encoded).
SSLCertEncodedThe certificate (PEM/base64 encoded).
SSLCertStoreThe name of the certificate store for the client certificate.
SSLCertStorePasswordIf the certificate store is of a type that requires a password, this property is used to specify that password in order to open the certificate store.
SSLCertStoreTypeThe type of certificate store for this certificate.
SSLCertSubjectThe subject of the certificate used for client authentication.
SSLServerCertEncodedThe certificate (PEM/base64 encoded).
SummaryCountThe number of records in the SummaryResult arrays.
SummaryResultAuthorizationAmountContains the dollar amount authorized for all transactions for the indicated PaymentType .
SummaryResultAuthorizationCount* No longer supported as the underlying Global API has changed.
SummaryResultCaptureAmountContains the dollar amount captured for all transactions for the indicated PaymentType .
SummaryResultCaptureCountContains the transaction count of all transactions that have been settled for the indicated PaymentType .
SummaryResultForceCaptureAmount* No longer supported as the underlying Global API has changed.
SummaryResultForceCaptureCount* No longer supported as the underlying Global API has changed.
SummaryResultPaymentTypeThe type of transactions being summarized.
SummaryResultPostAuthAmount* No longer supported as the underlying Global API has changed.
SummaryResultPostAuthCount* No longer supported as the underlying Global API has changed.
SummaryResultRefundAmount* No longer supported as the underlying Global API has changed.
SummaryResultRefundCount* No longer supported as the underlying Global API has changed.
SummaryResultRepeatSaleAmount* No longer supported as the underlying Global API has changed.
SummaryResultRepeatSaleCount* No longer supported as the underlying Global API has changed.
SummaryResultSaleAmount* No longer supported as the underlying Global API has changed.
SummaryResultSaleCount* No longer supported as the underlying Global API has changed.
SummaryResultTotalCountContains the total count of all transactions for the indicated PaymentType .
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 control 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 control 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 control 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