KashierDevelopersKashier Developers

Re-share a batch

curl -X POST "https://test-api.kashier.io/v2/batch/string/re-share"
{  "data": {    "_id": "string",    "batchId": "string",    "shareLink": "string",    "expiresAt": "string",    "resharedAt": "string",    "createdAt": "string"  },  "message": "string"}

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.

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

batchId*string

The batch's record id.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

POST
/v2/batch/{batchId}/re-share