1. Home
  2. Docs
  3. Data Subscriber API Documentation
  4. Endpoints – Banking
  5. GET /accounts/:id/ach

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.

How can we help?