> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentcard.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# reward.reversed

> Points were reversed, for a refund or a voided transaction.

Points were reversed, for a refund or a voided transaction. `earn_transaction_id` names the original earn; null for a standalone refund.

```json theme={null}
{
  "id": "evt_9f8e7d6c5b4a",
  "type": "reward.reversed",
  "created": 1757264400,
  "livemode": false,
  "data": {
    "tokens": 12,
    "merchant": "OPENAI *CHATGPT SUBSCR",
    "card_id": "card_7h2k",
    "user_id": "user_7g8h9i",
    "transaction_id": "txn_5c1d",
    "earn_transaction_id": "txn_3f9a"
  }
}
```
