payment processing using authorize.net

我怕爱的太早我们不能终老 提交于 2019-12-11 06:57:47

问题


I am using the authorize.net as my payment gateway which accept payment from credit card. I am always getting the error message:

Transactions of this market type cannot be processed on this system

I am using test account, how can I tackle this problem?


回答1:


Have you tried the suggestions detailed on the related Authorize.net support article?

This can happen for four reasons:

1) You are attempting to process a type of transaction that your account is not designed to process. 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 the field x_market_type. If you are using a Retail account you want to pass a value of "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.



来源:https://stackoverflow.com/questions/9128559/payment-processing-using-authorize-net

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!