Glossary
Fiscal self-certification
NOMINATIVE ISCA compliance attestation
Scell.io uses internal self-certification attesting compliance with French tax authority ISCA requirements (Integrity, Security, Conservation, Archiving), in accordance with Article 286-I-3° bis of the French Tax Code (BOI-TVA-DECLA-30-10-30). This approach is legally recognised for software publishers issuing a written attestation, without requiring an external third-party certification. Since v0.6.0, the attestation is NOMINATIVE: it includes the beneficiary identity (legal name, SIRET, VAT number, address, KYB/KYC status) and the PDF SHA-256 hash covers that identity — cryptographic proof of non-transferability. Available for the tenant via `GET /api/v1/tenant/fiscal/isca/self-attestation/download` or for a specific sub_tenant via `GET /api/v1/tenant/fiscal/isca/self-attestation/{subTenantId}/download`. Also exposed in JS (`fiscal.iscaSelfAttestationDownload(subTenantId?)`) and PHP (`$client->fiscal->iscaSelfAttestationDownload($subTenantId)`) SDKs.