{# ================================================================ EN-TÊTE ================================================================ #}
SAS SANAGENCY
8 Place Maurice Salengo , 31000 Toulouse
SIRET : 932 944 242 00019
TVA Intracommunautaire : FR73932944242
contact@num-ecard.com — www.num-ecard.com
Facture
N° {{ commande.reference }}
Date d'émission : {{ commande.createdAt|date('d/m/Y') }}
Échéance : {{ commande.createdAt|date_modify('+30 days')|date('d/m/Y') }}

{% if commande.status in ['paid', 'completed'] %} ✔ Payée {% else %} ⏳ À régler {% endif %}
{# ================================================================ ÉMETTEUR / DESTINATAIRE ================================================================ #}
Émetteur
SAS SANAGENCY
8 Place Maurice Salengo
31000 Toulouse
SIRET : 932 944 242 00019
TVA Intracommunautaire : FR73932944242
contact@num-ecard.com
Destinataire
{{ commande.user.prenom ?? '' }} {{ commande.user.nom ?? commande.user.email }}
{% if commande.user.societe is defined and commande.user.societe %} {{ commande.user.societe }}
{% endif %} {% if commande.user.adresse is defined and commande.user.adresse %} {{ commande.user.adresse }}
{% endif %} {% if commande.user.codePostal is defined and commande.user.codePostal %} {{ commande.user.codePostal }} {% endif %} {% if commande.user.ville is defined and commande.user.ville %} {{ commande.user.ville }}
{% endif %} {{ commande.user.email }}
{% if commande.user.numeroTva is defined and commande.user.numeroTva %} TVA : {{ commande.user.numeroTva }} {% endif %}
{# ================================================================ LIGNES DE FACTURATION ================================================================ #}
{% set montant_ttc = commande.totalTTC %} {% set montant_ht = (montant_ttc / 1.20) | round(2) %} {% set montant_tva = (montant_ttc - montant_ht) | round(2) %}
Désignation Qté Prix unitaire HT TVA Total HT
NUM-ECARD {{ commande.packLabel|upper }}
Carte de visite digitale professionnelle — Prestation de services
1 {{ montant_ht|number_format(2, ',', ' ') }} € 20 % {{ montant_ht|number_format(2, ',', ' ') }} €
{# ================================================================ TOTAUX + PAIEMENT ================================================================ #}
Informations de paiement

Mode : Carte bancaire via Stripe (Visa, Mastercard, CB)

Statut : {% if commande.status in ['paid', 'completed'] %} Paiement reçu le {{ commande.updatedAt is defined ? commande.updatedAt|date('d/m/Y') : commande.createdAt|date('d/m/Y') }} {% else %} À régler avant le {{ commande.createdAt|date_modify('+30 days')|date('d/m/Y') }} {% endif %}

{% if commande.stripePaymentIntentId is defined and commande.stripePaymentIntentId %}

Réf. Stripe : {{ commande.stripePaymentIntentId }}

{% endif %}
Total HT {{ montant_ht|number_format(2, ',', ' ') }} €
TVA 20 % {{ montant_tva|number_format(2, ',', ' ') }} €
TOTAL TTC {{ montant_ttc|number_format(2, ',', ' ') }} €
{# ================================================================ MENTIONS LÉGALES — NOUVELLES MENTIONS OBLIGATOIRES 2026 ================================================================ #}
Mentions légales
{# ✅ BLOC nouvelles mentions obligatoires à partir du 1er septembre 2026 #}
📋 Mentions obligatoires — Réforme facturation électronique (sept. 2026)

Nature de l'opération : Prestation de services exclusivement

Option TVA : TVA acquittée sur les débits

Format de facturation : Facture électronique structurée (Factur-X / profil BASIC)

Plateforme : Transmise via plateforme de dématérialisation partenaire (PDP) agréée

En cas de retard de paiement, une pénalité de 3 fois le taux d'intérêt légal sera appliquée, ainsi qu'une indemnité forfaitaire de 40 € pour frais de recouvrement (art. L.441-6 C. com.).

Pas d'escompte pour paiement anticipé.

Délai de réalisation : 5 à 10 jours ouvrés après réception du paiement et des éléments nécessaires.

Article 293 B du CGI (si applicable) / TVA collectée par SANAGENCY.

Prestation de services numériques — Code NAF : 7311Z (Conseil en communication)

Conformément à l'article L.442-6 C. com., toute clause abusive est réputée non écrite.

{# ================================================================ PIED DE PAGE ================================================================ #}