Step 5: Getting invoices
Retrieving Invoice Information: The GET Endpoint
To access comprehensive details about invoices, you can use our GET endpoint. The retrieved information is structured in a similar order object as used during invoice creation.
GET Sent invoices Endpoint Details
- HTTP Method: GET
- Endpoint:
/v1/einvoices/registrations/{registrationID}/orders/{orderID}
GET Received invoices Endpoint Details
- HTTP Method: GET
- Endpoint:
/v1/einvoices/registrations/{registrationID}/orders?$filter=OrderType+eq+'Invoice/CreditNote'+and+OrderDirection+eq+'Cost'&$orderby=Created+asc
Accessing an Invoice in JSON Format
For enhanced convenience, when you activate specific integrations or networks, you have the option to receive invoices via our accesspoint. These invoices are typically in UBL (XML) or other formats. However, Billit processes and offers them through our API in a JSON format. This eliminates the need for additional mapping of each document.
Original Files Retrieval
If you require the original file that was sent to you, you can easily retrieve it via our File API.
For detailed technical information and guidance on retrieving sent invoice information and accessing original files, please refer to our comprehensive documentation.
Accessing Invoices in JSON Format
This endpoints allows you to retrieve a list of invoices for the set account.
GET Endpoint Details
- HTTP Method: GET
- Endpoint:
/v1/einvoices/registrations/{registrationID}/orders/
Updated 11 months ago