Authentication
Praxell User and Password
CSR User and Password
Cardholder and PIN or DOB or CVV (The three are mutually exclusive)
SessionLockout on the third unsuccessful login attempt
A required change of password every 60 days
Strong passwords
Users are blocked on 3 failed login attemptsXML Samples:
Username based authentication
<?xml version="1.0" ?>
<PraxellXMLRequest>
<AuthenticationDetails>
<UserName></UserName>
<UserPassword></UserPassword>
<CreateSession></CreateSession> //--- (options: Y (default)/N)
<ClientSourceIP></ClientSourceIP>
</AuthenticationDetails>
<ServiceDetails>
<ServiceName></ServiceName>
<UniqueRequestId>NNNNN</UniqueRequestId>
</ServiceDetails>
<Origin>
<OriginType>API</OriginType>
</Origin>
</PraxellXMLRequest>Cardholder PIN based authentication
Cardholder CVV based authentication
Session ID based authentication
Last updated