cancel
Showing results for 
Search instead for 
Did you mean: 

Looking to automate response to daily ARB statuses

I've gone through the reporting API manual but I'm not sure that it will give me what I want.

 

I'm currently working on a site in PHP that uses the ARB API.  In the Merchant Interface we can of course configure the reporting emails we would like to recieve.  Is there a method to get this data posted as XML to a webservice we expose rather than as an email?  Or, can we query an available service and get back a summary for the day (or other period).

 

My hope is that we can update our user records daily for cc expirations, due for expiration subscriptions, etc in code without processing emails.

 

Thanks.

bigreddale
Member
1 ACCEPTED SOLUTION

Accepted Solutions

 

Hi,
 
Currently, ARB specific data is not available through a webservice. Individual transaction data can be retrieved through our transaction details API, but information such as pending expirations can only be received via email or through our online interface.
 
Thanks,
Joy

View solution in original post

Joy
Administrator Administrator
Administrator
2 REPLIES 2

 

Hi,
 
Currently, ARB specific data is not available through a webservice. Individual transaction data can be retrieved through our transaction details API, but information such as pending expirations can only be received via email or through our online interface.
 
Thanks,
Joy
Joy
Administrator Administrator
Administrator

Thank you for your response.