---
title: "credit_note.created"
method: POST
path: "/webhook-events/credit_note.created"
tags: ["Webhook Events"]
---

# credit_note.created

`POST /webhook-events/credit_note.created`

Fired when a new credit note is created. Doc-only for parsing.

## Response `200`

Webhook payload

- WebhookDtoCreditNoteWebhookPayload
  - `credit_note` WebhookDtoCreditNote
    - `credit_note_number` string
    - `credit_note_status` 'DRAFT' | 'FINALIZED' | 'VOIDED'
    - `credit_note_type` 'ADJUSTMENT' | 'REFUND'
    - `currency` string
    - `customer_id` string
    - `finalized_at` string, date-time
    - `id` string
    - `invoice_id` string
    - `memo` string
    - `metadata` TypesMetadata
    - `reason` 'DUPLICATE' | 'FRAUDULENT' | 'ORDER_CHANGE' | 'UNSATISFACTORY' | 'SERVICE_ISSUE' | 'BILLING_ERROR' | 'SUBSCRIPTION_CANCELLATION'
    - `subscription_id` string
    - `total_amount` string
    - `voided_at` string, date-time
  - `event_type` 'subscription.created' | 'subscription.draft.created' | 'subscription.activated' | 'subscription.updated' | 'subscription.paused' | 'subscription.cancelled' | 'subscription.resumed' | 'subscription.plan_changed' | 'subscription.phase.created' | 'subscription.phase.updated' | 'subscription.phase.deleted' | 'feature.created' | 'feature.updated' | 'feature.deleted' | 'feature.wallet_balance.alert' | 'entitlement.created' | 'entitlement.updated' | 'entitlement.deleted' | 'wallet.created' | 'wallet.updated' | 'wallet.terminated' | 'wallet.transaction.created' | 'wallet.transaction.updated' | 'payment.created' | 'payment.updated' | 'payment.failed' | 'payment.success' | 'payment.pending' | 'customer.created' | 'customer.updated' | 'customer.deleted' | 'invoice.update.finalized' | 'invoice.update.payment' | 'invoice.update.voided' | 'invoice.update' | 'invoice.payment.overdue' | 'wallet.credit_balance.dropped' | 'wallet.credit_balance.recovered' | 'wallet.ongoing_balance.dropped' | 'wallet.ongoing_balance.recovered' | 'wallet.ongoing_balance.updated' | 'subscription.spend.threshold_reached' | 'subscription.spend.threshold_recovered' | 'subscription.line_item_spend.threshold_reached' | 'subscription.line_item_spend.threshold_recovered' | 'subscription.group_spend.threshold_reached' | 'subscription.group_spend.threshold_recovered' | 'entitlement.grant.exhausted' | 'subscription.renewal.due' | 'invoice.communication.triggered' | 'credit_note.created' | 'credit_note.updated' | 'checkout.session.initiated' | 'checkout.session.completed' | 'checkout.session.failed' | 'checkout.session.expired' | 'event.rejected'

## Changes

- **2026-08-14** `29f14678f58f` — 14 warning
  - removed the optional property `credit_note/created_at` from the response with the `200` status
  - removed the optional property `credit_note/created_by` from the response with the `200` status
  - removed the optional property `credit_note/customer` from the response with the `200` status
  - removed the optional property `credit_note/environment_id` from the response with the `200` status
  - …10 more
- **2026-07-31** `50b7421a9690` — 1 warning, 6 info
  - added the new `entitlement.grant.exhausted` enum value to the `event_type` response property for the response status `200`
  - added the optional property `credit_note/invoice/subscription/coupon_associations/items/subscription_line_item/meter` to the response with the `200` status
  - added the optional property `credit_note/invoice/subscription/entitlements` to the response with the `200` status
  - added the optional property `credit_note/invoice/subscription/line_items/items/meter` to the response with the `200` status
  - …3 more
- …earlier changes not shown

[Full history](https://skmtc.dev/flexprice/apis/flexprice-api/changes/webhook-events/credit_note.created/post.md)

---

[API](https://skmtc.dev/flexprice/apis/flexprice-api.md) · [All operations](https://skmtc.dev/flexprice/apis/flexprice-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flexprice/flexprice-api/revisions/9cd0dab91f5c/schema)
