Visa/Mastercard Requirements

  • Craig Steinberg
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 2 months ago #36889 by Craig Steinberg
Visa/Mastercard Requirements was created by Craig Steinberg
I've been using the PayPal plugin for payments. I'm changing to a merchant account using authorize.net. They have some requirements, and I'm not sure how to implement them on the website. When I publish the authorize.net plugin the site asks for the credit card number and info, but it doesn't have any way to show the logos or a drop down of card types, and the payment page is not called via HTTPS. Here are the requirements:

6. Credit card logos or drop-down list of card types (Visa, MasterCard, etc) are displayed on page where card number is entered.

7. When completing an order, cardholder is required to either “click to accept” or perform other affirmative action.

8. Payment page where card number is entered is secured via Secure Sockets Layer (SSL) 128 bit encryption/1024 bit exchange minimum or 3-D Secure (VISA issued certificate - Verified by Visa). This can be verified by right-clicking on the payment page, selecting "properties" and choosing "details."

How can these be addressed?

Craig

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago #37080 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Visa/Mastercard Requirements
Hi

1=> You can edit the code alitle to show the card type dropdown. Please :

- Open the file components/com_osmembership/plugins/os_authnet.php

- Find the code below:
Code:
parent::setCardType(false);

- Change it to :
Code:
parent::setCardType(true);

2. For SSL :

- Your site need to have an SSL certificate installed

- You can go to Membership Pro -> Configuration, find the config option Activate HTTPS, set it to Yes.

Hope that solve your issues

Tuan
The following user(s) said Thank You: Craig Steinberg

Please Log in or Create an account to join the conversation.