ArgoFire Gateway


GetInfo

This Web service retrieves information pertaining to the transaction type (TransType) specified. The URL to access this Web service is:

https://secure.ftipgw.com/ArgoFire/transact.asmx?op=GetInfo

Descriptions of the parameters are listed below.

Parameter Description
UserName Required. User name assigned in the payment server
Password Required. Password for the user name assigned in the payment server
TransType Required. Valid values are:
  • BatchInquiry returns a comma delimited list in a single XML tag that contains the summarized transaction dollar amount and transaction count for each payment method in the current batch. The list is in the following format: Payment_Method1=0.00, Payment_Method2=0.00
  • Setup returns a comma delimited list in a single XML tag that contains merchant setup information. The list is in the following format: Setup_Name1=Y|N,Setup_Name2=Y|N
  • StatusCheck returns "OK" if a connection can be made to the payment server with the supplied user name and password; otherwise, an error message is returned
  • Initialize returns the merchant account setup, including Partner number, Merchant ID, credit card type, phone number, etc.
ExtData Optional. Extended data in XML format. Valid values are:
  • <TrainingMode>T</TrainingMode> an indicator that specifies transactions will be processed for local loop back testing
  • <TrainingMode>F</TrainingMode> an indicator that specifies transactions will not be processed for local loop back testing
  • <BatchSequenceNum>Number</BatchSequenceNum> used when the TransType is BatchInquiry and it is a number that indicates which previous batch or current batch the Payment Server should query from the processor in order to get information about the batch. Currently only support with Global Payments. Valid values are:
  • 0 = Current open batch (default value if BatchSequenceNum is not specified in ExtData)
  • 1 = previous batch
  • 2 = the batch before the previous batch specified with the value 1
  • N = and so on…



Examples

  1. Batch Inquiry
  2. Setup
  3. Status Check
  4. Initialize

GetInfo

ArgoFire Gateway SDK - Main

Glossary of Terms

Response Codes