Inject a transaction into the watch system for real-time risk evaluation.
curl -X POST http://localhost:8081/inject \
-H "Content-Type: application/json" \
-d '{
"amount": 5000.00,
"currency": "USD",
"transaction_id": "txn_ref_001",
"source": "balance_123",
"destination": "balance_456",
"description": "High-value transfer",
"created_at": "2026-03-16T09:00:00Z",
"meta_data": {
"merchant_category": "finance",
"country": "US"
}
}'
{
"transaction_id": "0f81a4e1-2b8d-496b-8d5d-a4e1e980f1a6",
"message": "Call GET /transactions/{id} to fetch the processed transaction or set ALERT_WEBHOOK_URL to get webhooks when a rule triggers for the transaction."
}
When using Watch, use this endpoint to inject a transaction into the service for real-time risk evaluation.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.
meta_data.transaction_id, amount, currency, source, destination, created_at, meta_data — so mapping from Blnk Core stays predictable. USD.curl -X POST http://localhost:8081/inject \
-H "Content-Type: application/json" \
-d '{
"amount": 5000.00,
"currency": "USD",
"transaction_id": "txn_ref_001",
"source": "balance_123",
"destination": "balance_456",
"description": "High-value transfer",
"created_at": "2026-03-16T09:00:00Z",
"meta_data": {
"merchant_category": "finance",
"country": "US"
}
}'
{
"transaction_id": "0f81a4e1-2b8d-496b-8d5d-a4e1e980f1a6",
"message": "Call GET /transactions/{id} to fetch the processed transaction or set ALERT_WEBHOOK_URL to get webhooks when a rule triggers for the transaction."
}
Was this page helpful?
curl -X POST http://localhost:8081/inject \
-H "Content-Type: application/json" \
-d '{
"amount": 5000.00,
"currency": "USD",
"transaction_id": "txn_ref_001",
"source": "balance_123",
"destination": "balance_456",
"description": "High-value transfer",
"created_at": "2026-03-16T09:00:00Z",
"meta_data": {
"merchant_category": "finance",
"country": "US"
}
}'
{
"transaction_id": "0f81a4e1-2b8d-496b-8d5d-a4e1e980f1a6",
"message": "Call GET /transactions/{id} to fetch the processed transaction or set ALERT_WEBHOOK_URL to get webhooks when a rule triggers for the transaction."
}