Skip to main content
GET
/
transactions
/
{transaction_id}
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"
  }
}

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.

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.

Path

transaction_id
string
required
The transaction ID to retrieve the verdict for.
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"
  }
}

Need help?

We are very happy to help you make the most of Blnk, regardless of whether it is your first time or you are switching from another tool. To ask questions or discuss issues, please contact us or join our Discord community.
Tip: Connect to Blnk Cloud to see your Core data.You can view your transactions, manage identities, create custom reports, invite other team members to collaborate, and perform operations on your Core — all in one dashboard.Check out Blnk Cloud →