Skip to main content

Send bulk invoices

POST 

/api/v1/invoice/bulk

To send bulk invoices instantly and deliver them via SMS

🔋 Sample Request Payload

  {
"merchantCode": "842217", // Pass merchant code
"ids": ["12","34"] // Pass selected invoice object id
}

🎯 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
idsPass multiple invoice id in array format✅ Yes

Request

Responses

Bulk invoice file uploaded successfully. Decrypt the server response to view the result.