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

GlobalBatchMgr Control

Properties   Methods   Events   Configuration Settings   Errors  

The GlobalBatchMgr component is used to manage your Global Transport account. It can be used to check the connection to the Server , verify your merchant setup, retrieve a summary of transactions in the current batch, and capture (settle) the current batch.

Syntax

GlobalBatchMgr

Remarks

This control offers four different services:

CaptureAll

Once a transaction request is approved with the GlobalCharge, GlobalDebit, or GlobalBenefit control, the transaction is added to the current batch on the Global Transport Server. For Debit and EBT cards the money is instantly transferred, but for Credit cards the money in the customer's account is blocked and tagged for the merchant, but not actually transferred yet. The credit card transaction must go through Settlement in order for the blocked money to be transferred to the merchant's account.

If your Global Transport account is setup with the Host Auto Settle feature, you need take no further action. The Global Transport system will close the current open batch at a designated time each day. This means that there is no end of day batch processing required from the merchant.

If your account is not set up to automatically settle transactions at the end of the day, then at the end of the day you will need to use the CaptureAll method to capture the transactions in the batch.

CheckConnectionThis method checks the status of the connection to the Global Payments server and validates the UserId and Password login credentials.
CheckSetupThis method will return detailed information relating to the merchant's current setup as name/value pairs in the SetupFields collection.
GetBatchSummaryThis method retrieves information about all of the transactions in the current open batch, and stores this information in the SummaryResults collection.

Property List


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

BatchResponseApprovalCodeContains the transaction authorization code from the card issuer.
BatchResponseBatchNumberIndicates the number of the current batch.
BatchResponseCodeContains the transaction result code from the Global Transport Gateway.
BatchResponseMessageContains a human-readable response message concerning the processed transaction.
BatchResponseMessageDetailContains a formatted response message concerning the processed transaction.
BatchResponseNetTransAmountThe net dollar amount of all transactions.
BatchResponseNetTransCountThis property contains the total number of transactions contained in the batch settlement.
BatchResponseSettleDateThe date the batch was settled.
BenefitTransNetAmountThe net dollar amount of all transactions of a particular transaction type.
BenefitTransNetCountThis property contains the total number of transactions (for this transaction type) in the settlement.
BenefitTransRefundAmountThis is the total amount of all Refund and Credit transactions (for this transaction type) in the settlement.
BenefitTransRefundCountThis property contains the total number of Refund and Credit transactions (for this transaction type) in the settlement.
BenefitTransSaleAmountThis is the total amount of all Sale transactions (for this transaction type) in the settlement.
BenefitTransSaleCountThis property contains the total number of Sale transactions (for this transaction type) in the settlement.
CheckTransNetAmountThe net dollar amount of all transactions of a particular transaction type.
CheckTransNetCountThis property contains the total number of transactions (for this transaction type) in the settlement.
CheckTransRefundAmountThis is the total amount of all Refund and Credit transactions (for this transaction type) in the settlement.
CheckTransRefundCountThis property contains the total number of Refund and Credit transactions (for this transaction type) in the settlement.
CheckTransSaleAmountThis is the total amount of all Sale transactions (for this transaction type) in the settlement.
CheckTransSaleCountThis property contains the total number of Sale transactions (for this transaction type) in the settlement.
CreditTransNetAmountThe net dollar amount of all transactions of a particular transaction type.
CreditTransNetCountThis property contains the total number of transactions (for this transaction type) in the settlement.
CreditTransRefundAmountThis is the total amount of all Refund and Credit transactions (for this transaction type) in the settlement.
CreditTransRefundCountThis property contains the total number of Refund and Credit transactions (for this transaction type) in the settlement.
CreditTransSaleAmountThis is the total amount of all Sale transactions (for this transaction type) in the settlement.
CreditTransSaleCountThis property contains the total number of Sale transactions (for this transaction type) in the settlement.
DebitTransNetAmountThe net dollar amount of all transactions of a particular transaction type.
DebitTransNetCountThis property contains the total number of transactions (for this transaction type) in the settlement.
DebitTransRefundAmountThis is the total amount of all Refund and Credit transactions (for this transaction type) in the settlement.
DebitTransRefundCountThis property contains the total number of Refund and Credit transactions (for this transaction type) in the settlement.
DebitTransSaleAmountThis is the total amount of all Sale transactions (for this transaction type) in the settlement.
DebitTransSaleCountThis property contains the total number of Sale transactions (for this transaction type) in the settlement.
ForceCloseForces a batch Capture even if there are mismatched transaction totals.
InquiryTypeIndicates whether to perform an inquiry on the current batch or on the previous batch.
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.
ServerGlobal Payments transaction server.
SetupFieldCountThe number of records in the SetupField arrays.
SetupFieldNameContains the name of a property returned by Global Payments, which reflects the current state of the merchant setup.
SetupFieldValueContains the value of a property returned by Global Payments, which reflects the current state of the merchant setup.
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).
SummaryBeginDateOptional filter for use when retrieving a batch summary.
SummaryEndDateOptional filter for use when retrieving a batch summary.
SummaryResultCountThe 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.

BatchInquiryRetrieves the current state of the open batch.
CaptureAllMarks the current batch for settlement.
CheckConnectionChecks the connection status to the Global Payments server and validates login information.
CheckSetupRetrieves information about the merchant's current setup.
ConfigSets or retrieves a configuration setting .
GetBatchSummaryRetrieves a summary of the current open batch for a merchant.
InterruptInterrupt the current method.
ResetClears all properties to their default values.

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.

SetupResultModeIndicates whether to return simple or detailed information with the CheckSetup method.
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