InvoiceReportResponse
Invoice report data
midstringrequired
MID
Example:
1000613392invoiceNumberstringrequired
Invoice number
Example:
1000000001invoiceDatestringrequired
Invoice date
Example:
2025-01-15invoicePeriod objectrequired
Invoice period
startDatestringrequired
Invoice period start date
Example:
2025-01-01endDatestringrequired
Invoice period end date
Example:
2025-01-15transactionCurrencystringrequired
Transaction currency
Example:
EURsettlementCurrencystringrequired
Settlement currency
Example:
EURtotalAmountnumberrequired
Total amount
Example:
327527.93settlementAmountnumberrequired
Settlement amount
Example:
327527.93exchangeRatenumberrequired
Exchange rate
Example:
1InvoiceReportResponse
{
"mid": "1000613392",
"invoiceNumber": "1000000001",
"invoiceDate": "2025-01-15",
"invoicePeriod": {
"startDate": "2025-01-01",
"endDate": "2025-01-15"
},
"transactionCurrency": "EUR",
"settlementCurrency": "EUR",
"totalAmount": 327527.93,
"settlementAmount": 327527.93,
"exchangeRate": 1
}