adjustment.updated
Occurs when an adjustment is updated.
This only occurs for refund
adjustments, which must be approved by Paddle and are created as pending_approval
initially. On review, they move to approved
or rejected
and adjustment.updated
occurs.
Unique Paddle ID for this event, prefixed with evt_
.
Type of event sent by Paddle, in the format entity.event_type
.
RFC 3339 datetime string of when this event occurred.
New or changed entity.
Unique Paddle ID for this adjustment entity, prefixed with adj_
.
How this adjustment impacts the related transaction.
Paddle ID of the transaction that this adjustment is for, prefixed with txn_
.
Paddle ID for the subscription related to this adjustment, prefixed with sub_
. Set automatically by Paddle based on the subscription_id
of the related transaction.
Paddle ID for the customer related to this adjustment, prefixed with ctm_
. Set automatically by Paddle based on the customer_id
of the related transaction.
Why this adjustment was created. Appears in the Paddle dashboard. Retained for record-keeping purposes.
Whether this adjustment was applied to the related customer's credit balance. null
unless adjustment action
is not credit
.
Three-letter ISO 4217 currency code for this adjustment. Set automatically by Paddle based on the currency_code
of the related transaction.
Status of this adjustment. Set automatically by Paddle.
Most refunds for live accounts are created with the status of pending_approval
until reviewed by Paddle, but some are automatically approved. For sandbox accounts, Paddle automatically approves refunds every ten minutes.
Credit adjustments don't require approval from Paddle, so they're created as approved
.
List of items on this adjustment.
Breakdown of the total for an adjustment.
Breakdown of how this adjustment affects your payout balance.
List of tax rates applied for this adjustment.
RFC 3339 datetime string of when this entity was created. Set automatically by Paddle.
RFC 3339 datetime string of when this entity was updated. Set automatically by Paddle.
Unique Paddle ID for this notification, prefixed with ntf_
.
12345678910111213141516171819201{
2 "event_id": "evt_01hvgfdfepj8eaevsjh5g4swbe",
3 "event_type": "adjustment.updated",
4 "occurred_at": "2024-04-15T08:54:10.646377Z",
5 "notification_id": "ntf_01hvgfdfhwncqrrjz1nz5eky9a",
6 "data": {
7 "id": "adj_01hvgf2s84dr6reszzg29zbvcm",
8 "items": [
9 {
10 "id": "adjitm_01hvgf2s84dr6reszzg2gx70gj",
11 "type": "partial",
12 "amount": "100",
13 "totals": {
14 "tax": "8",
15 "total": "100",
16 "subtotal": "92"
17 },
18 "item_id": "txnitm_01hvcc94b7qgz60qmrqmbm19zw",
19 "proration": null
20 }