> ## 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.

# Store Finder APIs

> Welcome to the world of Store Finder

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

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

  <Card title="International Validate" 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>
