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

# Setup

Payouts require a verified entity on the paying wallet and a provider configured for server-side flows.

## Verify the paying entity

A payout settles from the verified person or business the wallet is attributed to, called its [entity](/kyc-kyb/entities). That entity must have completed verification:

* [KYC](/kyc-kyb/kyc) for individuals
* [KYB](/kyc-kyb/kyb) for organizations

Wallets created for a user are [attributed automatically](/kyc-kyb/entities#automatic-attribution). Wallets created server-side with an app secret are not, even when their owner is a user, so those must have an entity [assigned explicitly](/kyc-kyb/entities#assign-an-entity) before a payout can be created.

## Configure the provider

Register a Bridge API key in the Privy Dashboard under [Onramps > Bridge > Configure](https://dashboard.privy.io/apps?page=funding) and enable **server-side flows (REST API and server SDKs)** for the environment your app is using. Payouts fail if only client-side flows are enabled. See [KYC and KYB setup](/kyc-kyb/setup) for the full walkthrough.

<img src="https://mintcdn.com/privy-c2af3412/vwijP6BL96DL9eA6/images/funding/bridge-configure-server-side.png?fit=max&auto=format&n=vwijP6BL96DL9eA6&q=85&s=19d8d6ec147c648d18ced111167901d4" alt="Configure Bridge for server-side flows" width="2000" height="1429" data-path="images/funding/bridge-configure-server-side.png" />

<Warning>
  Manage these resources through Privy only. Creating, modifying, or deleting the underlying
  resources directly in the Bridge API or Bridge dashboard can leave Privy and Bridge out of sync
  and break the integration.
</Warning>

## Next steps

<CardGroup cols={2}>
  <Card title="Register a bank account" icon="building-columns" href="/financial-flows/transfers/fiat-payouts/register-bank-account">
    Save the bank account a payout settles to
  </Card>

  <Card title="Entities" icon="user-check" href="/kyc-kyb/entities">
    Learn how wallets are attributed to a verified user or organization
  </Card>
</CardGroup>
