# Events

## Order Webhook Events

 - [POST Order Event](https://docs.easyflow.digital/openapi/events/paths/order%20event/post.md): Listen to order events to keep your integration always synchronized.

Webhooks are the safest and most reliable way to stay updated in real time.  
Your application will receive a notification whenever the status of a order changes.

## Order Events
- ORDER_CREATED — Order created.
- ORDER_UPDATED — Order updated.
- ORDER_PAID — Order fully paid.
- ORDER_PARTIALLY_PAID — Order partially paid.
- ORDER_CANCELED — Order canceled.
- ORDER_REFUNDED — Order refunded.
- ORDER_CHARGEDBACK — Order chargeback received.

## Subscription Webhook Events

 - [POST Subscription Event](https://docs.easyflow.digital/openapi/events/paths/subscription%20event/post.md): Listen to subscription events to keep your integration always synchronized.

Webhooks are the safest and most reliable way to stay updated in real time.  
Your application will receive a notification whenever the status of a subscription changes.

## Subscription Events
- subscription.created — Subscription created.
- subscription.updated — Subscription updated.
- subscription.activated — Subscription activated.
- subscription.canceled — Subscription canceled.
- subscription.deactivated — Subscription deactivated.
- subscription.expired — Subscription expired.
- subscription.inactivated — Subscription inactivated.

## Subscription Recurrence Webhook Events

 - [POST Subsctiption Recurrence Event](https://docs.easyflow.digital/openapi/events/paths/subsctiption%20recurrence%20event/post.md): Listen to subscription recurrence events to keep your integration always synchronized.

Your application will receive a notification whenever the status of an individual recurrence (payment attempt) within a subscription changes.

## Recurrence Events
- subscriptionRecurrence.canceled — Recurrence payment canceled.
- subscriptionRecurrence.delayed — Recurrence payment delayed.
- subscriptionRecurrence.failed — Recurrence payment failed.
- subscriptionRecurrence.paid — Recurrence payment successfully paid.

## Payment Webhook Events

 - [POST Payment Event](https://docs.easyflow.digital/openapi/events/paths/payment%20event/post.md): Listen to order events to keep your integration always synchronized.

Webhooks are the safest and most reliable way to stay updated in real time.  
Your application will receive a notification whenever the status of a payment.

## Payment Events
- PAYMENT_CANCELED — Payment canceled.
- PAYMENT_AUTHORIZED — Payment authorized.
- PAYMENT_CHARGEDBACK — Payment chargedback.
- PAYMENT_REFUNDED — Payment refunded.
- PAYMENT_PAID — Payment paid.

