Retrieve a Bank Account by ID
Get information about a bank account by its ID
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The bank account ID
1"bankAccount_ce745ef7f3df4b9a8bff1301ce24b045"
Response
- USD
- EUR
- BRL
- MXN
USD account details. For ACH/Wire: accountNumber, routingNumber, accountType. For SWIFT: accountNumber (masked), bic.
- Option 1
- Option 2
A descriptive name for this bank account.
"Checking Account"
Information about the account owner, including their name and relationship to the customer.
The name of the financial institution where the account is held.
"Bank of America"
The ISO 8601 timestamp when the bank account was created.
"2025-01-01T00:00:00Z"
The currency of the bank account.
usd "usd"
The unique identifier of the customer who owns this bank account.
"customer_66c4168d418a410eae282b83883bdc39"
The unique identifier of the bank account.
"bankAccount_ce745ef7f3df4b9a8bff1301ce24b045"
The payment networks supported by this bank account. For USD ACH/Wire accounts, includes at least one of "ach" or "wire". For USD SWIFT accounts, is exactly ["swift"].
ach, wire The current status of the bank account.
pending, active, inactive, invalid "active"
The ISO 8601 timestamp when the bank account was last updated.
"2025-01-01T00:00:00Z"