Skip to content

Simulate External Webhook

Simulates webhook dispatch with custom payload for integration testing across canonical/raw event modes.

Simulate an external webhook event

POST
/bridge-payment/webhooks/external/simulate

Simulates webhook dispatch for integration testing with provider->canonical mapping. Supports raw and canonical event models, including payment., subscription., customer., membership..

Authorizations

SessionAuth

Session ID from Flowless authentication

TypeAPI Key (header: X-Session-ID)

Request Body

application/json
JSON
{
"event": "string",
"provider": "string",
"payload": {
"additionalProperties": "string"
}
}

Responses

Simulation dispatched

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI