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

# Bank Verification

> Verify customer bank accounts and financial information using the iDenfy open banking API with session creation and webhook callbacks.

<Note>
  **Requirements**

  * **API** key pair
  * **Webhook** setup
  * Bank verification **credits**
</Note>

<Card title="Learn More" icon="globe" href="https://idenfy.com/bank-verification-service/">
  Bank Verification Service for Enhanced Compliance -- verify customers instantly using open banking integration with access to 2,500+ European banks.
</Card>

***

## Bank Verification API Integration

### Creating a Bank Verification Session

<Info>
  For full request and response schemas for session creation, see the **API Reference** tab.
</Info>

<Info>
  **Creating a redirection link**

  Append the generated `tokenString` to the URL `https://bank-verification.ui.idenfy.com/?token=` to provide to the end-user.

  Example: `https://bank-verification.ui.idenfy.com/?token=LVS8YgSTTVuXAHiur10yCabIAWLizUlX`
</Info>

### Webhook Response

Once the end-user completes bank verification, you will receive a [webhook notification](/guides/dashboard/settings/system-notifications-webhooks-emails) with the response.

<Info>
  For the full webhook response schema, see the **API Reference** tab.
</Info>

***

## Listing Account Transactions

Retrieve transaction history for a verified bank account.

<Info>
  For full request and response schemas, see the **API Reference** tab.
</Info>

## Next Steps

<CardGroup cols={2}>
  <Card title="API Reference" icon="square-terminal" href="/api-reference/overview">
    Full bank verification API endpoint reference.
  </Card>

  <Card title="Dashboard Guide" icon="book-open" href="/guides/dashboard/bank/bank-verification">
    Step-by-step guide for bank verification in the dashboard.
  </Card>
</CardGroup>
