Writing a test for an authorize.net refund

Authorize.net won't ever allow you to refund a transaction that was submitted the same day. Writing a test that creates a transaction and then refunds it, therefore, is tough.

I couldn't find a way to do it through the API so:

Can I ask Authorize.net to "settle" a test transaction?

Or .. What's the right way to do this?


Settlement is a batch operation that occurs once a day starting after the transaction cut-off time specified in the merchant interface. You must wait until settlement is complete. In the sandbox, there is no way for a developer to force settlement.

链接地址: http://www.djcxy.com/p/26496.html

上一篇: Google Chrome自动填充所有密码输入

下一篇: 编写一个针对authorize.net退款的测试