Dwolla MassPay get data for each user? -
its not clear dwolla's api if there way info for each user's failed vs. succeeded payment using dwolla's masspaycreate()
or masspaydetails()
api calls?
both api calls seem report aggregated data seems confusing because i'd expect masspaydetails()
return array of data parsed transaction details each user.
what's deal this?
i've extended jobbyid() api call accept "include_details" parameter, when specified true, returns job's rows , details.
additionally, i've added api call, rowbyid(), accepts job row id, , returns detailed information specified row only.
Comments
Post a Comment