Identification types
VOP scheme supports IBAN / ID check for legal persons, where ID can be any standard business identification code.
List supported identification types
Prior sending a VOP request, you should make sure the payee's agent supports the identification you want to check. You can do this with the following request:
curl --request GET \
--url 'https://api.numeral.io/v1/vop_supported_identification_types?payee_account_number=FR5714508000406767772588K59' \
--header 'accept: application/json' \
--header 'x-api-key: ***123'
You will then receive the list of identification types supported by the PSP holding this account, or an error code if the PSP is not a VOP participant.
{
"PayeeAccount": "FR5714508000406767772588K59",
"PayeeAgent": "BDFEFRPPXXX",
"SupportedIdentificationType": ["name", "lei", "fr_siren"]
}
{
"error": "validation_error",
"message": "validation errors occurred while processing request",
"details": [
{
"field": "payee_account_number",
"reason": "payee agent is not participant"
}
]
}
Supported identification types in VOP
On this page, you will find common identifier codes in selected European countries. Please note that by design, and as per the EPC VOP scheme requirements, Numeral supports any identifier code in both incoming and outgoing requests.
Identification type | payee_identification_type | Description |
---|---|---|
LEI | lei | A Legal Entity Identifier (LEI) is a unique 20-character alphanumeric code that identifies legal entities participating in financial transactions globally, enhancing transparency and trust in the marketplace. |
Bank Party Identification | bank | Unique and unambiguous assignment made by a specific bank or similar financial institution to identify a relationship as defined between the bank and its client. |
Central Bank Identification Number | cbid | A unique identification number assigned by a central bank to identify an organisation. |
Clearing Identification Number | chid | A unique identification number assigned by a clearing house to identify an organisation |
Certificate Of Incorporation Number | cinc | A unique identification number assigned by a designated authority to a certificate of incorporation and used to identify an organisation. |
Country Identification Code | coid | Country authority given organisation identification (e.g., corporate registration number) |
Customer Number | cust | Number assigned by an issuer to identify a customer. |
Data Universal Numbering System | duns | A unique identification number provided by Dun & Bradstreet to identify an organisation. |
Employer Identification Number | empl | Number assigned by a registration authority to an employer. |
GS1 GLN Identifier | gs1g | A non-significant reference number used to identify legal entities, functional entities, or physical entities according to GS1 numbering scheme rules.The number is used to retrieve detailed information that is linked to it. |
SIREN | fr_siren | The SIREN number is a 9 digit code assigned by INSEE, the French National Institute for Statistics and Economic Studies, to identify an organisation in France. |
SIRET | fr_siret | The SIRET number is a 14 digit code assigned by INSEE, the French National Institute for Statistics and Economic Studies, to identify an organisation unit in France. It consists of the SIREN number, followed by a five digit classification number, to identify the local geographical unit of that entity |
Tax Identification Number | txid | Number assigned by a tax authority to identify an organisation. |
Any BIC | any_bic |
Updated 19 days ago