Access Point information

Step 4: Invoice Statuses and Files

Retrieving Invoice Statuses: Utilizing the GET Endpoint

After successfully sending an invoice, you will receive an registrationID (= orderID). This orderID serves as a crucial identifier, allowing you to retrieve invoice statuses through our GET endpoint. As your users may not have access to the MyBillit portal, it is important to display these statuses correctly in your management software.

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.


What’s Next