KashierDevelopersKashier Developers

Resend a delivery

curl -X POST "https://test-api.kashier.io/v2/webhooks/records/string/resend"
{  "recordId": "66a20a1ce4b0a1234567891b",  "clonedFromRecordId": "66a1f2c3e4b0a1234567890c",  "status": "delivered",  "attempts": 1,  "lastResponseStatus": 200}

Re-sends a previously recorded delivery — the original stored request, byte-for-byte, including its original signature — to the same URL. Useful after fixing an endpoint that was down or returning errors. The outcome is written to a new record; the original record is never modified, so delivery history stays intact. A record can be resent from any status, including delivered. Resending the same record again within 30 seconds returns 429.

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

recordId*string

The delivery record's id to resend.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

POST
/v2/webhooks/records/{recordId}/resend