API reference and playgroundBulk batches
Get a batch item
curl -X GET "https://test-api.kashier.io/v2/batch-item/string"{ "_id": "string", "batchId": "string", "name": "string", "amount": 0, "currency": "string", "dueDate": "string", "status": "string", "createdAt": "string", "updatedAt": "string"}Retrieves a single item from a batch — one invoice-to-be, with its amount, due date, and status.
Authorization
secretKey Authorization<token>
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
batchItemId*string
The batch item's record id.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
Re-share a batch POST
Re-sends an already-shared batch to the same customers, on the channel used the first time. Useful for chasing a batch of unpaid invoices without rebuilding it.
Delete a batch item DELETE
Removes a single row from a batch. Use it to drop a customer from a bulk billing run without re-importing the whole sheet.