cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

ARB API Getting subscriber's last payment transaction

I am using Authorize.net ARB to process my payments the thing here is that my SilentPost was not working for 1 week because of some fatal errors on my server so therefore all the transactions that were made from Authorize.Net were not recorded in my database.

I just wanted to know if there is a way to get a subscriber's last payment transaction using AuthnetARB.

I know there's this part of the ARB API called ARBGetSubscriptionStatusRequest which I can call, the problem with this is it only returns this values:

 

 

<ARBGetSubscriptionStatusResponse xmlns:xsi="http://www.w3.org/2001/
XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd">
<refId>Sample</refId>
<messages>
<resultCode>Ok</resultCode>
<message>
<code>I00001</code>
<text>Successful</text>
</message>
</messages>
<Status>active</Status>
</ARBGetSubscriptionStatusResponse>

 

As you can see there's no part where it tells me how much the subscriber paid and the payment date. I wanted those information since for me those are the most important.

I also found this link http://www.authorize.net/support/ReportingGuide_XML.pdf, but I think that is not ARB API, because that is Merchant Web Services API. I'm not just sure.

Anyway, I am looking for an Authorize.net ARB API that asks for a subscriber ID since I am storing the subscriber ID in my database, then returns the amount and payment date. Is there a way to do that?

 

Your help would be greatly appreciated!

Thanks!

jimgym1989
Member
2 REPLIES 2

 

Hi,
 
The ARBGetSubscriptionStatus API only tells you the status of your subscirptions, it will not give you details like payment amount or intervals. You can use the Transaction Details API since this includes ARB transactions as well.
 
Thanks,
Joy
Joy
Administrator Administrator
Administrator

Is there an example where ANT is used to obtain the ARB details?  I have the ARB working as required along with the getstatus. As the previous member indicated,   I want to be able to obtain the current payment sequence when I do the getstatus.  I briefly read the ANT doc but do not see where the subscriber_id ties into the ANT API.