Skip to main content

Subscription invoice list

GET 

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

To get history of subscription invoice list

🔋 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 "0" for subscription invoice ✅ Yes
search Pass the search string ⚠️ Optional

Request

Responses

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