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

# Overview

> Verify payee bank accounts before initiating payouts

<Warning>
  This feature is coming soon. The APIs listed here are for reference only
  and are not yet available in production or sandbox.
</Warning>

# Overview

Sending money to the wrong account is costly — for your business and your
payees. Payee Verification lets you confirm that a bank account exists and
that the account holder's name matches your intended recipient, before a
payout is ever initiated.

By verifying payees upfront, you can reduce failed payouts, catch potential
fraud early, and build trust with your recipients — without adding friction
to your payout flow. Verification is non-blocking, meaning your existing
payout operations continue uninterrupted.

Tazapay normalises verification results across corridors into a consistent response, so your integration stays simple regardless of where you're paying.

## Next Steps

<CardGroup cols={2}>
  <Card title="Fetch Verification Metadata" href="./fetch-verification-metadata">
    Check coverage and required fields for a corridor
  </Card>

  <Card title="Create Verification" href="./create-verification">
    Submit a verification request
  </Card>
</CardGroup>
