← Back to schema index

AccountDirectoryLookupResource

JSON:API resource with the directory entry matching the queried suffix.

Properties

FieldTypeDescription
type*stringJSON:API resource type. Always `account_directory_lookup`.
attributes*objectCanonical attributes of the directory entry (resolved bank and last-seen timestamp).
account_type*stringAccount type inferred for the catalog entry. `clabe` — 18-digit CLABE; `card` — 16-digit card; `phone` — 10-digit phone.
bank_code*string | null5-digit Banxico SPEI code. `null` when the entry has no resolved bank (e.g. unknown BIN).
bank_name*stringBank name for the catalog entry.
last_seen_at*string (date-time)ISO 8601 UTC timestamp of the latest observation of the account.

Used in operations

  • GET /v1/account-directory/lookup

Referenced by schemas