Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Authorize.net Payment in Magento does not show credit card form when selected

We have the onestepcheckout module installed and tried to enable authorize.net payment module by entering all the API info and transaction key properly.

But on checkout, no credit card form shows when selecting authorize.net.

We have also tried disabling the onestepcheckout module and even then it does not show the form. Upgrading to 1.6.2 does not solve the issue either. Can someone help?

like image 828
global-eyeglasses Avatar asked Apr 13 '12 11:04

global-eyeglasses


People also ask

Does Magento 2 save credit card numbers in the database when the Authorize.net payment method is used?

Does Magento save credit card numbers in the database when the Authorize.net payment method used? No, that information is sent via a token to Authorize.net and confirmed or denied.

Does Authorize.net process credit cards?

Authorize.net enables you to process payments in any way that works for your business, whether it's through your website, mobile app, or manual transactions. We make it easy to accept credit cards and help ensure you get paid.

Does Authorize.net save credit card info?

The CIM will save the credit card number, expiration date, and billing address in Authorize.net. After the customer completes an order for the first time on the website, they will have a choice to use the same credit card in future orders.

How do I integrate Authorize.net payment gateway?

Steps to Integrate Authorize.Net Payment GatewayCreate Authorize.Net account to get API Login id and key. Import PHP SDK to access Authorize.Net API. Create a payment form to get credit card information from the user. Configure API credentials and request payment process.


1 Answers

Because @global-eyeglasses is not posting an answer, I will:

in Config -> Advanced, the setting for Display Mage_Paygate was set by default to Disabled.

like image 58
Mike Graf Avatar answered Oct 16 '22 05:10

Mike Graf