The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /csv/reply/ManualClose HTTP/1.1
Host: charge.tosd.com
Content-Type: text/csv
Content-Length: length
Type,username,password,merchantID,deviceID,operatorID,apiKey
String,String,String,String,String,String,String
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
saleCount,returnCount,saleAmount,returnAmount,status,responseCode,responseMessage,ResponseStatus
0,0,0,0,String,String,String,"{ErrorCode:String,Message:String,StackTrace:String,Errors:[{ErrorCode:String,FieldName:String,Message:String}]}"