03-31-2015 06:02 PM
The transaction list just return basic info, use the gettransactionDetail to get all the detail
04-01-2015 02:04 PM
04-03-2015 10:01 AM
See reply at https://github.com/AuthorizeNet/sdk-ruby/issues/39
We will get the main release gem updated in the next release.
Brian
04-07-2015 11:23 PM
not sure what updates have occurred since last response, but i'm running into an issue in which the subscription id, as returned by the transaction details api endpoint seems to be appending one or more digits to the end. how can i reliably know what the subscription id is for any given transaction detail? a valid one appears to be 8 digits (for now?) so i'm thinking about just slicing off anything beyond 8 digits.
11-03-2017 12:39 PM
Hi @phamdt,
Assuming you're still talking about the ruby sdk, that was actually fixed just a couple of weeks ago. You can see the PR here: https://github.com/AuthorizeNet/sdk-ruby/pull/129
A new gem will be cut soon, but in the meantime, if you're downloading the latest version right from GitHub you'll have the fixes.
11-07-2017 09:36 AM