Skip to main content

Open invoice list

GET 

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

To get comprehensive list of a open 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 Name Description Required
merchantCode Pass 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
search Pass the search string ⚠️ Optional

Request

Responses

Open invoice list successfully fetched, Decrypt the response from the server to see the final result