문제

I have been using Authorize.Net payment gateway in my asp.net application.
I am using a developer account to test the subscriptions created from Authorize.Net ARB (SOAP).The subscription is created for the accounts but i am not able to test the results by using the silent post method for the future recurring payments related to an account.

http://www.johnconde.net/blog/all-about-authorize-nets-silent-post/
I have read this post , and its really helpful;
But is there any way where I can receive response data from Authorize.net for the future payments of an account created from my authorize.net developer account?

도움이 되었습니까?

해결책

Developer accounts don't actually process payments including scheduled recurring billing payments. They just allow you to verify that the API call was successful. So there is no real way, using a developer account, to test Silent Post with ARB.

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