Send Webhook Transaction

View as Markdown
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-keystringOptional

Request

This endpoint expects a string.

Response headers

x-amzn-RequestIdstringOptional
Access-Control-Allow-OriginstringOptional
x-amz-apigw-idstringOptional
X-Amzn-Trace-IdstringOptional

Response

OK
messagestring