get https://partner-api.monta.com/api/v1/invoices/
Required scope: invoices:read
Log in to see full request history
Responses
Required scope: invoices:read
xxxxxxxxxx
curl --request GET \
--url https://partner-api.monta.com/api/v1/invoices/invoiceId \
--header 'accept: application/json'
xxxxxxxxxx
19{
"id": 123,
"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"
}