Delete a batch item
curl -X DELETE "https://test-api.kashier.io/v2/batch-item/string"{ "_id": "string", "message": "string"}Removes a single row from a batch. Use it to drop a customer from a bulk billing run without re-importing the whole sheet.
Authorization
secretKey Merchant secret key used to identify the merchant, obtained from Kashier's dashboard. Pass the raw secret key value in the Authorization header (NOT a "Bearer" token).
In: header
Path Parameters
The batch item's record id.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
Get a batch item GET
Retrieves a single item from a batch — one invoice-to-be, with its amount, due date, and status.
Update a batch item PUT
Corrects a single row inside a batch before it is shared — most often to fix an amount or a due date that came in wrong from the imported sheet. The fields live under a batchItem wrapper and mirror…