cancel
Showing results for 
Search instead for 
Did you mean: 

fetching transaction id pragmatically against subscription ID

Dear All,
I've successfully implemented the ARB method in java. On each successful schedule I got 'subscription ID'. Now I want to show all successful payments happen in that subscription; ie need transaction ID to persist in my database against subscription ID. How I can achieve this?

subodhA
Member
1 REPLY 1

Use silent post to record each transaction in your database as it comes in. Probably by matching on customer ID. Short of that, you can use the Transaction Details API to look up all settled transactions and record them in your database. Either way, you're going to want to record transactions on your end so you can look them up later, since Authorize.net has no way to just pass a subscription ID and get all transactions for that subscription.

TJPride
Expert