Hello,
I am looking for PayPal alternative and I found Authorise.Net and I've been checking out the API and quite impressed so far.
I downloaded the SDK in PHP from here:
https://developer.authorize.net/downloads/
I signed up for a developer account also (from where I got my API Login ID & Transaction Key).
I setup the "your_store" config.php with my API Login ID & Transaction Key and tried the sample application.
When I clicked the button to pay, I am getting this error:
Can you help me please? I am new to Authorise.Net and I really would like to use this service, but I am having trouble integrating it.
03-08-2011 09:17 AM
That error usually means you're using a Card Present (CP) test account with a Card Not Present (CNP) implementation or vice versa. You should check to see what kind of test account you are using and then verify that you are using the appropriate parts of the SDK.
Thanks,
Michelle
Developer Community Manager
03-11-2011 12:33 PM
I can't seem to sign up for a test account. Any idea why?
I am getting this error too.
06-13-2011 05:26 PM
I figured out exactly what you need to do to fix that error. I got it working. Let me know if you need help with it.
09-04-2011 08:18 AM - edited 09-04-2011 08:18 AM
And what is that solution? can you please post it?
03-27-2012 11:22 AM
Response Reason Code: 87
Response Reason Text: Transactions of this market type cannot be processed on this system.
Integration Team Suggestions: This can happen for four reasons:
1) You are attempting to process a type of transaction that your account is not designed for. An example would be using a card swipe machine to process transactions on an e-commerce or mail order/telephone order (MOTO) account.
2) You are passing an incorrect value to x_market_type. If you are using a Retail account you want to pass a "2". The Implementation Guide for Card Present transactions can be found at http://www.authorize.net/support/CP_guide.pdf.
3) Your merchant service provider may be incorrectly setup for this account.
4) The product type (SIC code) is incorrect for this account.
Other Suggestions: The server is not configured to process the product type derived from the market type of this transaction.
So the solution is to get a new test account if you got the wrong type.
03-27-2012 12:33 PM
I am php devoleper
i have implemented authrized.net code from my project after to run
this error display
why ?pls solution reply
(87) Transactions of this market type cannot be processed on this system.
T.sathiendran
05-29-2012 12:03 AM
The solution from 03-11-2011 02:33 PM by Michelle didn't solve your problem?
05-29-2012 04:30 AM
Yes its the similar kind of issue which I faced some years ago in this snow predictor but you can see here now its looking very smooth as others.
03-02-2022 10:05 AM