{
"id": "f1a2b3c4-9999-4a2b-9c3d-aaaaaaaaaaaa",
"type": "checkout_link.payment.succeeded",
"timestamp": "2026-06-09T08:39:33.139Z",
"data": {
"object": "payment",
"id": "FV-12350",
"status": "succeeded",
"billing_reason": "one_time",
"gross": 30000,
"net": 24000,
"fees": { "fanvue_fee": 4500, "transaction_fee": 1500 },
"currency": "EUR",
"paid_in_full": false,
"installment": { "number": 1, "of": 3 },
"subscription": null,
"client_reference_id": "your-crm-id-123",
"transaction_id": "txn_split_1",
"created_at": "2026-06-09T08:39:30.000Z",
"paid_at": "2026-06-09T08:39:33.000Z",
"checkout_link": {
"uuid": "ck-uuid",
"name": "Premium Bundle",
"product_uuid": "prod-uuid",
"product_price_uuid": "pp-uuid"
},
"purchaser": { "uuid": "fan-uuid", "email": "fan@example.com" },
"creator": { "uuid": "creator-uuid" },
"metadata": { "affiliate_id": "aff_123", "campaign": "spring" }
}
}