Add new company account audit(s) to your supplier list

This endpoint allows you to add one or more new company account audits to your supplier list.

Supports batch processing with multiple audits in a single request. Returns both successful entries and errors.

Supported entity types:

  • Legal persons (companies with tax registration numbers, DUNS, etc.)
  • Natural persons (individuals with personal identification)

Supported identifiers and account types:

  • Company registration/tax numbers
  • DUNS numbers
  • IBANs and other bank account formats

Required permissions:

  • company_account_audits_write
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The company account audit payload(s)

string

Your own unique supplier ID

string | null

Required - if company country code is US

string | null
string
required
string | null
string | null
string | null
company_registrations
array of objects | null

Typed company registrations array. Use this instead of the flat keys (company_registration, tax_number, duns) to provide one or more typed registration identifiers per company. When provided, each entry overrides the matching flat key (company/registration/vattax_number, company/registration/dunsduns, any other type → company_registration).

Recommended type per country / region:

Country / RegionRecommended typeNotes
🇫🇷 Francecompany/registration/sirenSIRET also accepted (first 9 digits = SIREN)
🇨🇭 Switzerlandcompany/registration/ideFormat: CHE + 9 digits
🇩🇪 🇬🇧 🇮🇹 🇪🇸 🇧🇪 + rest of Europecompany/registration/vatInclude country prefix (e.g. DE, GB, IT)
🇪🇸 Spaincompany/registration/cifAlternative to VAT for Spanish companies
🇨🇳 Chinacompany/registration/uscc18-character code from business licence
🇧🇷 🇲🇽 🇺🇸 🇨🇦 + rest of worldcompany/registration/duns9-digit DUNS from dnb.com
Any country (fallback)company/registration/other_nationalUse when no specific type applies
company_registrations
string | null

Required - if the bank account is an IBAN. Will be preferred over bank_account_number if both are provided.

string | null
string | null

Required - if the bank account is not an IBAN. Will be ignored over iban if both are provided.

string | null

Required - if the bank account is not an IBAN and routing_number is missing. Will be preferred over routing_number if both are provided.

string | null
string | null

Required - if the bank account is not an IBAN and bank_account_bic is missing. Will be ignored over bank_account_bic if both are provided.

string | null

First name of the company contact person

string | null

Last name of the company contact person

string | null
enum

Department of the company contact person

Allowed:
string | null

Email address of the company contact person

Headers
string
enum

Specifies the preferred language for the response. Supported languages:

  • en - English
  • fr - French

If not provided, the default language will be used.

Allowed:
string

Connector name and version used to call API

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json