← Back to schema index

LookupBeneficiaryAccountResponse

Response from `GET /v1/beneficiaries/lookup?account=`. Returns the beneficiary metadata when the exact account number exists in the authenticated user's whitelist.

Properties

FieldTypeDescription
dataobjectMain response payload. Shape varies by endpoint (object, array, or JSON:API envelope with `type`, `id`, `attributes`).
type*stringJSON:API resource type. Always `beneficiary_lookup`.
attributes*objectResolved account metadata.
account_number*stringQueried account number (CLABE, card, or phone).
account_type*stringAccount type auto-detected at registration. `clabe` — 18-digit CLABE; `card` — 16-digit card; `phone` — 10-digit phone.
bank_code*string5-digit Banxico SPEI code of the receiving bank.
bank_name*stringResolved bank name.
labelstring | nullFree-form label, `null` if none was assigned.
metaobjectResponse metadata including API version, route prefix, unique request identifier, and the server timestamp in UTC.
versionstringAPI version that processed the request.
api_versionstringAPI route prefix version (e.g. `v1`).
request_idstringUnique request identifier (hex).
datetimeobjectCompanion descriptor present in every response's meta block (and in outgoing webhook payloads). Lets clients assert the timezone contract without re-reading the spec.
timezone*stringAlways `UTC` — the canonical timezone for every datetime field in the body.
format*stringAlways `ISO 8601` — explicit `Z` suffix on every datetime.
linksobjectPagination or related links, present only when the endpoint returns a paginated collection.

Used in operations

  • GET /v1/beneficiaries/lookup