Skip to main content

Class TestCredentialsResponse


Properties

NAMETYPELENGTHDESCRIPTION
returnValueenum of Type ReturnValuePossible responses are:
  • Success
  • Error_DoesNotExist
  • Error_Unknown
messagestring

Examples

<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>