---
title: "Resend Webhook"
method: POST
path: "/v3/simulation/webhook-resend"
tags: ["Simulation"]
---

# Resend Webhook

`POST /v3/simulation/webhook-resend`

Resends the latest webhook event for a given entity (order, prefund, or user) in the sandbox environment. Useful for re-triggering webhook delivery when testing integrations.

## Headers

- `MID` string, required

## Request body

- object
  - `entityId` string, required — The ID of the entity whose webhook should be resent. Must start with "OR-" for orders, "PF-" for prefunds, or "UX-" for users.

## Response `200`

Webhook resent successfully

- object
  - `status` string
  - `message` string

## Other responses

- `400` — Validation error — invalid entityId prefix
- `404` — Entity not found
- `500` — Internal server error

---

[API](https://skmtc.net/transfi/apis/transfi-single-integrated-api.md) · [All operations](https://skmtc.net/transfi/apis/transfi-single-integrated-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transfi/transfi-single-integrated-api/revisions/adb1b62e58cf/schema)
