简体   繁体   中英

How do you refund a transaction in 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.

This is the link that I am referring to:

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

Any help would be appreciated. Thanks in advance :)

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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