Get Account
Canonical account fetch endpoint for API token integrations. Returns 404 not_found when the account does not exist or is not visible to the authenticated API token on Waycore’s public API surface.
Authorizations
Opaque API key passed as Authorization: Bearer <key>. Keys are organization-bound, environment-bound (live or test), scope-carrying, and expiring. Create and manage keys via the console.
Path Parameters
Query Parameters
Response
Successful Response
Stable, immutable identifier for the account.
Identifier of the parent connection.
Canonical account type.
checking, savings, moneyMarket, creditCard, loan, investment, wallet, other, unknown Account currency or asset code.
^[A-Z0-9]{3,12}$Display name for the account.
Account status.
open, closed, unknown Proxy timestamp inherited from the parent connection's createdAt. In this release, it is the best-effort creation marker exposed for the account and may predate the account's first public appearance on Waycore's public API.
Best-effort timestamp associated with the current public account representation. In this release, it matches balanceAsOf when present; otherwise it falls back to the parent connection's updatedAt.
Institution-provided account name, when available.
Masked account number, when available.
Best available account identifier for the account, when known. This may be a domestic account number or, when no domestic account number is available, another provider-supplied account identifier such as an IBAN. Use paymentIdentifiers for canonical payment-ready account details.
Deprecated. This legacy flat field is always null. Use paymentIdentifiers for canonical account payment details.
Deprecated. This legacy flat field is always null. Use paymentIdentifiers for BIC details when available.
Canonical account payment identifiers captured from the connected account.
Canonical account payment identifier. Details are typed by scheme; values are strings to preserve leading zeros.
- UsAchAccountPaymentIdentifier
- UkSortCodeAccountNumberAccountPaymentIdentifier
- CaEftAccountPaymentIdentifier
- AuBsbAccountNumberAccountPaymentIdentifier
- IbanAccountPaymentIdentifier
Current balance.
Available balance.
Timestamp associated with the balance fields, when available.
Opaque client-defined metadata.