I'm using Python 2.4.3. I'm also confused about whether Authorize.net
requires SSL for sending transactions. I have a web-based POS system
that sends transaction requests to Authorize.net the same way that
Satchmo does (in fact, I pulled the code from Satchmo itself) without
SSL. I'm pretty sure of this because in the settings.py file for the
POS, I have the following which does not include any SSL middleware:
MIDDLEWARE_CLASSES = (
'django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.middleware.doc.XViewMiddleware',
)
Thanks
On Mar 23, 8:37 am, Chris Moffitt <[email protected]> wrote:
> What version of Python are you using? I know that Authorize.net needed
> enhanced SSL support that's available in Python 2.6 and available as a
> package for Python 2.5 and below.
>
> -Chris
>
> On Tue, Mar 23, 2010 at 12:33 AM, richie <[email protected]> wrote:
> > Hi,
>
> > I've been trying to send a credit card transaction to Authorize.net
> > for months now but have had no luck. Authorize.net support tells me
> > that they've never received any attempts to send a transaction to
> > them. This tells me that there is something wrong with my Satchmo
> > configurations.
>
> > I'm using satchmo 0.9 and Django 1.0. After trying to send a
> > transaction, I get the following error from satchmo.log:
>
> > 2010-03-22 23:09:59,501 payment.authorizenet: INFO About to send a
> > request to authorize.net:
> >https://secure.authorize.net/gateway/transact.dll
> > x_login=**Purposely
> > commented**&x_method=CC&x_type=AUTH_CAPTURE&x_tran_key=**Purposely
> > commented**&x_version=3.1&x_delim_char=
>
> > %7C&x_test_request=FALSE&x_relay_response=FALSE&x_delim_data=TRUE&x_exp_date=4%2F2013&x_card_num=8080&x_amount=85.06&x_card_code=REDACTED&x_invoice_num=14&x_last_name=Pham&x_zip=92126&x_phone=8**Purposely
> > commented**0&x_city=San
> > +Diego&x_country=US&x_state=CA&x_first_name=Richie&x_address=79**Purposely
> > commented**Drive&x_email=richie%40**Purposely commented**.com
> > 2010-03-22 23:09:59,934 keyedcache : DEBUG got cached [372/311]:
> > STORE::Setting::1::PAYMENT_AUTHORIZENET::EXTRA_LOGGING
> > 2010-03-22 23:09:59,935 payment.modules.base: DEBUG record_failure
> > for None
> > 2010-03-22 23:09:59,935 keyedcache : DEBUG got cached [373/312]:
> > STORE::Setting::1::PAYMENT_AUTHORIZENET::KEY
> > 2010-03-22 23:09:59,935 payment.modules.base: INFO Recording a
> > payment failure: order #14, code 1
> > message=This transaction cannot be accepted.
> > 2010-03-22 23:09:59,937 keyedcache : DEBUG got cached [374/313]:
> > STORE::Setting::1::PAYMENT_AUTHORIZENET::EXTRA_LOGGING
> > 2010-03-22 23:09:59,938 keyedcache : DEBUG got cached [375/314]:
> > STORE::Setting::1::PAYMENT_AUTHORIZENET::LABEL
> > 2010-03-22 23:09:59,938 keyedcache : DEBUG got cached [376/315]:
> > STORE::Setting::1::PAYMENT_AUTHORIZENET::KEY
> > 2010-03-22 23:09:59,938 payment.views: INFO Processing Credit
> > Cards transaction with AUTHORIZENET
> > Order 14
> > Results=False
> > Response=
> > Reason=This transaction cannot be accepted.
>
> > I use the same x_tran_key and x_login for another shop that's been
> > running for several years now, so I'm sure I have correct and valid
> > values for these.
>
> > Can someone give me a lead?
>
> > Thanks,
> > Richie
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Satchmo users" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<satchmo-users%[email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/satchmo-users?hl=en.
--
You received this message because you are subscribed to the Google Groups
"Satchmo users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/satchmo-users?hl=en.