Merchant API
Webhook Deliveries

Resend a Merchant webhook delivery

Resend the stored Payment or Payout Merchant webhook event associated with this delivery. The stored event and endpoint are reused; arbitrary payloads and destinations are not accepted.

POST
/webhook_deliveries/{id}/resend

Resend the stored Payment or Payout Merchant webhook event associated with this delivery. The stored event and endpoint are reused; arbitrary payloads and destinations are not accepted.

AuthorizationBasic <token>

Merchant API key pair. Send as Authorization: Basic base64(publicKey:secretKey) — username is the public key (pk_live_… / pk_test_…), password is the secret key (sk_live_… / sk_test_…). The public key prefix determines the environment of every order created by the request — there is no body, query, or header override.

In: header

Path Parameters

id*string

Header Parameters

Idempotency-Key*string

Merchant retry identity for this create request. Reuse only with the exact same request fields.

Match^[!-~]+$
Length1 <= length <= 255

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/webhook_deliveries/string/resend" \  -H "Idempotency-Key: string"
{  "id": "whdl_01jvmerchantresend",  "object": "webhook_delivery",  "status": "accepted"}