Skip to main content

Resolve Account

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 BaaS 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

List Banks

Use the reviewed public bank-directory route

Create Transfer

Use the reviewed public transfer creation route