# Invopop ## Docs - [Authorize enrollment](https://docs.invopop.com/api-ref/access/enrollment/authorize.md): Authenticate using application credentials and a specific owner ID, token, or enrollment. (Only Applications!) - [Fetch enrollment](https://docs.invopop.com/api-ref/access/enrollment/fetch.md): Fetch the enrollment details for the current authentication token. (Only Applications!) - [Update enrollment](https://docs.invopop.com/api-ref/access/enrollment/update.md): Update the embedded configuration details of an enrollment. (Only Applications!) - [Fetch workspace](https://docs.invopop.com/api-ref/access/workspace/fetch.md): Fetch the workspace details associated with the current authentication token. - [Update workspace](https://docs.invopop.com/api-ref/access/workspace/update.md): Update the workspace details associated with the current authentication token. - [Generate a PDF preview](https://docs.invopop.com/api-ref/apps/pdf/preview.md): Generate a PDF preview of the provided GOBL document. - [Upload proof of ownership PDF](https://docs.invopop.com/api-ref/apps/peppol/ownership-upload.md): Upload proof of ownership document for company registration in the Peppol network. - [Generate agreement PDF](https://docs.invopop.com/api-ref/apps/verifactu/agreement-fetch.md): Generate a PDF agreement of a previously prepared org.Party silo entry. - [Upload agreement PDF](https://docs.invopop.com/api-ref/apps/verifactu/agreement-upload.md): Upload a signed copy of the PDF agreement. - [Confirm](https://docs.invopop.com/api-ref/apps/verifactu/confirm.md): Confirm that the upload process has completed. - [Upload identity image](https://docs.invopop.com/api-ref/apps/verifactu/identity-upload.md): Upload an image of an identity document. - [Authentication](https://docs.invopop.com/api-ref/authentication.md): Generate an access token to start using an Invopop workspace. - [Technical glossary](https://docs.invopop.com/api-ref/glossary.md): A brief glossary of the main terms used in the platform. - [Idempotency](https://docs.invopop.com/api-ref/idempotency.md): Ensuring API requests are safe. - [Introduction](https://docs.invopop.com/api-ref/introduction.md) - [Build with LLMs](https://docs.invopop.com/api-ref/llms.md): Build with Large Language Models (LLMs) - [Create a series entry](https://docs.invopop.com/api-ref/sequences/entries/create-a-series-entry.md): Create a new entry in a given series idempotently with the given UUID (any version). - [Fetch a series entry](https://docs.invopop.com/api-ref/sequences/entries/fetch-a-series-entry.md): Fetch an existing entry in a series given its UUID. - [Fetch all series entries](https://docs.invopop.com/api-ref/sequences/entries/fetch-all-series-entries.md): Fetch all the entries in a given series. - [Overview](https://docs.invopop.com/api-ref/sequences/entries/overview.md): An entry represents a single index or code number inside a series. Essentially, it's a mapping of a UUID to a code number. - [Introduction](https://docs.invopop.com/api-ref/sequences/introduction.md): The Invopop Sequence service makes it easy to reliably generate sequential numbers. - [Create a series](https://docs.invopop.com/api-ref/sequences/series/create-a-series.md): Create a new series idempotently with the given UUID (any version). - [Fetch a series](https://docs.invopop.com/api-ref/sequences/series/fetch-a-series.md): Fetch an existing series given its UUID. - [Fetch all series](https://docs.invopop.com/api-ref/sequences/series/fetch-all-series.md): Fetch all the series in the current company. - [Overview](https://docs.invopop.com/api-ref/sequences/series/overview.md): A series is in effect a placeholder for a counter with number formatting details to be able to generate a code. - [Fetch an attachment](https://docs.invopop.com/api-ref/silo/entries/attachment-fetch.md): Download silo entry attachment's data. Content type and disposition will be set according to the source. - [Upload an attachment (only apps)](https://docs.invopop.com/api-ref/silo/entries/attachment-put.md): Add a new attachment to a silo entry. This is only available to applications with 'enrolled' scope at this time. - [Create an entry without UUID](https://docs.invopop.com/api-ref/silo/entries/create-an-entry-post.md): Create a new silo entry without an explicit UUID. - [Create an entry with ID](https://docs.invopop.com/api-ref/silo/entries/create-an-entry-put.md): Create a new silo entry with the given UUID. - [Fetch all entries](https://docs.invopop.com/api-ref/silo/entries/fetch-all-entries.md): Fetch all the silo entries in the current company. - [Fetch an entry](https://docs.invopop.com/api-ref/silo/entries/fetch-an-entry.md): Fetch an existing silo entry given its UUID. - [Fetch an entry by key](https://docs.invopop.com/api-ref/silo/entries/fetch-an-entry-by-key.md): Fetch an existing silo entry by its key. - [Find related entries](https://docs.invopop.com/api-ref/silo/entries/find-related.md): Find silo entries whose document mentions the given entry's UUID. - [Search entries](https://docs.invopop.com/api-ref/silo/entries/search-entries.md): Perform a free-text search on all documents in the current company. - [Update an entry](https://docs.invopop.com/api-ref/silo/entries/update-an-entry.md): Update an existing silo entry given its UUID. - [Build GOBL document](https://docs.invopop.com/api-ref/silo/gobl/build.md): Build GOBL Envelopes or Objects for validation purposes - [Correct GOBL envelope](https://docs.invopop.com/api-ref/silo/gobl/correct.md): Correct or determine the correction options for a GOBL Envelope (not Object!) - [Sign GOBL document](https://docs.invopop.com/api-ref/silo/gobl/sign.md): Sign GOBL Envelopes or Objects - [Delete a file](https://docs.invopop.com/api-ref/silo/spool/delete.md): Delete a previously uploaded entry from the spool. - [Download a file](https://docs.invopop.com/api-ref/silo/spool/download.md): Download a previously uploaded entry from the spool. - [Upload a file](https://docs.invopop.com/api-ref/silo/spool/upload.md): Upload temporary file data to the silo spool. Requires 'enrolled' scope. - [Create a job without a UUID](https://docs.invopop.com/api-ref/transform/jobs/create-a-job-post.md): Create a new job without an explicit ID. - [Create a job with a UUID](https://docs.invopop.com/api-ref/transform/jobs/create-a-job-put.md): Create a new job with the given ID. - [Fetch a job](https://docs.invopop.com/api-ref/transform/jobs/fetch-a-job.md): Fetch an existing job by ID. - [Fetch a job by key](https://docs.invopop.com/api-ref/transform/jobs/fetch-a-job-by-key.md): Fetch an existing job by a recent key. - [Create a workflow](https://docs.invopop.com/api-ref/transform/workflows/create-a-workflow.md): Create a new workflow with the given UUID. - [Fetch a workflow](https://docs.invopop.com/api-ref/transform/workflows/fetch-a-workflow.md): Fetch an existing workflow given its UUID. - [Fetch all workflows](https://docs.invopop.com/api-ref/transform/workflows/fetch-all-workflows.md): Fetch workflows in the current workspace. - [Update a workflow](https://docs.invopop.com/api-ref/transform/workflows/update-a-workflow.md): Update an existing workflow given its UUID. - [Ping](https://docs.invopop.com/api-ref/utils/ping.md): Simple ping request - [UUID](https://docs.invopop.com/api-ref/utils/uuid.md): UUID Generator - [Versioning](https://docs.invopop.com/api-ref/versioning.md): API versioning allows us to grow our product without breaking your integration - [AT Portugal](https://docs.invopop.com/apps/at-portugal.md): Submit certified invoices and periodic SAF-T data to Portugal’s Autoridade Tributária. - [Chargebee](https://docs.invopop.com/apps/chargebee.md): Import and process invoices and credit notes from Chargebee - [ChorusPro France](https://docs.invopop.com/apps/choruspro-france.md): Submit B2G invoices to the French ChorusPro system. - [DIAN Colombia](https://docs.invopop.com/apps/dian-colombia.md): Submit invoices to the Colombian DIAN system. - [Documentos fiscais electônicos Brazil](https://docs.invopop.com/apps/documentos-fiscais-electronicos-brazil.md): Send NFC-e & NFS-e documents to the tax authorities in Brazil via Plugnotas. - [Email](https://docs.invopop.com/apps/email.md): Send emails from your workflows, with or without attachments. - [Facturae Spain](https://docs.invopop.com/apps/facturae-spain.md): Convert GOBL into the Spanish Facturae format - [Google Drive](https://docs.invopop.com/apps/google-drive.md): Store your assets and data in Google Drive - [ILYDA Greece](https://docs.invopop.com/apps/ilyda-greece.md): Submit invoices to the Greek IAPR via the myDATA platform. - [Discover Invopop apps](https://docs.invopop.com/apps/index.md): Explore Invopop apps that extend platform functionality with government integrations, third-party services, and workflow automation tools. - [InvoiceXpress Portugal](https://docs.invopop.com/apps/invoicexpress-portugal.md): Submit certified invoices and periodic SAF-T data to Portugal’s Autoridade Tributária through InvoiceXpress - [KSeF Poland](https://docs.invopop.com/apps/ksef-poland.md): Submit FA_VAT invoices to Poland's KSeF system. - [NetSuite](https://docs.invopop.com/apps/netsuite.md): Generate legally compliant invoices from Netsuite - [OASIS UBL](https://docs.invopop.com/apps/oasis-ubl.md): Convert GOBL to the OASIS UBL format. - [PDF Generator](https://docs.invopop.com/apps/pdf-generator.md): Generate legally compliant PDFs from your GOBL sources - [Peppol](https://docs.invopop.com/apps/peppol.md): Submit invoices to the Peppol network. - [Portal](https://docs.invopop.com/apps/portal.md): Convert a simplified invoice or receipt into a full invoice - [SAT Mexico](https://docs.invopop.com/apps/sat-mexico.md): Issue CFDI invoices, onboard suppliers, and manage compliant submissions to Mexico's tax authority (SAT). - [SDI Italy](https://docs.invopop.com/apps/sdi-italy.md): Issue and receive invoices through Italy's SDI system. - [Slack](https://docs.invopop.com/apps/slack.md): Send notifications from your workflow via Slack - [Smart receipts Italy](https://docs.invopop.com/apps/smart-receipts-italy.md): Issue documento commerciale in Italy - [Spain](https://docs.invopop.com/apps/spain.md): Look up and correct Tax IDs in Spain - [Stripe](https://docs.invopop.com/apps/stripe.md): Import and process invoices and credit notes from Stripe - [TicketBAI Spain](https://docs.invopop.com/apps/ticketbai-spain.md): Convert and send invoices to the Spanish tax authorities using the TicketBAI system. - [UN/CEFACT CII](https://docs.invopop.com/apps/uncefact-cii.md): Convert GOBL to the UN/CEFACT CII format. - [Invoicing compliance in Argentina](https://docs.invopop.com/compliance/argentina.md): Integration in progress - [Invoicing compliance in Belgium](https://docs.invopop.com/compliance/belgium.md): Comprehensive guide to Belgium's mandatory e-invoicing requirements, Peppol implementation, and upcoming e-reporting obligations for B2B and B2G transactions - [Invoicing compliance in Brazil](https://docs.invopop.com/compliance/brazil.md): Comprehensive guide to Brazil's mandatory e-invoicing requirements, Notas Fiscais implementation, and e-reporting obligations for B2B and B2G transactions - [Invoicing compliance in Colombia](https://docs.invopop.com/compliance/colombia.md): Comprehensive guide to Colombia's mandatory e-invoicing requirements, FEV implementation, and e-reporting obligations for B2B and B2G transactions - [Invoicing compliance in France](https://docs.invopop.com/compliance/france.md): Comprehensive guide to France's mandatory e-invoicing requirements, Peppol and ChorusPro implementation, and e-reporting obligations for B2B and B2G transactions - [Invoicing compliance in Germany](https://docs.invopop.com/compliance/germany.md): Comprehensive guide to Germany's mandatory e-invoicing requirements, XRechnung and ZUGFeRD implementation, and upcoming e-reporting obligations for B2B and B2G transactions - [Regulatory definitions](https://docs.invopop.com/compliance/glossary.md): A brief glossary of the main terms used in regulations and invoicing. - [Invoicing compliance in Greece](https://docs.invopop.com/compliance/greece.md): Comprehensive guide to Greece's mandatory e-invoicing requirements, EN 16931 implementation, and myDATA e-reporting obligations for B2B, B2C, and B2G transactions - [Invoicing compliance in Hungary](https://docs.invopop.com/compliance/hungary.md): Integration in progress - [Invoicing compliance in Italy](https://docs.invopop.com/compliance/italy.md): Comprehensive guide to Italy's mandatory e-invoicing requirements, FatturaPA and Documento Commerciale implementation, and e-reporting obligations for B2B, B2C, and B2G transactions - [Invoicing compliance in Mexico](https://docs.invopop.com/compliance/mexico.md): Comprehensive guide to Mexico's mandatory e-invoicing requirements, CFDI implementation, and e-reporting obligations for B2B, B2C, and B2G transactions - [Poland's invoicing e-regulation timeline](https://docs.invopop.com/compliance/poland.md): Comprehensive guide to Poland's mandatory e-invoicing requirements, KSeF implementation, and e-reporting obligations for B2B and B2G transactions - [Invoicing compliance in Portugal](https://docs.invopop.com/compliance/portugal.md): Comprehensive guide to Portugal's mandatory e-invoicing requirements, ATCUD/QR implementation, and SAF-T e-reporting obligations for B2B and B2G transactions - [Invoicing compliance in Spain](https://docs.invopop.com/compliance/spain.md): Comprehensive guide to Spain's mandatory e-invoicing requirements, VERI*FACTU, TicketBAI, and Facturae implementation, and SII e-reporting obligations for B2B and B2G transactions - [API Keys](https://docs.invopop.com/console/api-keys.md): Access your workspace from anywhere - [Apps](https://docs.invopop.com/console/apps.md): Add country support and features to your workflows - [Document contents](https://docs.invopop.com/console/doc-content.md): Files, Activity, Meta and GOBL Envelope - [Correcting an Invoice](https://docs.invopop.com/console/doc-correct.md): How to correct issued invoices with credit notes - [Create documents](https://docs.invopop.com/console/doc-create.md): From the console and the API - [Edit documents](https://docs.invopop.com/console/doc-edit.md): Edit documents through the console - [Replicate documents](https://docs.invopop.com/console/doc-replicate.md): Replicate documents through the console - [Document types](https://docs.invopop.com/console/doc-types.md): Schemas supported by Invopop - [Console](https://docs.invopop.com/console/index.md): Manage documents, configure workflows, connect Apps and collaborate with your team, from a single place. - [Search](https://docs.invopop.com/console/search.md): Search documents - [Series](https://docs.invopop.com/console/series.md): A series is a placeholder for a counter with number formatting details to be able to generate a code. - [Workflow conditions](https://docs.invopop.com/console/workflow-conditions.md): Configure a workflow in Invopop to process documents. - [How to create a Workflow](https://docs.invopop.com/console/workflow-create.md): Configure a workflow in Invopop to process documents. - [Customize workflow templates](https://docs.invopop.com/console/workflow-edit.md): Update workflow definitions, steps and triggers. - [Workflow history](https://docs.invopop.com/console/workflow-history.md): Monitor and inspect jobs, the execution steps of workflow runs. - [Workflows overview](https://docs.invopop.com/console/workflow-intro.md): Configure a workflow in Invopop to process documents. - [Workflow versions](https://docs.invopop.com/console/workflow-versions.md): View and manage workflow versions - [Belgium FAQ](https://docs.invopop.com/faq/belgium.md): Frequently asked questions about invoicing compliance in Belgium - [Brazil FAQ](https://docs.invopop.com/faq/brazil.md): Frequently asked questions about invoicing compliance in Brazil - [Colombia FAQ](https://docs.invopop.com/faq/colombia.md): Frequently asked questions about invoicing compliance in Colombia - [France FAQ](https://docs.invopop.com/faq/france.md): Frequently asked questions about invoicing compliance in France - [Germany FAQ](https://docs.invopop.com/faq/germany.md): Frequently asked questions about invoicing compliance in Germany - [Greece FAQ](https://docs.invopop.com/faq/greece.md): Frequently asked questions about invoicing compliance in Greece - [Italy FAQ](https://docs.invopop.com/faq/italy.md): Frequently asked questions about invoicing compliance in Italy - [Mexico FAQ](https://docs.invopop.com/faq/mexico.md): Frequently asked questions about invoicing compliance in Mexico - [Portugal FAQ](https://docs.invopop.com/faq/portugal.md): Frequently asked questions about invoicing compliance in Portugal - [Spain FAQ](https://docs.invopop.com/faq/spain.md): Frequently asked questions about invoicing compliance in Spain - [Understanding Invopop's pricing](https://docs.invopop.com/get-started/pricing.md): Usage and cost of issuing invoices and other documents through Invopop - [Quickstart](https://docs.invopop.com/get-started/quickstart.md): Sign up instructions and getting your first sandbox working - [Authentication](https://docs.invopop.com/guides/authentication.md): After completing this quick start guide you'll have generated and tested an authentication token that can be used in all subsequent requests to the Invopop API. - [Documentos fiscais eletrônicos guide](https://docs.invopop.com/guides/br-dfe.md): Issue Documentos Fiscais Eletrônicos in Brazil - [Chargebee](https://docs.invopop.com/guides/chargebee.md): Import and process invoices and credit notes from Chargebee - [DIAN Guide](https://docs.invopop.com/guides/co-dian.md): Issue invoices and credit notes in Colombia through the DIAN. - [XRechnung guide](https://docs.invopop.com/guides/de-xrechnung.md): Generate compliant B2G invoices in Germany. - [ZUGFeRD Guide](https://docs.invopop.com/guides/de-zugferd.md): Generate compliant invoices in Germany. - [Email guide](https://docs.invopop.com/guides/email.md): An application to send emails from your workflows, with or without attachments. - [Spanish tax ID lookup (AEAT)](https://docs.invopop.com/guides/es-lookup.md): Verify Spanish tax IDs (NIF/CIF) and normalize names in workflows using AEAT. - [TicketBAI Guide](https://docs.invopop.com/guides/es-ticketbai.md): Issue invoices in the Basque Country with TicketBAI. - [VERI*FACTU invoicing guide](https://docs.invopop.com/guides/es-verifactu.md): Issue invoices in Spain with VERI*FACTU. - [VERI*FACTU Supplier onboarding](https://docs.invopop.com/guides/es-verifactu-supplier.md): Create and register suppliers in Spain with VERI*FACTU. - [Chorus Pro guide](https://docs.invopop.com/guides/fr-chorus-pro.md): Issue invoices to French public institutions with Chorus Pro. - [Factur-X Guide](https://docs.invopop.com/guides/fr-facturx.md): Generate compliant invoices in France (Factur-X). - [PDP (Plateforme de Dématérialisation Partenaire)](https://docs.invopop.com/guides/fr-pdp.md): Guide for France PDP e-invoicing setup and approval status - [What is GOBL?](https://docs.invopop.com/guides/gobl.md): Learn about GOBL (Go Business Language), the universal format for structured business documents used by Invopop - [GOBL Builder guide](https://docs.invopop.com/guides/gobl-builder.md): An interactive, low code tool for building GOBL documents. - [myDATA & IAPR Guide](https://docs.invopop.com/guides/gr-iapr.md): Send invoices and credit notes to the Greek IAPR via the myDATA platform. - [How to go live](https://docs.invopop.com/guides/how-to-go-live.md): Ready to issue real invoices? Here are the next steps - [SDI Receiving Invoices Guide](https://docs.invopop.com/guides/it-sdi-receiving.md): Receive and process electronic invoices from Italy's SDI system - [SDI sending invoices guide](https://docs.invopop.com/guides/it-sdi-sending.md): Generate and issue electronic invoices through Italy's SDI system - [Smart receipts guide](https://docs.invopop.com/guides/it-ticket.md): Issue e-receipts in Italy - [CFDI & SAT Guide](https://docs.invopop.com/guides/mx-sat.md): Issue CFDI documents in Mexico using the SAT Mexico provider. - [Guides](https://docs.invopop.com/guides/overview.md): Get started, configure workflows, and achieve compliance across different countries and integrations. - [PDF Invoice Guide](https://docs.invopop.com/guides/pdf-invoice.md): How to issue simple PDF invoices globally. - [Peppol guide](https://docs.invopop.com/guides/peppol.md): How to issue and receive electronic invoices through the global Peppol network - [KSeF Poland guide](https://docs.invopop.com/guides/pl-ksef.md): Generate and issue electronic invoices through Poland's KSeF system - [AT Portugal guide](https://docs.invopop.com/guides/pt-at.md): Issue documents in Portugal using Invopop's certified implementation. - [InvoiceXpress Guide](https://docs.invopop.com/guides/pt-invoicexpress.md): Issue invoices in Portugal using InvoiceXpress as a provider. - [Related documents](https://docs.invopop.com/guides/related-docs.md): Configure linked documents using UUIDs. - [Series guide](https://docs.invopop.com/guides/series.md): Learn how to create and use series to generate sequential codes for your documents. - [Slack](https://docs.invopop.com/guides/slack.md): Simple connection to Slack for sending messages. - [Stripe](https://docs.invopop.com/guides/stripe.md): Import and process invoices and credit notes from Stripe - [Update exchange rates](https://docs.invopop.com/guides/update-exchange-rates.md): Update the exchange rates of your invoice to the latest values published by the ECB. - [Webhooks guide](https://docs.invopop.com/guides/webhooks.md): Integrate your system with Invopop through webhooks. - [White label](https://docs.invopop.com/guides/white-label.md): Integrate Invopop in your platform to offer e-invoicing to your customers. - [Workflows guide](https://docs.invopop.com/guides/workflows.md): Configure a workflow in Invopop to process documents. - [Documentation](https://docs.invopop.com/index.md): Invopop helps you issue, receive, and process business documents—such as invoices and receipts—in compliance with local tax regulations across our supported countries - [Belgium's e-invoicing regulation timeline](https://docs.invopop.com/timelines/belgium.md): Key dates and milestones for Belgium's phased e-invoicing and e-reporting requirements - [Brazil's e-invoicing regulation timeline](https://docs.invopop.com/timelines/brazil.md): Key dates and milestones for Brazil's e-invoicing and e-reporting requirements - [Colombia's e-invoicing regulation timeline](https://docs.invopop.com/timelines/colombia.md): Key dates and milestones for Colombia's e-invoicing and e-reporting requirements - [France's e-invoicing regulation timeline](https://docs.invopop.com/timelines/france.md): Key dates and milestones for Frances's e-invoicing and e-reporting requirements - [Germany's e-invoicing regulation timeline](https://docs.invopop.com/timelines/germany.md): Key dates and milestones for Germany's e-invoicing and e-reporting requirements - [Greece's e-invoicing regulation timeline](https://docs.invopop.com/timelines/greece.md): Key dates and milestones for Greece's e-invoicing and e-reporting requirements - [Italy's e-invoicing regulation timeline](https://docs.invopop.com/timelines/italy.md): Key dates and milestones for Italy's e-invoicing and e-reporting requirements - [Mexico's e-invoicing regulation timeline](https://docs.invopop.com/timelines/mexico.md): Key dates and milestones for Mexico's e-invoicing and e-reporting requirements - [Poland's invoicing e-regulation timeline](https://docs.invopop.com/timelines/poland.md): Key dates and milestones for Poland's e-invoicing and e-reporting requirements - [Portugal's e-invoicing regulation timeline](https://docs.invopop.com/timelines/portugal.md): Key dates and milestones for Portugal's e-invoicing and e-reporting requirements - [Spain's e-invoicing regulation timeline](https://docs.invopop.com/timelines/spain.md): Key dates and milestones for Spain's e-invoicing and e-reporting requirements - [Set up your account for multiple countries](https://docs.invopop.com/workspace/multi-country.md): How to organize your workspaces for multiple countries - [From sandbox to live](https://docs.invopop.com/workspace/sandbox-to-live.md): Configure your payment method and live account