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

# Payout Methods

> Manage your connected payout accounts

## Managing Payout Methods

<Steps>
  <Step title="Access Settings">
    Navigate to **Wallet** tab in sidebar
  </Step>

  <Step title="Update Methods">
    Click **Manage Payouts** to connect with Stripe
  </Step>

  <Step title="Edit on Stripe">
    On Stripe's platform:

    * Add new payout methods
    * Remove existing methods
    * Update account details
    * Verify new accounts
  </Step>

  <Step title="Return to PeerPop">
    You'll be redirected back after making changes
  </Step>
</Steps>

## Supported Payout Methods

<CardGroup cols={2}>
  <Card title="Bank Account" icon="building-columns">
    * Direct deposit (ACH)
    * Standard processing time
    * No additional fees
  </Card>

  <Card title="Debit Card" icon="credit-card">
    * Instant transfer capable
    * 3% fee for instant
    * Must be eligible
  </Card>
</CardGroup>

<Warning>
  Keep your payout methods up to date to avoid payment delays.
</Warning>

## Security

<AccordionGroup>
  <Accordion title="Account Security" icon="shield">
    * All banking information is encrypted
    * Managed securely through Stripe
    * Never stored on PeerPop servers
  </Accordion>

  <Accordion title="Verification" icon="check">
    * Identity verification required
    * Bank account validation
    * Fraud prevention measures
  </Accordion>
</AccordionGroup>
