Get an invoice's details

GET {{baseUrl}}/api/invoices/:id/

Documentation πŸ“–

See detailed documentation for the Get an invoice's detail call in our API Reference .

HEADERS

| Key | Datatype | Required | Description |

RESPONSES

status: OK

{"description":"\u003cstring\u003e","product_identification":"\u003cstring\u003e","quantity":"\u003cinteger\u003e","unit_code":"\u003cstring\u003e","unit_description":"\u003cstring\u003e","unit_amount":"\u003cnumber\u003e","pre_tax_amount":"\u003cnumber\u003e","tax_percentage":"\u003cnumber\u003e","tax_amount":"\u003cnumber\u003e","total_amount":"\u003cnumber\u003e","retained_taxes":[{"collected_at":"\u003cdateTime\u003e","tax":"\u003cstring\u003e","tax_percentage":"\u003cnumber\u003e","retained_tax_amount":"\u003cnumber\u003e"},{"collected_at":"\u003cdateTime\u003e","tax":"\u003cstring\u003e","tax_percentage":"\u003cnumber\u003e","retained_tax_amount":"\u003cnumber\u003e"}],"collected_at":"\u003cdateTime\u003e"}