{
"event": "payment.paid",
"data": {
"id": "60d0fe4f5311236168a109ca",
"reference": "CP-A1B2C3D4E5",
"customer": {
"id": "60d0fe4f5311236168a109c9",
"first_name": "John",
"last_name": "Doe",
"email": "john.doe@example.com",
"phone": "+1234567890"
},
"currency": "USD",
"amount": 21.00,
"address": "0x1234567890123456789012345678901234567890",
"fees": 0.21,
"total": 21.00,
"description": "Invoice Payment",
"line_items": [
{
"name": "Item Name",
"amount": 10.5,
"quantity": 2
}
],
"status": "paid",
"type": "api",
"business": "60d0fe4f5311236168a109c8",
"allowed_currencies": [],
"expires_at": "2026-07-24T14:40:15Z",
"createdAt": "2026-07-24T14:08:52Z",
"updatedAt": "2026-07-24T14:10:15Z",
"transactionHash": "0xabcdef1234567890..."
},
"timestamp": 17848494950
}