Need custom programming
-
I need to authorize for .01 not the full amount.
Also need to make sure when contacting authorize.net it uses the servers IP not clients.Thanks!
-
Sorry already fixed thanks!
so are you using this plugin or any other plugin just thought to know
Im now using this plugin, I was using the Authorize.Net CIM Woo themes, but it had issues.
Uses client IP as IP its communicating with Authorize.net, yours doesn’t uses server.
Thanks
Ok what did u add to change to use Server IP did u simply hard coded the server IP ? on plugin file asking because this thread could solve other users issues as well
and your need to need to authorize for .01 not the full amount is also done hopefullly ?
Your plugin by default seems to use the server IP to communicate. With authorize.net we are using the fraud detection suite. This module here: Authorized AIM IP Addresses. Which lets you specify which ip addresses can send transactions. The “Authorize.Net CIM Woo themes” for some reason used the customers IP.
After many emails back and forth with them, they didn’t understand what I was talking about and/or the support guy didn’t know enough to even have an idea.
I hard coded the .01 in:
$sale = new AuthorizeNetAIM;
$sale->amount = .01;;Reason for the .01 it checks/verifies all relevant data with card/customer but doesn’t put a hold for full amount if by chance you don’t have it in stock. .01 hold a customer doesn’t get mad about, $500 hold customer will get very mad sometimes takes a couple days to release.
Thank for plugin, i will donate to your donation once a week or so has passed making sure all is well. I really like your plugin and appreciate your time and effort, thanks!
A new update will be available soon with latest libraries from authorize.net and a feature to refund(if settled) & void(capture pending) within the woo commerce interface Its completed we are going on testing with refunds
Thanks for Using the plugin.
However plugin is using Clients Public IP but you can change it by using
$customer->customer_ip = $_SERVER[‘SERVER_ADDR’];If this plugin IP sending mechanism doesn’t work out
Thanks
Some thoughts..
Ability to change the graphic for the Credit Cards(i did mine in back end). Because if you are only taking Visa Master the graphic has all the cards listed and is misleading. Or have a separate graphic per card and add them dynamically..
The auth for .01 is a good idea I’m sure many merchants haven’t thought of that.
Response Codes from Authorize.net some where in email that you receive. Some handle via emails then logging into wordpress etc..
Avs: Y
Code: 2xxxx
Ref: 7xxxxxxxxx
Msg: This transaction has been approved.
Msg Code: 1
Msg Sub Code: 1
Hash: 68xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
CCV Msg: M
Order ID: 1xxxxxWhat we look for is Y 1 1 M (Avs: Y, Msg Code: 1, Msg Sub Code: 1
CCV Msg: M) That means everything matched perfectly. We just charge other codes show what is wrong like zip code or address etc etc. This data very useful.Thanks!
Will consider in future release Cheers!
I hope Plugin is working fine without any issues from Authorize.Net side of view
Regards
NazrulHi Dean10767
Are you using this plugin on your website ? Just wanted to know
Thanks
The topic ‘Need custom programming’ is closed to new replies.