Skip to main content

Types of events

Learn more about the available types of events you can subscribe to using webhooks.

The event types follow a pattern: <resource>.<event>. We aim to be consistent, making things easier and more organized.

Below is a list of all the available types of events PayRex sends through webhooks. We may add more anytime as our platform changes, so do not assume that only these types exist.


payment_intent.succeeded data.resource is a Payment Intent

Occurs when the Payment Intent has successfully completed a payment. Another notable change is the Payment Intent status transitions to succeeded.


payment.refunded data.resource is a Payment

Occurs when the Payment is successfully refunded, either partially or fully.