CreateProcessingBatch
- Method
- Example Request
- Example Response
CreateProcessingBatch(CreateProcessingBatchRequest)
This operation will create a new batch.
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| CreateProcessingBatchRequest | request |
Returns
| TYPE | DESCRIPTION |
|---|---|
| CreateProcessingBatchResponse |
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pv="https://ssl.selectpayment.com/PV">
<soapenv:Header>
<pv:SecurityHeader>
<pv:BinarySecurityToken>your security token here</pv:BinarySecurityToken>
</pv:SecurityHeader>
</soapenv:Header>
<soapenv:Body>
<pv:CreateProcessingBatch>
<pv:storeId>0</pv:storeId>
<pv:storeKey isNull="true" />
<pv:entityId>12345</pv:entityId>
<pv:locationId>67890</pv:locationId>
<pv:terminalNumberIfKnown>__WebService</pv:terminalNumberIfKnown>
<pv:batchNumberToCreate>123</pv:batchNumberToCreate>
<pv:autoCloseDateTime>2010-11-26T19:00:00</pv:autoCloseDateTime>
<pv:isAutoCloseDateTimeRequired>0</pv:isAutoCloseDateTimeRequired>
</pv:CreateProcessingBatch>
</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>
<CreateProcessingBatchResponse xmlns="https://ssl.selectpayment.com/PV">
<CreateProcessingBatchResult>
<returnValue>Success</returnValue>
<message>Operation successful</message>
</CreateProcessingBatchResult>
</CreateProcessingBatchResponse>
</soap:Body>
</soap:Envelope>