Jaggu
Jaggu

Reputation: 6428

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 :)

Upvotes: 0

Views: 2625

Answers (1)

John Conde
John Conde

Reputation: 219824

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.

Upvotes: 4

Related Questions