---
title: "Resend Payment Webhook"
method: POST
path: "/merchant/webhooks/{webhookLogId}"
tags: ["merchant"]
---

# Resend Payment Webhook

`POST /merchant/webhooks/{webhookLogId}`

## Path parameters

- `webhookLogId` string, required

## Headers

- `Authorization` string, required

## Response `200`

Ok

- MerchantResendWebhookResponse200
  - `jobId` union, required
    - number, double
    - string

## Other responses

- `403` — Not authorized to resend webhook
- `404` — Webhook not found

---

[API](https://skmtc.net/coinflow/apis/api-reference.md) · [All operations](https://skmtc.net/coinflow/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinflow/api-reference/versions/c7b5afab1295/schema)
