<- Bank Accounts API

Bank Accounts API

Get bank account by v1Id

GET

 /v2/bank-accounts/by-v1-id/{v1_bank_account_id}

Returns details of a BankAccount identified by V1 bank account ID.

Permissions:BANK_ACCOUNTS_READ
Link to section

Path parameters

Example code

Link to section

v1_bank_account_id

string

Required

Connect V1 ID of the desired BankAccount. For more information, see Retrieve a bank account by using an ID issued by V1 Bank Accounts API.

Link to section

Response fields

Link to section

errors

Information on errors encountered during the request.

Show attributes
Link to section

bank_account

The requested BankAccount object.

Show attributes