Evento refund.updated
Disparado quando um refund muda de estado. data.object contém o refund
completo atualizado. data.previous_attributes contém apenas os campos públicos
alterados, com os valores anteriores.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Evento refund.updated.
refund.updatedrefund muda de estado. data.object contém o refund
completo atualizado. data.previous_attributes contém apenas os campos públicos
alterados, com os valores anteriores.
{
"id": "evt_123",
"object": "event",
"created_at": "2026-05-20T18:36:00Z",
"data": {
"object": {
"id": "re_123",
"object": "refund",
"amount": 5000,
"balance_transaction": null,
"charge": "ch_123",
"created_at": "2026-05-20T18:35:00Z",
"currency": "brl",
"customer": "cus_123",
"description": null,
"destination_details": null,
"failure_balance_transaction": null,
"failure_reason": null,
"instructions_email": null,
"livemode": true,
"metadata": {},
"next_action": null,
"payment_intent": "pi_123",
"pending_reason": null,
"reason": "requested_by_customer",
"receipt_number": null,
"source_transfer_reversal": null,
"status": "succeeded",
"transfer_reversal": null,
"updated_at": "2026-05-20T18:36:00Z"
},
"previous_attributes": {
"status": "pending"
}
},
"livemode": true,
"organization": "org_123",
"request": {
"id": null
},
"type": "refund.updated"
}
{
"id": "evt_123",
"object": "event",
"created_at": "2026-05-20T18:36:00Z",
"data": {
"object": {
"id": "re_123",
"object": "refund",
"amount": 5000,
"balance_transaction": null,
"charge": "ch_123",
"created_at": "2026-05-20T18:35:00Z",
"currency": "brl",
"customer": "cus_123",
"description": null,
"destination_details": null,
"failure_balance_transaction": null,
"failure_reason": null,
"instructions_email": null,
"livemode": true,
"metadata": {},
"next_action": null,
"payment_intent": "pi_123",
"pending_reason": null,
"reason": "requested_by_customer",
"receipt_number": null,
"source_transfer_reversal": null,
"status": "succeeded",
"transfer_reversal": null,
"updated_at": "2026-05-20T18:36:00Z"
},
"previous_attributes": {
"status": "pending"
}
},
"livemode": true,
"organization": "org_123",
"request": {
"id": null
},
"type": "refund.updated"
}
