Uses of Class
de.firstdata.ipg.api.client.exception.ClientException
-
Packages that use ClientException Package Description de.firstdata.ipg.api.client To perform a transaction you need the IPGApiClient and the IPGApiTransactionFactory or to perform a action you need the IPGApiActionFactory.de.firstdata.ipg.api.client.exception -
-
Uses of ClientException in de.firstdata.ipg.api.client
Methods in de.firstdata.ipg.api.client that throw ClientException Modifier and Type Method Description IPGApiResult
IPGApiClient. commitTransaction(IPGApiSubsequentTransaction ipgApiSubsequentTransaction, IPGApiMerchantDetailsObject ipgApiMerchantDetails)
IPGApiResult
IPGApiClient. commitTransaction(IPGApiTransaction ipgApiTransaction)
commits a transaction on the First Data API by performing a Web Service call with the transaction data passedIPGApiResult
IPGApiClient. commitTransaction(IPGApiTransaction ipgApiTransaction, IPGApiMerchantDetailsObject ipgApiMerchantDetails)
commits a transaction on the First Data API by performing a Web Service call with the transaction data passed -
Uses of ClientException in de.firstdata.ipg.api.client.exception
Subclasses of ClientException in de.firstdata.ipg.api.client.exception Modifier and Type Class Description class
MerchantException
An instance of this class is thrown in case the First Data API has registered your store as being closed.class
ProcessingException
An instance of this class is thrown in case the credit card processor has failed to process your transaction due to invalid transaction data.
-