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

# Get customer information

> Endpoints for fetching a customer

## Endpoints

<CardGroup cols={2}>
  <Card title="Get customer by customer number" icon="arrow-right" href="/payment/api/get-customer-information/get-customer-by-customer-number" horizontal>
    **GET** /v3/customerNumber/\{customerNumber}
  </Card>

  <Card title="Get customer by customer id" icon="arrow-right" href="/payment/api/get-customer-information/get-customer-by-customer-id" horizontal>
    **GET** /v3/\{id}
  </Card>

  <Card title="Get customerId by customer regNo" icon="arrow-right" href="/payment/api/get-customer-information/get-customer-id-by-customer-reg-no" horizontal>
    **GET** /v3/regNo/\{regNo}/id
  </Card>
</CardGroup>
