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>
<pv:SecurityHeader>
<pv:BinarySecurityToken>your security token here</pv:BinarySecurityToken>
</pv:SecurityHeader>
</soapenv:Header>
<soapenv:Body>
<pv:TestCredentials>
<pv:storeId>0</pv:storeId>
<pv:storeKey isNull="true" />
<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>