Add France PA pop-cost FAQs - #538
Open
alvarolivie wants to merge 2 commits into
Open
Conversation
Explain pop consumption for the France PA flows: 5 pops per B2B e-invoice/status sent, 150 pops per e-invoicing merchant seat, 2 pops per e-reported invoice, 10 pops per report cadence, and 50 pops per reporting-only seat. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds France PA pop-cost FAQs to the existing France PA FAQ leaves so pop consumption is visible wherever those leaves are composed (France FAQ page, app page, and PA guides).
Changes:
- Added a supplier FAQ explaining pop costs for merchant (seat) registration for France PA.
- Added a reporting FAQ explaining pop costs for France e-reporting (per invoice + per report submission).
- Added an invoicing FAQ explaining pop costs for France PA B2B e-invoices and lifecycle statuses.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| snippets/faqs/fr/leaves/pa/supplier.mdx | Adds merchant/seat registration pop-cost accordion for France PA. |
| snippets/faqs/fr/leaves/pa/reporting.mdx | Adds e-reporting pop-cost accordion (per invoice + per report). |
| snippets/faqs/fr/leaves/pa/invoicing.mdx | Adds B2B e-invoicing + lifecycle status pop-cost accordion. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| No. Most Peppol countries treat self-billing as a document type of its own, but France models it as a **standard invoice** with the `untdid-document-type` extension set to `389`. In GOBL you never set the code yourself: add the `self-billed` tag and the [`fr-ctc-flow2-v1`](https://docs.gobl.org/addons/fr-ctc-flow2-v1#standard-self-billed) add-on applies it automatically. See [Self-billing](/guides/fr-pa-invoicing#self-billing) for the full flow. | ||
| </Accordion> | ||
|
|
||
| <Accordion title="How many pops does a France B2B e-invoice cost?"> |
| - **E-invoicing (B2B)** — **150 pops** per merchant: 50 pops for the French directory (Annuaire) registration plus 100 pops for Peppol. | ||
| - **E-reporting only (B2C or international B2B)** — **50 pops** per merchant to register the party for reporting. | ||
|
|
||
| Each registered merchant counts as a Seat: the pops are deducted on registration and again every 30 days for as long as the merchant stays registered — see [Pops & pricing](/get-started/pricing) for how seats are billed. |
Comment on lines
+9
to
+10
| <Accordion title="How many pops does France e-reporting cost?"> | ||
| Recording a transaction for e-reporting (B2C or international B2B) costs **2 pops** per invoice: 1 pop to record it and 1 pop for the silo entry. On top of that, each report submitted costs **10 pops** per reporting cadence. See [Pops & pricing](/get-started/pricing) for how pops work. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Adds three FAQ accordions explaining pop costs for France, appended to the existing France PA leaves under
snippets/faqs/fr/leaves/pa/:Each answer links to the Pops & pricing page for the general pop model.
Why
Customers evaluating France PA need to know what the flows consume in pops. This surfaces the costs on the France FAQ page, the France app page, and the PA guides.
Notes for reviewers
page-faq,app-pa, and theguide-pa-*composers, so the new accordions appear everywhere automatically. The FAQ skill's broken-import check passes.🤖 Generated with Claude Code