Hi
According to NETS all foreign creditcards acceptet by a danish webshop must be 3D-Secure. However I do not have the option to choose 3D-secure creditcards as a payment type backend.
This leaves me with the option of hardcoding 3D-secure creditcard types in the card type lock in the post template, but this generates a false MD5 code as I choose "visa" backend, but hardcode "3d-visa" therefore returning non-identical MD5 codes.
What we need is the option to select 3d-Secure creditcard types backend, so we can still use the standard post template. Also missing is the option to select Maestro cards.
It doesn't seem to be a lot of work as "all theres is needed" is the correct value returned - "3d-visa" instead og "visa". Is this something you can/will implement or do we need to use some custom code to have the card options backend?
/Rune