balanced / balanced-api

Balanced API specification.
220 stars 72 forks source link

Logs and Events don't get populated for Settlements #725

Open kyungmin opened 9 years ago

kyungmin commented 9 years ago

/marketplaces/TEST-MP7C7Ie18Da0FKtejkFB9xsC/settlements/ST2gQKI3H9MmBuSuyWPoL6gB screenshot 2014-12-29 14 45 34

mjallday commented 9 years ago

@remear is this still happening?

remear commented 9 years ago

ST2gQKI3H9MmBuSuyWPoL6gB has an events link and shows me events when I do:

curl https://api.balancedpayments.com/settlements/ST2gQKI3H9MmBuSuyWPoL6gB/events

So I assume the Dashboard needs some adjusting for this.

Requesting logs returned nothing.

curl https://api.balancedpayments.com/logs?limit=5&sort=created_at%2Cdesc&method%5Bin%5D=post%2Cput%2Cdelete&resource_id=ST2gQKI3H9MmBuSuyWPoL6gB

We'll need to look into it more, assuming that's the correct uri format for grabbing the logs.