Skip to main content

Class CreditsandDebitsTransactionDetailReportRequest


Properties

NAMETYPELENGTHREQUIREDDESCRIPTION
storeIdlongYUnique user ID generated by EPS. (See - Required Data Elements)
storeKeystringYUnique password generated by EPS. (See - Required Data Elements)
entityIdintYUnique identifier that is generated by EPS. (See - Required Data Elements)
batchIdlong40YUnique identifier assigned by the user or systematically for each batch processed.

Examples

<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:Body>
<pv:CreditsandDebitsTransactionDetailReport>
<pv:storeId>0</pv:storeId>
<pv:storeKey isNull="true" />
<pv:entityId>12345</pv:entityId>
<pv:batchId>10043</pv:batchId>
</pv:CreditsandDebitsTransactionDetailReport>
</soapenv:Body>
</soapenv:Envelope>