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 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 |
invoiceType | Pass the invoice type number "0" for subscription invoice | ✅ Yes |
search | Pass the search string | ⚠️ Optional |
Request
Responses
- 200
- 404
- 500
Invoice list fetched successfully. Decrypt the server response to view the result.
Not able to fetch invoice, Unauthorized or Permission Denied
Internal Server Error – An unexpected error occurred on the server while processing the request. This may be due to a temporary issue or a server-side malfunction. Please try again later or contact support if the issue persists.