v1
latestOpenAPI 3.0.12026-07-243686491.1 MBInvoices
Retrieves an invoice by its id
Required scope: invoices:read. Optionally filter by teamId to validate invoice belongs to that team.
get/api/v1/invoices/{invoiceId}
Path parameters
invoiceIdinteger required
Query parameters
teamIdinteger
Optional team ID to validate the invoice belongs to this team
Response
Invoice successfully retrieved
Example response
{
"id": 123,
"displayNumber": "3508-2026-6577",
"walletId": 123,
"from": "2024-03-01T00:00:00Z",
"to": "2024-03-30T00:00:00Z",
"approvedAt": "2024-03-30T00:00:00Z",
"totalStatement": 12.22,
"totalPayableBalance": 12.22,
"currency": {
"id": 1,
"identifier": "DKK",
"name": "Danish krone",
"decimals": 2
},
"status": "paid",
"createdAt": "2024-03-30T00:00:00Z",
"dueAt": "2024-03-30T00:00:00Z",
"pdfUrl": "https://monta.imgix.net/production/wallet/invoices/xyxy.pdf"
}