Thanks for adding this module!

However, I am having a problem. I am getting the credit card to validate, but I cannot get it to process the card. I receive the following error:

Payment failed for order 1220: Sorry, we can not accept this transaction this time. Please, contact technical support. X900001INVALID C_NAME 00P 00A46AF49Rm0ID46AF49Rn0

That error number is "900001 INVALID C_NAME: Name value is in an invalid format or was left blank"

I was a little confused on the whether the UC Recurring Module was needed or not according the the project page. Sorry I have only used authorize.net before and am trying to figure this out. Any help would be greatly appreciated!

Comments

BD3’s picture

Status: Active » Closed (fixed)

Got it. In the php it calls for $order->payment_details['cc_owner'] which you will have to tick "Enable card owner text field on checkout form" at admin/store/settings/payment/edit/methods

Thanks for the module!

SeanA’s picture

Title: Payment failed. Invalid C_name » Check to see if card owner text field is enabled
Component: Miscellaneous » Code
Category: support » bug
Status: Closed (fixed) » Active

It would be nice to check for this in the module and warn the admin if it's not set properly. Patch to follow.

SeanA’s picture

Version: 6.x-1.0 » 6.x-1.x-dev
SeanA’s picture

Status: Active » Fixed

Fix committed for 6.x and 7.x.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.