Skip to main content

Class CreateProcessingBatchResponse


Properties

NAMETYPELENGTHDESCRIPTION
returnValueenum of Type ReturnValuePossible responses are:
  • Success
  • Error_Unknown
  • Data_Not_Valid (ex. No batch number; Location not enabled)
  • Error_Invalid_Terminal
  • Error_Terminal_Disabled
  • Error_Not_Subscribed (ex. No processor settings)
  • Error_Batch_Closed
messagestring

Examples

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<CreateProcessingBatchResponse xmlns="https://ssl.selectpayment.com/PV">
<CreateProcessingBatchResult>
<returnValue>Success</returnValue>
<message>Operation successful</message>
</CreateProcessingBatchResult>
</CreateProcessingBatchResponse>
</soap:Body>
</soap:Envelope>