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

# Accepted identity documents

export const LegalRepresentative = ({content}) => <Tooltip tip="An individual legally appointed to represent a legal entity, authorized to sign contracts on its behalf.">
        {content}
    </Tooltip>;

## Who needs an ID proof?

Verification is necessary for Owner users wishing to make payouts to their bank account.

These requirements apply to natural persons. In terms of Mangopay users, this means:

* A natural user
* The <LegalRepresentative content="legal representative" /> of a legal user. This is only part of the requirements for legal users.

## Accepted identity documents

The accepted identity proof documents depend on the issuing country of the document.

### Countries in the European Economic Area (EEA)

#### France

* Passport
* Driving license (issued in or after 1994, including paper-based versions)
* National ID card
* Residence permit

**Note:** Mangopay does not accept the <a href="https://france-identite.gouv.fr/justificatif/" target="_blank">justificatif d'identité à usage unique</a>.

#### Greece

* Passport
* Driving license (excluding old pink license)
* National ID card
* Police personnel ID card
* Residence permit

#### Norway

* Passport
* Driving license
* National ID card

#### Sweden

* Passport
* Driving license
* National ID card
* Residence permit
* Tax ID

#### Other countries in the EEA

* Passport
* Driving license
* National ID card
* Residence permit

### Countries outside the EEA

#### Indonesia

* Passport
* National ID card (excluding paper-based versions)
* Driving license (excluding paper-based versions)
* Residence permit (excluding paper-based versions)

#### Philippines

* Passport
* National health insurance card (excluding paper-based versions)

#### Switzerland

* Passport
* Residence permit

#### Turkey

* Passport
* National ID card (issued in or after 2017)

#### UK

* Passport
* Driving license

#### USA, Canada, Australia

* Passport
* Driving license
* National ID card

#### Other countries outside the EEA

* Passport

## Related articles

<CardGroup col={2}>
  <Card title="Guide" href="/guides/users/verification/documents/submission">
    Document submission process
  </Card>

  <Card title="Guide" href="/guides/users/verification/documents/submission/id-best-practices">
    Best practices for ID submission
  </Card>

  <Card title="How to" href="/guides/users/verification/documents/submission/how-to">
    How to submit a verification document
  </Card>
</CardGroup>
