- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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..
โ11-22-2012
10:03 PM
- last edited on
โ11-23-2012
02:26 PM
by
RichardH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

โ11-23-2012 03:16 PM

