Authorize.net

Has anyone got Dolphin 7 working with Authorize.net as their payment processor? I purchased Dolphin and Martinboi's Membership Management Pro module thinking I could get it to work with Authorize (as per product descriptions) but I can't see it in the list of available payment processors. Can anyone help on this one?

Thanks,

Mark

paymentprocessor_dolphin.png · 775.5K · 321 views
Quote · 31 Mar 2013

If you are working with Martinboi's membership then that is where you need to go.  Is Martinboi not responding to messages?

Geeks, making the world a better place
Quote · 31 Mar 2013

Not yet. I guess he may be away for Easter and unfortunately I need this up and running by tomorrow. :-/

Quote · 31 Mar 2013

Well, I'm still no further forward in getting Authorize.net set up as my payment provider. Out of curiosity  is there any reason why this was dropped in Dolphin as a standard pp? And is there any way of getting it back apart from buying the module from the marketplace?

Thanks,

Mark

Quote · 6 Apr 2013

I'm seriously beginning to pull my hair out over this. Our charitable organisation is actually losing money because our members are being forced to pay their fees through PayPal and not authorize.net who have given us preferrential rates due to our charitable status.

I've got the Authorize.net showing up in the Boonex Payment Module but still not showing in Martiboi's PSP settings. I put in a support request to Martinboi 17 days ago now and still no response.

Can anyone else shed any light please?

Thanks,

Mark

Quote · 15 Apr 2013

If the mod description says authorize.net would work with it and it isn't then you should post here:

 

http://www.boonex.com/forums/#forum/Disputes-0.htm

 

He will most likely respond then.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 15 Apr 2013

Ok thanks,

I'll try that.

Mark

Quote · 16 Apr 2013

To be honest, Martinboi is another vendor in the Market that tends to ignore messages.  I agree, sometimes the best way to get someone's attention is with a formal complaint to Boonex.

Geeks, making the world a better place
Quote · 16 Apr 2013

I know that Martinboi finally released version 3.1.2 which seemed to fix the issue of Authorize.net not showing as a payment processor. However, you might have noticed that your member's records, after joining via Authorize.net, were not being upgraded with no mention of paying in either Subscribers or the Payments list. After spending MANY hours troubleshooting the problem, I found the answer which I'm sharing with you now. To get everything working, you need to make the following changes to classes/MbMmpAuthorizeNet.php:

@ Line 99

Change:

if( !mysql_num_rows(mysql_query("SELECT `txn_id` FROM `dol_subs_payments` WHERE `txn_id` = '{$aVars['x_trans_id']}'"))){

$rInsertPayment = db_res("INSERT INTO `dol_subs_payments` SET 

To:

if(!db_value("SELECT `txn_id` FROM `mmp_payments` WHERE `txn_id` = '{$aVars['txn_id']}'")){

 

$rInsertPayment = db_res("INSERT INTO `mmp_payments` SET

Also, as Authorize.net is extremely trippy in what information is needed to be able to process transactions, you may want to add the 'required' => true, lines for both country and telephone fields also.

Finally, if you only offer processing of certain credit/debit cards, you can modify the selection at line 17:

$this->aCreditCards = array('visa' => 'Visa','mastercard' => 'Mastercard','amex' => 'American Express', 'other' => 'Other');

Hope this helps.

Mark

Quote · 23 Sep 2013

All-

I have members that get confused when taken to the paypal site... is there any f!ing way to get a payment gateway on my site without users being redirected to another site?

I have an SSL cert...

Peer

Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970
Quote · 23 Sep 2013

 

All-

I have members that get confused when taken to the paypal site... is there any f!ing way to get a payment gateway on my site without users being redirected to another site?

I have an SSL cert...

Peer

They should not actually go to the PayPal site but I assume you are talking about the PayPal form that comes up.  PayPal uses that form to also entice new sign-ups to PayPal and they all but hide the "Pay by Credit Card".  PayPal has gotten some flak on this but as a free payment gateway one really can not complain.  What I did was to make some graphical help guides circling the "Pay by Credit Card" and illustrating how to change to a different currency/country.  What you could do is to create similar and put a notice with link to illustrate how the PayPal gateway will look and how to use it.

The only other thing would be to use a paid payment processor in place of PayPal and have that incorporated into the Payment System.  I think there are some modules in the Market to add payment processors to the Payment System; if they don't include your payment processor, maybe one will be willing to incorporate it for you.

Geeks, making the world a better place
Quote · 23 Sep 2013

I'm not married to a payment processor and paypal is not free... granted, they do not charge a monthly fee... but they get their money... and they, as you say, all but hide the pay by credit card option...

I will look at the marketplace to see what my options are... :)

Peer

Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970
Quote · 23 Sep 2013

Yes, I shouldn't have said free.  As you mentioned, I was thinking of statement fees and other fees outside of transaction fees.  Accepting credit cards through paypal also incurs additional CC processing fees.

Geeks, making the world a better place
Quote · 23 Sep 2013

OK, I went to PayPal to look at this.  If you go to advance, $60 a year, $5.00 a month, then customers will stay on your site when paying.  They see this form:

I don't know if you can customise it; you can with Pro I believe.

Geeks, making the world a better place
Quote · 23 Sep 2013

Geek Girl-

Awesome... I will be looking into this as and will let you know asap..!

Peer

Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970
Quote · 23 Sep 2013

did this one got looking in to with the last paypal thing

Quote · 4 Jul 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.