Class CaptureTransactionRequest
Properties
| NAME | TYPE | LENGTH | REQUIRED | DESCRIPTION |
|---|---|---|---|---|
| storeId | long | Y | Unique user ID generated by EPS. (See - Required Data Elements) | |
| storeKey | string | Y | Unique password generated by EPS. (See - Required Data Elements) | |
| entityId | int | Y | Unique identifier that is generated by EPS. (See - Required Data Elements) | |
| locationId | int | Y | Unique identifier generated by EPS for each location. (See - Required Data Elements) | |
| originalReferenceNumber | string | 20 | Y | Reference number assigned to the transaction to be captured (with an OperationType of ‘Auth’). |
| captureAmount | decimal | Amount of the transaction to be captured / verified. (See - Optional Data Elements) |
Examples
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:pv="https://ssl.selectpayment.com/PV">
<soapenv:Header/>
<soapenv:Body>
<pv:CaptureTransaction>
<pv:storeId>1213456</pv:storeId>
<pv:storeKey>3z9em9oxqwX3acsaqc6H0ck8D3Yj </pv:storeKey>
<pv:entityId>12345</pv:entityId>
<pv:locationId>102030</pv:locationId>
<pv:originalReferenceNumber> T:5JVMJPT3A5G </pv:originalReferenceNumber>
<pv:captureAmount>79.95</pv:captureAmount>
</pv:CaptureTransaction>
</soapenv:Body>
</soapenv:Envelope>