balanced / balanced-api

Balanced API specification.
220 stars 72 forks source link

Allow filtering logs by settlements #744

Open kyungmin opened 9 years ago

kyungmin commented 9 years ago

https://api.balancedpayments.com/logs?endpoint=settlements&... returns the following error:

{
  "errors": [
    {
      "status": "Bad Request",
      "status_code": 400,
      "description": "Field \"endpoint\" value \"settlements\" is not not one of \"credits\",\"debits\",\"holds\",\"refunds\",\"accounts\",\"cards\",\"bank_accounts\",\"customers\",\"reversals\" Your request id is OHM5d07cd4ca80211e48c5306429171ffad.",
      "request_id": "OHM5d07cd4ca80211e48c5306429171ffad"
    }
  ]
}