Recent updates to this page (June 2026)
- EEA scope no longer includes businesses whose only EEA presence is a physical operating address; only incorporation address applies.
- Tax ID Number (TIN), TIN issuing country match, and foreign tax registration requirements (due December 31, 2026) now apply to Bridge custodial wallet customers only.
- Full KYC for directors is now required for at least one director (previously up to two).
- Ownership % per UBO is now only required for high risk businesses.
- A new Identity verification section has been added under Individuals covering Bridge’s database check process.
API requests in scope
You will need to adjust create/update payloads when onboarding new customers and provide additional information for existing customers who fall under EEA scope:- The individual’s residential address is in the EEA
- The business’s incorporation address is in the EEA
For live reference on the APIs mentioned here, see Create a customer, Update a single customer object, and Create a new associated person.
POST | PUT /v0/customers — individual / associated persons
Live reference: Create a customer Update a single customer objectSummary of changes (to be enforced starting June 15th for new customers; required for existing customers by June 26th)
The following fields will be newly required or need to be adjusted for individuals with an EEA country of residence OR UBOs/Associated Persons mapped to a business incorporated or physically located in the EEA:Country of birth and city of birth
Place of birth takes country and city. country is now required in the following format. While only country is required, we recommend you start collecting city as well; it will be required under EU law in 2027. Code SampleNationalities
It is now required to provide all existing nationalities for an individual, ISO 3166-1 alpha-3. During migration we will still honor what you send through field nationality (single string) along with field nationalities. Afterwards we will be deprecating the nationality field. Code SampleAccount purpose
The field account_purpose is now required. account_purpose_other: free text should only be used when account_purpose is other. Code SampleIdentity verification
In addition to the verified government photo ID, Bridge will attempt to verify the customer information against trusted databases. If the customer’s database check succeeds, the EEA identity verification requirement has been satisfied. If the database check fails, Bridge will require at least one of the following supplement verifications in addition to the verified government photo ID:- Proof of address document that matches the address on file
- Live selfie via Bridge hosted KYC links
National Identification Number AND Tax ID Number (TIN)
It is required to provide both a National ID number and, for customers with a Bridge custodial wallet by December 31, 2026, a Tax ID Number (TIN) for each individual. See list of tax IDs and national IDs by country. Code SampleTIN issuing country and country of residence match + tax residency (foreign registration)
Supported National and Tax Ids
Supported National and Tax Ids
Universal Tax ID Types: [tin]
Universal National ID Types: [national_id, passport, nin, pan, other]
Please use a universal type if no type is specified for your customer’s country in the tables below.
| Country | National Id | Tax Id |
|---|---|---|
| AUT | si | tin |
| BEL | nrn | nrn |
| BGR | ucn | ucn |
| CYP | - | tin |
| CZE | rc | rc |
| DEU | - | steuer_id |
| DNK | cpr | cpr |
| ESP | nie | nif |
| EST | ik | ik |
| FIN | hetu | hetu |
| FRA | nir | spi |
| GLP | nir | spi |
| GUF | nir | spi |
| MAF | nir | spi |
| MTQ | nir | spi |
| MYT | nir | spi |
| REU | nir | spi |
| GRC | pn | aom |
| Country | National Id | Tax Id |
|---|---|---|
| HRV | oib | oib |
| HUN | - | tin |
| IRL | ppsn | ppsn |
| ISL | tin | tin |
| ITA | cf | cf |
| LIE | - | peid |
| LTU | ak | ak |
| LUX | matricule | matricule |
| LVA | pk | pk |
| MLT | icn | tin |
| NLD | bsn | bsn |
| NOR | fn | fn |
| POL | pesel | pesel |
| PRT | - | nif |
| ROU | cnp | cnp |
| SVK | rc | rc |
| SVN | emso | tin |
| SWE | tin | tin |
POST | PUT /v0/customers — business
Live reference: Create a customer (business payload), Update a single customer object (business payload)Summary of changes (to be enforced starting June 15th for new customers; required for existing customers by June 26th)
The following fields will be new or newly required for businesses that are incorporated in the EEA.Ownership document
Business registration number and business tax ID number
It is required to provide both a Business Registration Number and, for customers with a Bridge custodial wallet by December 31, 2026, a Business Tax Id Number.Supported Business registration and Tax Ids
Supported Business registration and Tax Ids
| Country | Business registration | Tax Id |
|---|---|---|
| AUT | fn | uid |
| BEL | bce, kbo | bce, kbo |
| BGR | uic | uic |
| CYP | crn | tin |
| CZE | ico | ico |
| DEU | crn | ust_idnr |
| DNK | cvr | cvr |
| ESP | cif | nif |
| EST | rc | rc |
| FIN | y_tunnus | y_tunnus |
| FRA | siren, siret | siren, siret |
| GRC | aom | gemi |
| HRV | oib | oib |
| HUN | crn | tin |
| IRL | cro | trn, chy, rcn |
| Country | Business registration | Tax Id |
|---|---|---|
| ISL | id | id |
| ITA | cf | cf, partita_iva |
| LIE | peid | peid |
| LTU | cc | cc |
| LUX | matricule | matricule |
| LVA | rn | rn |
| MLT | crn | vat |
| NLD | kvk | vat |
| NOR | org, orgnr | orgnr |
| POL | krs | nip |
| PRT | nipc | nif |
| ROU | cui | cui |
| SVK | ico | ico |
| SVN | ms | tin |
| SWE | org, orgnr | orgnr |
Business registration number and tax ID country and incorporation country match
In this example,siren is valid as both a business registration number and tax identification number and the issuing_country matches the registered_address.country.
Business foreign tax registration status
If a business has tax registration outside its country of incorporation, provide tax registration information for each foreign country.Business Registry
If Bridge is unable to verify the business with an automated registry check, you must provide both:POST|PUT /v0/customers/{customerID}/associated_persons/{id}
Live reference: Create a new associated person
Summary of changes (to be enforced starting June 15th for new customers; required for existing customers by June 26th)
The following fields will be new or newly required for Businesses or Legal Entity Customers, either EEA-incorporated or EEA-resident.Complete director list
Every associated person is required to have a value for is_director and provide full name and DOB. Code SampleKYC for additional associated members
Full KYC is now required on:- All UBOs
- At least one director
- All authorized signers
