Send Webhook Transaction
Simulates a webhook event for a specific transaction, used for testing webhook integrations.
Triggers a webhook notification for the given transaction with the specified event status. This is useful for verifying that your webhook endpoint correctly handles all possible transaction lifecycle events without waiting for real transactions to occur.
**Authentication:** Bearer token (`{{JWT_LOGIN}}`) + `x-api-key` header.
**Key body fields**
- `transactionId`: The ID of the transaction to simulate the event for.
- `event`: The transaction status event to trigger. Supported values: `QUOTED`, `PENDING`, `FAILED`, `EXPIRED`, `COMPLETED`, `CANCELLED`.
Headers
x-api-key
Request
This endpoint expects a string.
Response headers
x-amzn-RequestId
Access-Control-Allow-Origin
x-amz-apigw-id
X-Amzn-Trace-Id
Response
OK
message

