ArgoFire Gateway


ArgoFire Gateway - Supported Web Services

GetCardTrx – Retrieves card transaction details for a merchant
GetCardTrxSummary – Retrieves card transaction summary for a merchant
GetCheckTrx – Retrieves check transaction details for a merchant
GetCardType – Returns the name of the card issuer; such as Visa, MasterCard, AMEX, etc.
GetInfo – Retrieves information from the web service
GetOpenBatchSummary – Retrieves payment type transaction summary of the current open batch for a merchant
IsCommercialCard – Returns (T/F) if the card is a known commercial card
ProcessCheck – Processes check transactions for a merchant
ProcessCreditCard – Processes credit card transactions for a mercha
ProcessDebitCard – Processes debit card transactions for a merchant
ProcessEBTCard – Processes EBT card transactions for a merchant
ProcessGiftCard – Processes gift card transactions for a merchant
ProcessSignature – Sends a signature to apply to a receipt transaction
ValidCard – Validates the credit card by checking the card length based on the card type, performing a mod 10 checksum, and validating the expiration date
ValidCardLength – Validates the credit card length
VaildExpDate – Validates the expiration date of the credit card
ValidMod10 – Validates the credit card by performing a mod 10 checksum on the card number; returns (T/F)
AddRecurringCreditCard – Allows customer information to be programmatically stored through web services for recurring billing.
Post to recurring.asmx webservice. Not to be confused with Transact.asmx
AddRecurringCheck – Allows check information to be programmatically stored through web services for recurring billing.
Post to recurring.asmx webservice. Not to be confused with Transact.asmx
*ProcessCreditCard – Allows for processing credit card transactions in recurring billing .
Post to recurring.asmx webservice. Not to be confused with Transact.asmx
*ProcessCheck – Allows for processing ACH /check transactions for recurring billing.
Post to recurring.asmx webservice. Not to be confused with Transact.asmx
ManageCheckInfo – Allows for programmatic management of existing check information for recurring billing.
Post to recurring.asmx webservice. Not to be confused with Transact.asmx
ManageCreditCardInfo – Allows for programmatic management of credit card information for customers specific to recurring billing.
Post to recurring.asmx webservice. Not to be confused with Transact.asmx
ManageContract – Allows for managing exisiting contracts for updates and modifications.
Post to recurring.asmx webservice. Not to be confused with Transact.asmx
ManageCustomer – Allows for management of existing customers in the recurring billing web service.
Post to recurring.asmx webservice. Not to be confused with Transact.asmx
ManageContractAddDaysToNextBillDt – Allows for modification of next billing date for recurring billing contracts.
Post to recurring.asmx webservice. Not to be confused with Transact.asmx



ArgoFire Gateway SDK - Main

Glossary of Terms

Response Codes