Issue with <clear/> and <clear><clear> and tag in the config file
Response codes for transaction status and results
if there's no result and there was no error during processing, the response will be marked as successful (HTTP OK 200) and payload will contain null
if there's no result, and there was an error durin processing, the response will be marked as unsuccessful (HTTP Server Error 500) and payload will contain an error message
transaction status will be marked as unsuccessful and contain error message, if there was any error
optional configuration parameter <SdkMaxProcessingTime> , which allows to override 10 second transaction processing timeout