Get Peppol Document
pop_get_peppol_documentRetrieve a Peppol document by UUID to verify delivery status or fetch the processed invoice after submission.
Instructions
Retrieve a Peppol document from the network by UUID.
After a Peppol invoice is submitted, use this tool to retrieve the processed document or check its delivery status on the Peppol network.
Args:
uuid: The Peppol document UUID from pop_create_peppol_invoice
zone: Country code for the Peppol access point (e.g. 'BE' for Belgium). Required for some regions.
response_format: Output format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Document type to retrieve: invoice or credit-note | invoice |
| uuid | Yes | Peppol document UUID returned by pop_create_peppol_invoice when submit_to_peppol=true | |
| zone | No | Country code of the Peppol access point zone (e.g. 'BE' for Belgium). Required for some countries. | |
| environment | No | Target environment (e.g. 'sandbox') | |
| response_format | No | markdown |