API Documentation
GET /accounts/:id/ach
Retrieve account and routing number for an Account.
Headers
NAME |
VALUE |
Authorization |
Bearer {token} |
Response
NAME |
VALUE |
account_no |
string |
routing_no |
string |
Status Code
CODE |
COMMENT |
200 |
Request OK. |
404 |
Cannot retrieve Account’s detail from the financial institution. |
401 |
User not authorized. |