Integrate our products into your software. Let's make payment happen together!
Look at all the possibilitiesResultState class is our resultState-enum which contains all of the possible results you can get when performing a transaction.
| ResultState | Description | 
|---|---|
| SUCCESS | Success | 
| FAILURE | Failure | 
| PARTIAL_FAILURE | PartialFailure | 
| DEVICE_UNAVAILABLE | DeviceUnavailable | 
| DEVICE_CONFIGURATION_FAILURE | DeviceConfigurationFailed | 
| TIMED_OUT | TimedOut | 
| ABORTED | Aborted | 
| FORMAT_ERROR | FormatError | 
| PARSING_ERROR | ParsingError | 
| VALIDATION_ERROR | ValidationError | 
| MISSING_MANDATORY_DATA | MissingMandatoryData | 
| BUSY | Busy | 
| UNKNOWN | Unknown | 
| PC_COMMUNICATION_FAILED | PcConfigurationFailed | 
| NO_ACTIVE_PAYMENT | NoActivePayment | 
| PAYMENT_ONGOING | PaymentOnGoing | 
| RECEIPT_CALL_FAILED | ReceiptCallFailed | 
| PRINT_LAST_TICKET | PrintLastTicket | 
| COMMUNICATION_ERROR | CommunicationError |