GithubHelp home page GithubHelp logo

Comments (3)

DutrowLLC avatar DutrowLLC commented on July 20, 2024

Upon further inspection, this seems due to the Authroize.net returning the content of my website's web page instead of a coded response. Could this be due to some setting within my account?

The URL that produces this error is:
https://secure.authorize.net/gateway/transact.dll?x_login=h9l8d4yrun&x_type=PRIOR_AUTH_CAPTURE&x_trans_id=XXXXXXX&x_tran_key=XXXXXXXXXX&x_version=3.1&x_delim_char=%3B&x_test_request=FALSE&x_delim_data=TRUE

from authorizesauce.

jeffsmohan avatar jeffsmohan commented on July 20, 2024

Wow, I've never seen anything like that before.

It does seem likely that it's a setting in your account, though, because if
you change the x_login parameter, you get an API response about the login
being bad.

Webpage:
https://secure.authorize.net/gateway/transact.dll?x_login=h9l8d4yrun&x_type=PRIOR_AUTH_CAPTURE&x_trans_id=123&x_tran_key=123&x_version=3.1&x_delim_char=%3B&x_test_request=FALSE&x_delim_data=TRUE

API Response:
https://secure.authorize.net/gateway/transact.dll?x_login=foo&x_type=PRIOR_AUTH_CAPTURE&x_trans_id=123&x_tran_key=123&x_version=3.1&x_delim_char=%3B&x_test_request=FALSE&x_delim_data=TRUE

If you figure out what setting is causing this, I'd be curious to know. But
the good news is it sounds as though it shouldn't be too tough to fix!

Best,
Jeff

On Tue, Jul 8, 2014 at 10:48 PM, Chris Dutrow [email protected]
wrote:

Upon further inspection, this seems due to the Authroize.net returning the
content of my website's web page instead of a coded response. Could this be
due to some setting within my account?

The URL that produces this error is:

https://secure.authorize.net/gateway/transact.dll?x_login=h9l8d4yrun&x_type=PRIOR_AUTH_CAPTURE&x_trans_id=XXXXXXX&x_tran_key=XXXXXXXXXX&x_version=3.1&x_delim_char=%3B&x_test_request=FALSE&x_delim_data=TRUE


Reply to this email directly or view it on GitHub
#21 (comment)
.

from authorizesauce.

DutrowLLC avatar DutrowLLC commented on July 20, 2024

I believe I found what the problem was.

In my Authrorize.net Account, I went to Account->Settings->Transaction Format Settings-Response/Receipt URLS

Both "Default Receipt URL" and "Default Delay Response URL" were set to my web page URL with the "Receipt Method" as "POST". I Cleared out the URLs for my web page and set the "Receipt Method" to "Link". I did this because this is exactly how my sandbox account looked and the sandbox account did not have any problems.

from authorizesauce.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.