Bank Account
Get a Bank Account
Fetch the details of a single bank account using its unique ID.
GET
/
bankAccounts
/
{bankAccountId}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of the bank account.