CloseProcessingBatch
- Method
- Example Request
- Example Response
CloseProcessingBatch(CloseProcessingBatchRequest)
This operation will close a specific batch of transactions.
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| CloseProcessingBatchRequest | request |
Returns
| TYPE | DESCRIPTION |
|---|---|
| CloseProcessingBatchResponse |
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:pv="https://ssl.selectpayment.com/PV">
<soapenv:Header/>
<soapenv:Body>
<pv:CloseProcessingBatch>
<storeId>123456</storeId>
<storeKey>3z9em9oxqwX3acsaqc6H0ck8D3Yj</storeKey>
<entityId>12345</entityId>
<pv:batchNumber>123</pv:batchNumber>
</pv:CloseProcessingBatch>
</soapenv:Body>
</soapenv:Envelope>
<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>
<CloseProcessingBatchResponse xmlns="https://ssl.selectpayment.com/PV">
<CloseProcessingBatchResult>
<returnValue>Success</returnValue>
<message>Operation successful</message>
</CloseProcessingBatchResult>
</CloseProcessingBatchResponse>
</soap:Body>
</soap:Envelope>