问题描述
我只是引用Authorize.net的文档.我将很快处理自动重复计费"应用程序.该代码看起来非常简单,因为该文档编写得非常好.但是在示例中,我找不到如何退款的交易.
I am just referring the docs of Authorize.net. I will soon be working on a Automated Recurring Billing application. The code seems to be pretty simple for this as the doc is very well written. However in the samples I can't find how to refund the transaction.
这是我指的链接:
http://developer.authorize.net/downloads/samplecode/
任何帮助将不胜感激.在此先感谢:)
Any help would be appreciated. Thanks in advance :)
推荐答案
您不能使用ARB API退款.必须通过AIM API或商家控制面板来完成.如果使用AIM,请将x_type
设置为CREDIT
而不是AUTH_CAPTURE
.
You can't do refunds with the ARB API. It must be done either through the AIM API or the merchant control panel. If you use AIM set x_type
to CREDIT
instead of AUTH_CAPTURE
.
这篇关于您如何在Authorize.net中退款交易?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!