Hello,
I manage a website based on Magento ver. 1.8.1.0. We are using Cybersource in order to handle credit cards payments. I can manage the settings in the admin like which Credit Card types are allowed. I would like to add a new one (Diners club) but it's not listed (see attached screenshot).
I am new with Magento and I wonder if there is a way to update Cybersource (SOAP Toolkit) in Magento to enable Diner club cards or do I need to code it by myself? I've checked the code and it seems to be a native Magento feature.
Hi @shamann
For adding the custom card option into that you need to develope your model file in which you can return all the options which you want to display here. And also change the extension for new card type.
Thank you for your answer, I will try to implement it and come back with my feedbacks.