Step 4: Invoice Statuses

Retrieving Invoice Statuses: Utilizing the GET Endpoint

After successfully sending an invoice, you will receive an orderID. This orderID serves as a crucial identifier, allowing you to retrieve invoice statuses through our GET endpoint.

GET Endpoint Details

  • HTTP Method: GET
  • Endpoint: /v1/einvoices/registrations/{registrationID}/orders/{orderid}

Monitoring Options

  • Polling: You can utilize polling to regularly check invoice statuses by making requests to the GET endpoint using the appropriate orderID.

  • Webhook System: Alternatively, you can leverage our webhook system, which automatically converts received statuses into an easy-to-use object. This unified object can be employed for multiple supported networks, simplifying the process.