List Webhook Events
List Webhook Events
List all available webhook event types — card, cardholder, collection, payout, and refund events. GET /webhooks/events.
GET
List Webhook Events
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.
List Webhook Events
Returns a list of all webhook event types that can be sent to your app. The events available depend on your app type (Issuing or Collection).Request
Response
Whether the request was successful
Event Categories
Issuing App Events
| Category | Events |
|---|---|
| card | card.created, card.failed, card.funded, card.funding_failed, card.unloaded, card.unloading_failed, card.frozen, card.unfrozen, card.terminated, card.replaced, card.transaction.approved, card.transaction.declined, card.transaction.reversed, card.transaction.cross_border_fee, card.transaction.decline_fee_domestic, card.transaction.decline_fee_international, card.maintenance_fee_paid, card.negative_balance, card.delete_warning, card.tokenization_otp, card.3ds_otp |
| cardholder | cardholder.created, cardholder.updated, cardholder.kyc_submitted, cardholder.kyc_approved, cardholder.kyc_rejected, cardholder.suspended, cardholder.activated |
Collection App Events
| Category | Events |
|---|---|
| collection | collection.initiated, collection.received, collection.failed, collection.expired |
| payout | payout.initiated, payout.completed, payout.failed |
| refund | refund.initiated, refund.completed, refund.failed |
Use Cases
- Build a dynamic webhook handler that discovers available events
- Display available events in your admin dashboard
- Validate event types before testing

