API Documentation
GET /accounts/:id/report
Returns a collection of additional information from a bank Account, as provided by the data source. Every data field in the response is optional, except the "status" field.
Headers
NAME |
VALUE |
Authorization |
Bearer {token} |
Response
NAME |
VALUE |
available_balance |
float |
credit_available |
float |
credit_max |
float. The credit limit for the Account. |
Status Code
CODE |
COMMENT |
200 |
Request OK. |
401 |
User not authorized. |