Use case 02: Already paid invoice
Use case 02 applies when an invoice is already paid at the time of issuance, such as prepaid e-commerce orders or invoices issued shortly after payment.
Description
Apply this use case to invoices that are already paid at issuance. Common scenarios include prepaid e-commerce orders or invoices issued shortly after payment.
This use case differs from deposit invoices (use case 20 and use case 21). Apply use case 02 when payment is close to delivery. Use the deposit flow when payment is significantly before delivery.
Business and tax context
The invoice is issued after payment is received.
BT-113 (Prepaid Amount) equals BT-112 (Total TTC).
BT-115 (Amount Due) equals zero.
For services with VAT due on receipt (S1 or S2), send the Encaissee status immediately.
For services with VAT on receipt, send the Encaissee (212) status to the PPF immediately after invoice submission.
Key data requirements
| Field ID | Description | Value |
|---|---|---|
| BT-3 | Invoice type code | 386 (Prepayment invoice) |
| BT-23 | Billing framework | B2/S2/M2 or B1/S1/M1 |
| BT-112 | Total TTC | Invoice total including VAT |
| BT-113 | Prepaid amount | Equal to BT-112 (fully paid) |
| BT-115 | Amount due | 0 |
| BT-9 | Due date | On or before the invoice date |
Implementation considerations
The following sections describe considerations for the seller, the buyer, and platform configuration.
- Seller considerations
Determine if the Encaissee status is required based on the VAT regime.
For the S1 or S2 billing framework, the Encaissee status is mandatory.
Send the Encaissee status immediately after the Deposee status.
- Buyer considerations
No payment action is required because the amount due is zero.
Focus on goods or services receipt validation.
- Configuration
PA-E must support immediate Encaissee status after Deposee.
Validate that BT-113 equals BT-112 for prepaid invoices.
SCI mapping
| Field | SCI path |
|---|---|
| BT-112 total TTC | Invoice/LegalMonetaryTotal/TaxInclusiveAmount |
| BT-113 prepaid | Invoice/LegalMonetaryTotal/PrepaidAmount |
| BT-115 payable | Invoice/LegalMonetaryTotal/PayableAmount |
| BT-9 due date | Invoice/DueDate |
