Skip to main content

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 NameDescriptionRequired
merchantCodePass the merchant code✅ Yes
typePass 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

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