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 Name | Description | Required |
---|---|---|
merchantCode | Pass the merchant code | ✅ Yes |
ids | Pass multiple invoice id in array format | ✅ Yes |
Request
Responses
- 200
- 404
- 500
Bulk invoice file uploaded successfully. Decrypt the server response to view the result.
Not able to upload the file, 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.