SagePay Form Integration


(Daniel Woodward) #1

Hello everyone.

 

Does anyone have any experience with SagePay form integration in Squiz?

 

SagePay provide integration kits but I do not know if they are needed with Squiz or how to set them up if they are:

http://www.sagepay.co.uk/support/find-an-integration-document/form-integration

 

I know Squiz offer the E-commerce SagePay gateway but from what I understand the client would input there card details etc on the checkout on Squiz making me responsible for securing the site.

Whereas Sage Pay’s Form integration provides a straightforward hosted payment interface for the customer and takes complete responsibility for the online transaction, including the collection and encrypted storage of payment data. Eliminating the security implications of storing such sensitive information on our own servers and removing the need for me to maintain highly secure encrypted databases or obtain digital certificates.

 

Any help would be greatly appreciated.

 

thanks.

Dan


(Bart Banda) #2

Not sure about how SagePay does it, but I'm assuming you simply just to a Post from a form in Matrix to the SagePay server and send them a price value, return address, product count, etc, similar to how you might do it with PayPayl, and then SagePay sends you back to your Matrix page after payment is completed. If you do however use the SagePay gateway asset, Matrix doesn't actually store any CC data on the server, it just passes it along to SagePay. All you would need to worry about is to have a SSL certificate on the server for that. But sounds like doing the first option is the easiest.