> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usezentra.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Resolve Account

> Compatibility note for beneficiary lookup flows outside the reviewed public gateway route set

This page exists for compatibility with older examples and tenant-specific payout programs that refer to a standalone beneficiary lookup route.

## Reviewed Public Status

The reviewed public gateway manifest does **not** currently include a canonical `POST /api/v1/transfers/resolve-account` route.

## What The Reviewed Public Surface Does Expose

* `GET /api/v1/banks` for bank-directory lookup
* `POST /api/v1/transfers` for deterministic payout creation with a stable `reference`
* `GET /api/v1/transfers/{id}` plus verify and retry routes for lifecycle follow-up

## When This Page Still Matters

* when you are migrating an older integration that still refers to `resolve-account`
* when Zentra has issued your tenant a separate beneficiary-verification contract
* when you need to distinguish compatibility guidance from the reviewed public gateway contract

## Guidance

* Do not assume a standalone beneficiary lookup route is available on the reviewed public API surface.
* If your tenant has an approved verification flow, follow the exact route and payload contract issued for that tenant.
* Keep any beneficiary verification step replay-safe and auditable in the same way as transfer creation.

## Next Steps

<CardGroup cols={2}>
  <Card title="List Banks" icon="building-columns" href="/api-reference/transfers/banks">
    Use the reviewed public bank-directory route
  </Card>

  <Card title="Create Transfer" icon="plus" href="/api-reference/transfers/create">
    Use the reviewed public transfer creation route
  </Card>
</CardGroup>
