Skip to main content

Webhook Event Types

fype supports a variety of events to keep your system in sync with the payment lifecycle.

Payment Events

Refund Events

Subscription Events

Invoice Events

Event Payload Details

Every event contains a data.object which represents the normalized entity (Payment, Refund, Subscription, or Invoice).

Payment Object

Refund Object

Subscription Object

Invoice Object

Handling Unsupported Events

Gateways may occasionally send events that are not yet natively mapped by fype. In such cases, fype will still forward the event if possible, prefixed with unsupported.. We recommend logging these events but not basing critical business logic on them without verification.