View transaction networks
Understand the network of people your users transact with

Overview
Okra’s machine-learning models give you insight into the networks of users' transactions over a period of time.
Not a Developer?
You can turn on Transaction Networks on your Okra dashboard by simply toggling a switch within the Add-on tab or the inner Transactions page of any of your customers.
You get a breakdown of transactions and real-time insights based on expenses within a given period of time.
curl -X POST https://api.okra.ng/v2/products/trans-networks/process
-H 'Content-Type: application/json'
-H 'Authorization: Bearer <AccessToken>'
-d '{
account: "5fe0a6f8ee69d878a679ef39",
customer: "5fe0a6f8ee69d878a679ef39"
}'
Make a transaction network request in real-time, from our API Reference.
Updated over 1 year ago