Retrieve the Watch evaluation result for a transaction: final verdict, risk score, and reason.
curl http://localhost:8081/transactions/txn_123
{
"transaction_id": "txn_123",
"amount": 1000.00,
"currency": "USD",
"source": "balance_123",
"destination": "balance_456",
"reference": "ref_001",
"description": "Payment",
"status": "applied",
"created_at": "2024-01-15T10:30:00Z",
"meta_data": {
"key": "value"
}
}
Use this to check if/how a transaction was classified and why. It returns the Watch evaluation result for a transaction—the consolidated verdict, risk score, and reason produced after rules are evaluated.Documentation Index
Fetch the complete documentation index at: https://docs.blnkfinance.com/llms.txt
Use this file to discover all available pages before exploring further.
curl http://localhost:8081/transactions/txn_123
{
"transaction_id": "txn_123",
"amount": 1000.00,
"currency": "USD",
"source": "balance_123",
"destination": "balance_456",
"reference": "ref_001",
"description": "Payment",
"status": "applied",
"created_at": "2024-01-15T10:30:00Z",
"meta_data": {
"key": "value"
}
}
Was this page helpful?
curl http://localhost:8081/transactions/txn_123
{
"transaction_id": "txn_123",
"amount": 1000.00,
"currency": "USD",
"source": "balance_123",
"destination": "balance_456",
"reference": "ref_001",
"description": "Payment",
"status": "applied",
"created_at": "2024-01-15T10:30:00Z",
"meta_data": {
"key": "value"
}
}