mwo Posted July 30, 2006 Share Posted July 30, 2006 Hi all. Is there a quick way to have maestro cards accepted on my site? i.e. would it be possible to add a quick validation like the ones on the original cc_validation.php: if (ereg('^4[0-9]{12}([0-9]{3})?$', $this->cc_number)) { $this->cc_type = 'Visa'; } elseif (ereg('^5[1-5][0-9]{14}$', $this->cc_number)) { $this->cc_type = 'Master Card'; Any help would be gratefully appreciated. Thanks, mwo. Link to comment Share on other sites More sharing options...
seank123 Posted July 31, 2006 Share Posted July 31, 2006 Have a look at this one: http://www.oscommerce.com/community/contributions,71 Link to comment Share on other sites More sharing options...
PCS-X Posted July 31, 2006 Share Posted July 31, 2006 of course if you do not have a Barclay Card Merchant account that other string in the forum may not be that useful. Various IPSP / PSP / MSP / ISO processing companies offer Maestro acceptance, you need only search long enough in the search engines or contact a sales agent in cc processing business who already works with processors that provide this service as a stand alone account. =) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.