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

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -