cancel
Showing results for 
Search instead for 
Did you mean: 

Obtaining details of a particular subscription using the subscription id

I have a problem with authnet php sdk, I configure it properly and it works fine in all case but when I want to get details of a particular subscription using that subscription id, it does not return all details(transaction IDs, credential details, etc)  ,it only return the subscription status. So, how can I get the details (transaction IDs, credential details, etc) of a particular  subscription using subscription ID.

 

Thanks..

aQbSol_034
Member
1 REPLY 1

You can't get transaction info via the subscription ID, sadly. You can access transaction details via the Transaction Details API, and if you thought ahead and set up a silent post page (a must for ARB, imho), you can capture subscription-specific info and store it in your database as transactions come in. The latter is what I do.

TJPride
Expert