Values returned to ActiveMerchant by SagePayGateway during 3d secure

How to tie back values returned to ActiveMerchant by SagePayGateway

When you are getting values returned back to you by SagePay's payment Gateway during a successful 3D Secure authentication your system will be hit with a POST that contains the following keys;

  • PaRes
  • MD
  • MDX

In order to tie these back into your system you should check the order against the PaRes value that you sent to the 3D Secure provider.

 

Recent posts View all

SEO

Google follows URLs in text

Today I learned that Google follows URLs even when they are plain text

Web Dev

Check in with your database

It pays to take a step back and look at how your database is set up every so often. You will often find quick wins and hidden tech debt.