{
"id": "84532:0xabc...:3",
"type": "subscription.payment_succeeded",
"occurredAt": "2026-08-05T10:15:30.000Z",
"subscriptionId": "0x1234...",
"chainId": 84532,
"transactionHash": "0xabc...",
"subscription": {
"payerAddress": "0xpayer...",
"status": "active",
"paidCycles": 1,
"totalPaid": "1000000",
"nextCycleStart": "2026-09-05T10:15:30.000Z"
},
"product": { "id": "product_...", "name": "Pro monthly" },
"plan": { "id": "3", "intervalSeconds": 2592000, "amountPerCycle": "1000000" },
"token": { "address": "0xtoken...", "symbol": "USDC", "decimals": 6 },
"payment": { "cycleIndex": 0, "grossAmount": "1000000", "merchantAmount": "990000", "feeAmount": "10000" },
"data": {}
}