문제

I am trying to integrate Authorize.net ARB Payment module into my asp.net application (using SOAP) , and for the same I need to test the functions in it. But for the CreateSubscription() method I get an error: The payment gateway account is in Test Mode. The request cannot be processed.


So please tell me(if possible) how can I test the functions for ARB in TEST-MODE in my ASP.Net Application.

도움이 되었습니까?

해결책

You need to test using a developer account as you cannot set up subscriptions in your live account, even in test mode.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top