v1
latestOpenAPI 3.1.02026-07-242325051.4 MBInvoices
Invoice:Lines
A Pay. invoice contains multiple invoice lines. This API returns all invoice lines for a specified invoice. If you are a partner and you have rights to your merchants you can retrieve the invoice lines also for your merchants
get/v2/invoices/{invoiceId}/lines
Path parameters
invoiceIdstring required
Invoice identifier
Query parameters
pageinteger
The collection page number
Response
OK
Example response
{
"invoiceLines": [
{
"turnoverDate": "2024-06-04",
"releaseDate": "2024-06-04",
"billingLineType": {
"id": 10,
"name": "iDEAL"
},
"volume": {
"value": 100,
"currency": "EUR"
}
}
],
"count": 5,
"pages": 2,
"total": 10
}