-
Notifications
You must be signed in to change notification settings - Fork 0
Home
StuartFerguson edited this page Oct 6, 2022
·
2 revisions
Welcome to the TransactionProcessor wiki!
TransactionResponseCodes
- Success = 0,
- InvalidDeviceIdentifier = 1000,
- InvalidEstateId = 1001,
- InvalidMerchantId = 1002,
- NoValidDevices = 1003,
- NoEstateOperators = 1004,
- OperatorNotValidForEstate = 1005,
- NoMerchantOperators = 1006,
- OperatorNotValidForMerchant = 1007,
- TransactionDeclinedByOperator = 1008,
- MerchantDoesNotHaveEnoughCredit = 1009,
- OperatorCommsError = 1010,
- InvalidSaleTransactionAmount = 1011,
- UnknownFailure = 9999