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

# wallet.transaction.created

`POST /webhook-events/wallet.transaction.created`

Fired when a new wallet transaction is created (top-up, deduction, etc.). Doc-only for parsing.

## Response `200`

Webhook payload

- WebhookDtoTransactionWebhookPayload
  - `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'
  - `transaction` WebhookDtoWalletTransaction
    - `amount` string
    - `credit_amount` string
    - `credit_balance_after` string
    - `credit_balance_before` string
    - `currency` string
    - `customer_id` string
    - `description` string
    - `expiry_date` string, date-time
    - `id` string
    - `metadata` TypesMetadata
    - `reference_id` string
    - `reference_type` 'PAYMENT' | 'EXTERNAL' | 'REQUEST' | 'INVOICE'
    - `transaction_reason` 'INVOICE_PAYMENT' | 'FREE_CREDIT_GRANT' | 'SUBSCRIPTION_CREDIT_GRANT' | 'PURCHASED_CREDIT_INVOICED' | 'PURCHASED_CREDIT_DIRECT' | 'CREDIT_NOTE' | 'CREDIT_EXPIRED' | 'WALLET_TERMINATION' | 'MANUAL_BALANCE_DEBIT' | 'CREDIT_ADJUSTMENT' | 'INVOICE_VOID_REFUND' | 'PURCHASED_CREDIT_BONUS'
    - `transaction_status` 'pending' | 'completed' | 'failed'
    - `type` 'credit' | 'debit'
    - `wallet_id` string

## Changes

> 108 revisions in range; 4 could not be searched.

- **2026-08-14** `29f14678f58f` — 19 warning
  - removed the optional property `customer` from the response with the `200` status
  - removed the optional property `transaction/conversion_rate` from the response with the `200` status
  - removed the optional property `transaction/created_at` from the response with the `200` status
  - removed the optional property `transaction/created_by` from the response with the `200` status
  - …15 more
- **2026-07-31** `50b7421a9690` — 1 warning, 3 info
  - added the new `entitlement.grant.exhausted` enum value to the `event_type` response property for the response status `200`
  - added the optional property `customer` to the response with the `200` status
  - added the optional property `transaction/wallet/auto_topup/cooldown` to the response with the `200` status
  - added the optional property `wallet/auto_topup/cooldown` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/flexprice/apis/flexprice-api/changes/webhook-events/wallet.transaction.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)
