VSP (Veri Secure Payment)
is a method of passing details, in this case credit card and
transaction related details, from your website/server to Protx,
in order to obtain authorisation on those details.
The backbone of VSP Server is a secure HTTPS POST from your web server to the Protx Test or Live servers, followed by a callback. VSP Server is arguably the most secure of Protx solutions, combining the security of HTTPS POST with other anti-fraud features like security key matching using an MD5 Hashing algorithm. This means that the security key (numeric) Protx pass to you must match with that which you store on record from the beginning of the transaction, ensuring that no tampering has taken place. This, combined with the fact that VSP Server will only work using HTTPS POSTs from an agreed source, means that it is an incredibly secure solution.
The benefits of VSP Server are primarily due to the advanced database compatibility it offers. This means you can store more information, and in fact, using VSP Server we would
EXPECT you to store more information about a transaction, such as; amount, products selected, shopper's details and the result of authorisation provided by Protx.
The end result of doing this is that you do not have to rely
on the Protx admin area. You can have your own customised
reporting area and view everything from your end. You can
also use the information within the database to send remote
requests for refunds and repeats (see
payment types). Unlike
VSP Form where there is a reliance on logging into the VSP
Admin area to perform refunds and repeat/releases in
ALL
circumstances, VSP Server, with some additional coding, will
allow you to push a button on your own software which will
send a request to have a transaction refunded, for example.