TestCredentials
- Method
- Example Request
- Example Response
TestCredentials(TestCredentialsRequest)
This operation allows you to verify that you have accurate credentials to access the EPS system.
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| TestCredentialsRequest | request |
Returns
| TYPE | DESCRIPTION |
|---|---|
| TestCredentialsResponse |
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:pv="https://ssl.selectpayment.com/PV">
<soapenv:Header/>
<soapenv:Body>
<pv:TestCredentials>
<pv:storeId>123456</pv:storeId>
<pv:storeKey>3z9em9oxqwX3acsaqc6H0ck8D3Yj</pv:storeKey>
<pv:entityId>12345</pv:entityId>
<pv:locationId>102030</pv:locationId>
<pv:terminalNumber>__WebService</pv:terminalNumber>
</pv:TestCredentials>
</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>
<TestCredentialsResponse xmlns="https://ssl.selectpayment.com/PV">
<TestCredentialsResult>
<returnValue>Success</returnValue>
<message>Operation successful</message>
</TestCredentialsResult>
</TestCredentialsResponse>
</soap:Body>
</soap:Envelope>