Skip to main content

Class GetBatchEventsByBatchNumberRequest


Properties

NAMETYPELENGTHREQUIREDDESCRIPTION
StoreIdlongYesUnique user ID generated by EPS. (See - Required Data Elements)
StoreKeystringYesUnique password generated by EPS. (See - Required Data Elements)
EntityIdintYesUnique identifier that is generated by EPS. (See - Required Data Elements)
BatchNumberstring40YesUnique identifier of the batch that is being requested

Examples

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ssl="https://ssl.selectpayment.com/">
<soapenv:Header>
<ssl:SecurityHeader>
<ssl:BinarySecurityToken>your security token here</ssl:BinarySecurityToken>
</ssl:SecurityHeader>
</soapenv:Header>
<soapenv:Body>
<ssl:GetBatchEventsByBatchNumber>
<ssl:storeId>0</ssl:storeId>
<ssl:storeKey isNull="true" />
<ssl:EntityId>12345</ssl:EntityId>
<ssl:BatchNumber>1201</ssl:BatchNumber>
</ssl:GetBatchEventsByBatchNumber>
</soapenv:Body>
</soapenv:Envelope>