Retrieve bank_account with given id

GET {{baseUrl}}/bank_accounts/:bank_id

Retrieves the details of an existing bankaccount. You need only supply the unique bankaccount identifier that was returned upon bank_account creation.

RESPONSES

status: OK

{"id":"bank_8cad8df5354d33f","description":"Test Bank Account","metadata":{},"routing_number":"322271627","account_number":"123456789","account_type":"company","signatory":"John Doe","bank_name":"J.P. MORGAN CHASE BANK, N.A.","verified":false,"date_created":"2015-11-06T19:24:24.440Z","date_modified":"2015-11-06T19:24:24.440Z","object":"bank_account"}