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

# Payments

> Manage payments, transactions, and outstanding balances of your customers

Fynn provides you with a central overview of all your customer payments. Track transactions, manage outstanding balances, and keep track of the payment status of your invoices.

## Payment Overview

In the payment overview, you can see all transactions at a glance:

* **Successful payments**: Completed transactions
* **Pending payments**: Payment processes not yet completed
* **Failed payments**: Transactions with errors

## Payment Methods

Fynn supports various payment methods that you can enable for your customers:

<CardGroup cols={2}>
  <Card title="SEPA Direct Debit" icon="building-columns" href="/en/integrations/payment-providers/sepa">
    Automatic bank collection for recurring payments in the SEPA zone.
  </Card>

  <Card title="Credit Card" icon="credit-card" href="/en/integrations/payment-providers/stripe">
    Visa, Mastercard, and other cards via Stripe.
  </Card>

  <Card title="PayPal" icon="paypal" href="/en/integrations/payment-providers/paypal">
    Popular online payment method for your customers.
  </Card>

  <Card title="Bank Transfer" icon="money-bill-transfer" href="/en/integrations/payment-providers/bank-transfer">
    Classic bank transfer with automatic reconciliation.
  </Card>
</CardGroup>

## Assigning Payments

Incoming payments can be automatically or manually assigned to invoices:

1. **Automatic assignment**: For direct debits and card payments, assignment happens automatically
2. **Manual assignment**: For bank transfers, you can manually assign payments or accept suggestions

<Tip>
  Use the EBICS integration for automatic account reconciliation and intelligent payment suggestions.
</Tip>

## Next Steps

<CardGroup cols={2}>
  <Card title="Set up payment methods" icon="gear" href="/en/guide/payments/payment-methods">
    Configure the available payment methods for your customers.
  </Card>

  <Card title="Dunning" icon="triangle-exclamation" href="/en/guide/dunning/introduction">
    Automate handling of overdue payments.
  </Card>
</CardGroup>
