简体   繁体   English

您如何在Authorize.net中退款交易?

[英]How do you refund a transaction in Authorize.net?

I am just referring the docs of Authorize.net. 我只是参考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. 但是在示例中,我找不到如何退款的交易。

This is the link that I am referring to: 这是我指的链接:

http://developer.authorize.net/downloads/samplecode/ http://developer.authorize.net/downloads/samplecode/

Any help would be appreciated. 任何帮助,将不胜感激。 Thanks in advance :) 提前致谢 :)

You can't do refunds with the ARB API. 您无法使用ARB API退款。 It must be done either through the AIM API or the merchant control panel. 必须通过AIM API或商家控制面板来完成。 If you use AIM set x_type to CREDIT instead of AUTH_CAPTURE . 如果使用AIM,请将x_type设置为CREDIT而不是AUTH_CAPTURE

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM