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.
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.
Authorization
apiKey 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
Header Parameters
Merchant retry identity for this create request. Reuse only with the exact same request fields.
^[!-~]+$1 <= length <= 255Response 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"}Reject a Payout intent POST
Reject a Payout that explicitly requires Merchant approval.
List outbound webhook event types GET
Static catalogue of every outbound webhook event the platform can emit, with a realistic example payload per type. Authoritative source for the closed event-type union; SDKs and merchant handlers should switch exhaustively over this list. No authentication: this is a contract surface, not merchant data.