BankAccounts
GetBankAccountByV1Id
Returns details of a BankAccount identified by V1 bank account ID.
get/v2/bank-accounts/by-v1-id/{v1_bank_account_id}
Path parameters
v1_bank_account_idstring 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.
Response
Success
Example response
{
"bank_account": {
"account_number_suffix": "971",
"account_type": "CHECKING",
"bank_name": "Bank Name",
"country": "US",
"creditable": false,
"currency": "USD",
"debitable": false,
"holder_name": "Jane Doe",
"id": "w3yRgCGYQnwmdl0R3GB",
"location_id": "S8GWD5example",
"primary_bank_identification_number": "112200303",
"status": "VERIFICATION_IN_PROGRESS",
"version": 5
}
}