VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: mfarooqi on June 14, 2017, 12:44:36 PM

Title: Cardholder names on Authorize.net CC payment
Post by: mfarooqi on June 14, 2017, 12:44:36 PM
There is no Cardholder name in checkout/payment with Authorize.net option. How can I add/enable if there is any option.

Only Card Type, Number CVV and expiry is appearing. Is there any way to enable/add card holder name?

Thanks
Title: Re: Cardholder names on Authorize.net CC payment
Post by: GJC Web Design on June 14, 2017, 15:49:23 PM
if u look at the code you will see it doesn't exist

if u require it you need to add to the plugin and all the appropriate code needed to handle the new field
Title: Re: Cardholder names on Authorize.net CC payment
Post by: mfarooqi on June 14, 2017, 20:57:10 PM
Quote from: GJC Web Design on June 14, 2017, 15:49:23 PM
if u look at the code you will see it doesn't exist

if u require it you need to add to the plugin and all the appropriate code needed to handle the new field

Yes I've already got that idea.. also I checked in Authorize.net API documentation, there is no name verification.. So it would be done manually by adding another table field and text input accordingly.

Thank you for your answer.
Title: Re: Cardholder names on Authorize.net CC payment
Post by: GJC Web Design on June 15, 2017, 12:07:37 PM
Quotealso I checked in Authorize.net API documentation, there is no name verification.

so the point of having it is?