Skip to main content

Invoice list

GET 

/api/v1/invoice-dashboard/?toDate=":toDate+"&fromDate=":fromDate+"&page=":page

To get history of invoice

🔋 Sample Request Payload

  {
"merchantCode": "842217"
}

🎯 Note: Payload must be encrypted before being sent to the server. To access the response data, decrypt it upon receiving the response from the server

⚡️ Payload Details

Field NameDescriptionRequired
merchantCodePass the merchant code✅ Yes

📌 Path parameters details

Fields Name Description Required
fromDate Pass the start date YYYY-MM-DD ✅ Yes
toDate Pass the end date YYYY-MM-DD ✅ Yes
page Pass the pagination number, defalut is "1" ✅ Yes
invoiceType Pass the invoice type number "1" for quick invoice ✅ Yes
search Pass the search string ⚠️ Optional

Request

Responses

Invoice list fetched successfully. Decrypt the server response to view the result.