Reputation: 21
I am using authorize.net`s ARB api.
I was wondering is there another way to get status of recurent payment except emails and Silent post?
If I have the following scenario:
My server is down for maintenance when the silent post request is sent. May I make some call to the ARB api to take the status of passed payments?
Upvotes: 2
Views: 1233
Reputation: 219834
You can use the Transaction Details API for:
A combination of these can be used for reporting and reconciling transactions including those made by subscriptions.
Upvotes: 1