Get invoice
Get invoice
GET https://api.notify.cm/v2/invoices/{invoice_id}
Authentication: API keys
Headers
Name
Type
Description
Authorization
string
Your test or live API key
HTTP/1.1 200 OK
Content-Type: application/hal+json
{
"resource": "invoice",
"id": "a0f0660d-6c8d-422b-8114-e363b260521e",
"status":"open",
"invoiceNumber":"20210001",
"invoiceDate":"21-01-2021",
"invoiceDuedate":"21-02-2021",
"invoiceTotal":"480.00",
"invoiceBalance":"330.00",
"customer": {
"id":"36cf1c0d-53fe-4c73-8a46-f9f40cd99b65",
"number":"10001",
"name":"Creditpartners B.V."
}
}HTTP/1.1 404 Not Found
Content-Type: application/json
{
"status": 404,
"title": "Not Found",
"detail": "No invoice exists with id I_dont_exist."
}Example
Response
Last updated
Was this helpful?