Its not clear from Dwolla's API if there is a way to get info for each user's failed vs. succeeded payment using Dwolla's MassPayCreate()
or MassPayDetails()
API calls?
Both API calls seem to report the aggregated data which seems confusing because I'd expect MassPayDetails()
to return an array of data that could be parsed to get transaction details for each user.
What's the deal with this?