{
"transaction_id": "txn_a1b2c3d4e5f6",
"lineage": [
{
"source_identity_id": "identity_customer_123",
"destination_identity_id": "identity_merchant_456",
"amount": 100.00,
"precise_amount": "10000",
"transaction_id": "txn_a1b2c3d4e5f6",
"created_at": "2024-01-15T10:00:00Z",
"currency": "USD"
},
{
"source_identity_id": "identity_merchant_456",
"destination_identity_id": "identity_supplier_789",
"amount": 75.00,
"precise_amount": "7500",
"transaction_id": "txn_b2c3d4e5f6g7",
"created_at": "2024-01-15T11:00:00Z",
"currency": "USD"
}
]
}