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

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -