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

GlobalBatchMgr Component

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

nsoftware.InPayDirect.Globalbatchmgr

Remarks

This component offers four different services:

CaptureAll

Once a transaction request is approved with the GlobalCharge, GlobalDebit, or GlobalBenefit component, 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 component with short descriptions. Click on the links for further details.

BatchResponseContains information about the current batch.
BenefitTransactionsContains the transaction totals for Electronic Benefit (EBT) Cards.
CheckTransactionsContains the transaction totals for electronic checks.
CreditTransactionsContains the transaction totals for Credit Cards.
DebitTransactionsContains the transaction totals for Debit Cards.
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 .
ProxyA set of properties related to proxy access.
ServerGlobal Payments transaction server.
SetupFieldsContains list of fields returned by Global Payments, which reflect the current state of the merchant setup.
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.
SummaryBeginDateOptional filter for use when retrieving a batch summary.
SummaryEndDateOptional filter for use when retrieving a batch summary.
SummaryResultsContains summary results for all payment types in the current batch.
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.

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 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.

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