E-commerceintermediate

Payment Refund Event JSON Example

An event-style commerce payload for refunds, settlements, and support timelines.

Real-world use case: Use this for payment webhooks, order timelines, or financial event logs.
1{
2 "eventId": "evt_pay_22",
3 "type": "refund.processed",
4 "occurredAt": "2026-03-11T09:42:13Z",
5 "orderId": "ord_7001",
6 "refundId": "ref_822",
7 "amount": 18.5,
8 "currency": "USD",
9 "reason": "customer_request"
10}

Where this shape shows up in production

Webhook logs
Payment systems
Order timelines

Related examples