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

# Bank Validation API Endpoints

> Four endpoints for UK and international verification. Validate individual accounts, process batches, check IBANs, or lookup sort codes.

<CardGroup cols={2}>
  <Card title="Batch Validation" href="/api-reference/bank-validation/batch" icon="code">
    Returns details of the holding branch, IBAN and correct BACS account details.
  </Card>

  <Card title="Individual Validation" href="/api-reference/bank-validation/individual" icon="code">
    Returns details of the holding branch, IBAN and correct BACS account details.
  </Card>

  <Card title="International Validation" href="/api-reference/bank-validation/international" icon="code">
    Returns whether an IBAN is valid or not.
  </Card>

  <Card title="RetrieveBySortcode" href="/api-reference/bank-validation/retrievebysortcode" icon="code">
    Returns the details of any UK holding branch.
  </Card>
</CardGroup>
