Invoice Details

GET {{baseUrl}}/orders/invoices/:invoice_id

This endpoint allows you to fetch a specific order invoice.

Scope: orders.read- Orders Read Only

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"qr_code":"\u003cstring\u003e","id":"\u003cnumber\u003e","invoice_number":"\u003cstring\u003e","uuid":"\u003cuuid\u003e","order_id":"\u003cinteger\u003e","invoice_reference_id":"\u003cstring\u003e","type":"\u003cstring\u003e","date":"\u003cstring\u003e","payment_method":"\u003cstring\u003e","sub_total":{"amount":"\u003cstring\u003e","currency":"\u003cstring\u003e"},"shipping_cost":{"amount":"\u003cstring\u003e","currency":"\u003cstring\u003e"},"cod_cost":{"amount":"\u003cstring\u003e","currency":"\u003cstring\u003e"},"discount":{"amount":"\u003cstring\u003e","currency":"\u003cstring\u003e"},"tax":{"percent":"\u003cstring\u003e","amount":{"amount":"\u003cstring\u003e","currency":"\u003cstring\u003e"}},"total":{"amount":"\u003cnumber\u003e","currency":"\u003cstring\u003e"}}}