← Back to schema index

LookupAccountDirectoryResponse

Response from `GET /v1/account-directory/lookup?last_digits=`. Most recent entry from the global account catalog whose suffix matches the given digits. **Does not include `account_number`** — only the bank and the last-seen timestamp, to prevent catalog enumeration.

Properties

Field Type Description
type * string JSON:API resource type.
attributes * object Canonical attributes of the directory entry (resolved bank and last-seen timestamp).
account_type * string Account type inferred for the catalog entry.
bank_code * string | null 5-digit Banxico SPEI code. `null` when the entry has no resolved bank (e.g. unknown BIN).
bank_name * string Bank name for the catalog entry.
last_seen_at * string (date-time) ISO 8601 UTC timestamp of the latest observation of the account.

Variants

allOf

Used in operations

  • GET /v1/account-directory/lookup