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

# Payment flow configuration

> Configure payment flows in FunnelFox. Set up checkout sequences, payment method selection, and post-purchase redirect logic.

FunnelFox Billing provides a complete payment infrastructure for processing transactions, recovering failed payments, and managing customer billing across multiple payment processors.

All payments are automatically synced with your connected <Tooltip tip="Payment Service Provider">PSPs</Tooltip> and can be managed through the FunnelFox Billing dashboard or API.

Learn more about each payment cabapility to maximize revenue and reduce payment failures:

<CardGroup cols={2}>
  <Card title="Payment orchestration" href="/billing/payments-orchestration">
    Route payments intelligently across multiple processors to optimize costs and improve success rates.
  </Card>

  <Card title="Payment management" href="/billing/payments-management">
    View transactions, process refunds, and manage customer payments in the Billing dashboard.
  </Card>

  <Card title="Payment retries" href="/billing/payments-retries">
    Recover failed payments automatically with smart retry schedules and payment cascading.
  </Card>

  <Card title="Tokenization" href="/billing/payments-tokenization">
    Secure payment data with platform or network tokenization for enhanced security.
  </Card>
</CardGroup>
