Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter Dean10767

    (@dean10767)

    Sorry already fixed thanks!

    Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    so are you using this plugin or any other plugin just thought to know

    Thread Starter Dean10767

    (@dean10767)

    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

    Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    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 ?

    Thread Starter Dean10767

    (@dean10767)

    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!

    Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    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.

    Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    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

    Thread Starter Dean10767

    (@dean10767)

    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: 1xxxxx

    What 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!

    Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    Will consider in future release Cheers!

    Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    I hope Plugin is working fine without any issues from Authorize.Net side of view

    Regards
    Nazrul

    Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    Hi Dean10767

    Are you using this plugin on your website ? Just wanted to know

    Thanks

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Need custom programming’ is closed to new replies.