Send a test webhook payload to your configured webhook URL to verify your endpoint is working. POST /webhooks/test. Requires webhooks:write scope.
Documentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
2xx, and correctly validates the signature.
| Field | Type | Required | Description |
|---|---|---|---|
event | string | No | Event type to simulate (default: card.transaction.approved) |
webhookSecret:
| Field | Description |
|---|---|
delivered | true if your endpoint returned 2xx |
httpStatus | HTTP status code your endpoint returned |
responseTime | Round-trip time in milliseconds |
| Code | Description |
|---|---|
WEBHOOK_NOT_CONFIGURED | No webhook URL has been set |
WEBHOOK_DELIVERY_FAILED | Your endpoint did not return 2xx |