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 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 delivery record's id to resend.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
Get delivery records for a transfer GET
⚠️ Not yet available on the test environment. Like its transaction counterpart, this route is not registered on test-api.kashier.io today and returns a bare 404, while the webhook CRUD endpoints on…
Test a webhook POST
⚠️ Not yet available on the test environment. This route is not registered on test-api.kashier.io today: calling it there returns a bare 404 rather than sending a test delivery, while the webhook C…