Validate if a Peppol ID exists in the Peppol network and retrieve supported document types. The peppol_id must be in the form of <scheme>:<id>. The scheme is a 4-digit code representing the identifier scheme, and the id is the actual identifier value. For example, for a Belgian company it is 0208:0123456789 (where 0208 is the scheme for Belgian enterprises, followed by the 10 digits of the official BTW / KBO number).
Peppol ID in the format <scheme>:<id>. Example: 0208:1018265814 for a Belgian company.
Successful Response
Response for a Peppol ID validation request.
This model represents the validation result of a Peppol ID in the Peppol network, including whether the ID is valid and what document types it supports.
Whether the Peppol ID is valid and registered in the Peppol network
true
Whether the DNS resolves to a valid SMP
true
Whether a business card is set at the SMP
true
Business card information for the Peppol ID
{
"country_code": "BE",
"name": "Example Corporation Ltd",
"registration_date": "2021-06-15"
}