Invoice list
GET/api/v1/invoice-bulk-upload?page=":page"
To get the list of bulk / scheduled invoices
🔋 Sample Request Payload
{
"merchantCode": "842217", // Pass merchant code
"type":"0" // "0" for Bulk or "1" for Scheduled
}
🎯 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 |
type | Pass the invoice type "0" if it is bulk invoices and pass "1" for scheduled invoices | ✅ Yes |
page | Pass the pagination number, defalut is "1" | ✅ Yes |
Request
Responses
- 200
- 404
- 500
Invoice list fetched successfully. Decrypt the server response to view the result.
Not able to fetch the 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