SecurePay COM payment module
The 3.0 and newer editions of this payment module have been tested with 1.3.8a in production, but like everything else there is no warranty. It uses what SecurePay calls their "COM Object Interface". It is also known as "secure1" and is documented in a short document called "SecurePay API Documentation" spiSecure1.doc This interface is typically used, for example, when programming in ColdFusion environments. However, it works just as well from PHP. It essentially operates the same as the authorizenet_aim interface but without all the new wizzy features. See support thread: http://zen-cart.com/forum/showthread.php?p=529625 |
![]() |
v1.3.8 |
![]() |
SaraJacobson |
![]() |
dhcernese - 25 Mar 2008 |
![]() |
2,548 |
Version History
SecurePay COM payment module - Version: v3.1 | |||||||||||||
Only updated the README.txt with an explanation of where to fix the mismatched MasterCard issues. | |||||||||||||
|
|||||||||||||
SecurePay COM payment module - Version: v3.0 | |||||||||||||
Put some old code back to match MasterCard. | |||||||||||||
|
|||||||||||||
SecurePay COM payment module - Version: v3.0 | |||||||||||||
This payment module has been tested with 1.3.8a in production, but like everything else there is no warranty. It uses what SecurePay calls their "COM Object Interface". It is also known as "secure1" and is documented in a short document called "SecurePay API Documentation" spiSecure1.doc This interface is typically used, for example, when programming in ColdFusion environments. However, it works just as well from PHP. It essentially operates the same as the authorizenet_aim interface but without all the new wizzy features. See support thread: http://zen-cart.com/forum/showthread.php?p=529625 |
|||||||||||||
|
|||||||||||||
SecurePay COM payment module - Version: v2.1.1 | |||||||||||||
Fixes MasterCard and American Express processing which have apparently been broken for a long time. It was a simple string mismatch with cc_validation.php | |||||||||||||
|
|||||||||||||
SecurePay COM payment module - Version: v.2.1.0 | |||||||||||||
Improved slightly. Generates a probably-correct invoice number, more detailed description field, and fills in the order status with transaction details. | |||||||||||||
|
|||||||||||||
SecurePay COM payment module - Version: 2.0.0 | |||||||||||||
This is a pretty simple module feature-wise. It shows a credit card entry form on the payment checkout page, and when you confirm the order, sends the info to SecurePay. If SecurePay returns an approval the order is processed. If SecurePay returns a denial or cannot be contacted, the customer is told this and prompted to enter another card or choose an alternate payment method. This module will store all cc info EXCEPT the actual credit card number, as that is a security issue. If someone needs this ability, feel free to contract my services to add it. Note: A field for the CVV number is present, as it may be required by law in some places, but I was unable to determine if SecurePay supported that option. So the form takes the info and stores it in the order, but passes it on as a dummy field to SecurePay. Once they support it, I just have to change the dummy value to the actual field name they need for processing and it will work. This module is being released as-is with no warranty/help included. You can post to this ZenCart Forum thread but I don’t guarantee I’ll be monitoring it (others might tho). For paid support, you can email [email protected] Do note that SecurePay can’t really offer support for this module as it’s not their code-they may try to help you but they should not be your first call. They would only handle issues on their end, not this end. Known Issues Diner’s Club and JBC credit cards are in the code, but not enabled until I can verify SecurePay’s acceptance of these cards. Credit Card CVV numbers are recorded, but not passed to SecurePay until I can verify the correct form field name for them. For details see my site page: http://notgoddess.com/contributions/securepay-payment-module-for-zencart |
|||||||||||||
|
|||||||||||||