PDA

View Full Version : Authorize.net payment module return codes for errros


mhiggins
06-28-06, 05:44 PM
I am familiar with the Authorization_Failure_Message variable but are there other variables populated when there is an auth failure? I have written a small Point Of Sale tool using authorize.net and when processing cards it returns a long string including a numeric code which describes the exact failure. Is it possible to get that code through miva so I can return more accurate messages when authorization fails.

I have searched google and can not find any API docs for the authorize.net payment module in miva. Could someone point me in the right direction.

Vic - WolfPaw Computers
06-28-06, 05:58 PM
You should probably check out the docs on MIVA's website.

Specifically the How To Write a Payment Module (http://smallbusiness.miva.com/support/docs/api/api_howto/HowToCreate_PayMod.html) and the MIVA API Docs (http://smallbusiness.miva.com/support/docs/api/)

If you want to return any extended results from the AuthorizeNet return string, you will have to write a custom module to handle that data and process it accordingly.