v1

latestOpenAPI 3.1.0Proprietary2026-07-24462215.9 KB
Simulation

Resend Webhook

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.

post/v3/simulation/webhook-resend

Headers

MIDstring required

Merchant or sub-merchant MID

Request body

entityIdstring required

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

Example request

{
  "entityId": "OR-2603130504320558904"
}

Response

Webhook resent successfully

statusstring
messagestring