Fetch the details of a single bank account using its unique ID.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The unique identifier of the bank account.
Successful response with the details of a single bank account.
The response is of type object
.
Fetch the details of a single bank account using its unique ID.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The unique identifier of the bank account.
Successful response with the details of a single bank account.
The response is of type object
.