Secure and private
We adhere to bank-grade cybersecurity and encryption standards to ensure all data remains secure.
Easy to integrate
Designed with developers in mind, our APIs are easy to consume and have broad adaptability.
Seamless experience
Our Link SDK gracefully handles the bank connection process to increase customer satisfaction.
Build with Lean
Data access and payments, made easy
Get the customer data you need using the Lean endpoints.
Identity
Retrieve customer identity data held by their financial institution.
Accounts
Access bank accounts held by your customers.
Balances
See the values held in each customer account.
Transactions
Get customer transaction data held by their financial institution.
Call
1curl -X POST โapi.leantech.me/data/v1/identity \
2 --header 'Content-Type: application/json' \
3 --header 'lean-app-token: 40289089716ab818017178bc1cff0005'
Response
1{
2 "status": "OK",
3 "payload": {
4 "full_name": "Joe Bloggs",
5 "mobile_number": "478 633 4345 XXXX",
6 "gender": "MALE",
7 "national_identity_number": "739388015666",
8 "birth_date": "1986-12-23",
9 "email_address": "joe_bloggs@leantech.me",
10 "address": "140 Tabernacle Street, Shoreditch, EC2A 4SD, London, UK",
11 "type": "identity"
12 },
13 "results_id": "6dd9c7d2-1c8c-4862-bb1f-fcf52f5033d4",
14 "message": "Data successfully retrieved",
15 "timestamp": "2020-07-31T07:11:39.862804Z"
16}
Link SDK
All you need is six lines of code
Build in abilities to allow your customers to share their data, seamlessly. Designed with data privacy in mind and for customer conversion, your customers can connect their accounts effortlessly.
Available for:
1Lean.link({
2 app_token: '0e02e886f0ca41a4a73599e95dd46068',
3 customer_id: '38f6dcb1-f10a-45fe-8339-c075da97734c'
4 permissions: [
5 "identity",
6 "accounts",
7 "transactions",
8 "balance"
9 ]
10})



Insights
Retrieve accurate categorized data
Get categorized transactions using Leanโs proprietary AI and Machine Learning models. Our insights engine can accurately categorize over 99.8% of local transactions.
Categorization
No additional code needed. Get clean data from the source.
Call
1{
2 "entity_id": "5d10b9c2-268f-399d-ab44-07bfef5230ed",
3 "account_id": "02c3ad38-4b63-4c8c-8aba-a051c22371f0",
4 "insights": true
5}
Response
1{
2 "status": "OK",
3 "payload": {
4 "transactions": [
5 {
6 "id": "01e39a9c-a4ff-3429-a079-968ad1bbb0a3",
7 "description": "ALETIHAD CREDIT BUREAU ABU DHABI AE",
8 "amount": 84685.18,
9 "currency_code": "AED",
10 "pending": false,
11 "timestamp": "2021-01-31T00:00:00Z",
12 "insights": {
13 "description_cleansed": "ALETIHAD CREDIT BUREAU ABU DHABI AE",
14 "category": "LOANS_AND_INVESTMENTS",
15 "category_confidence": 0.99,
16 "type": "TRANSFER",
17 "type_confidence": 1
18 }
19 }
20 ],
21 "type": "transactions"
22 },
23 "results_id": "e4de381c-3fed-4e55-9cc4-bba094e352d8",
24 "message": "Data successfully retrieved",
25 "timestamp": "2021-02-08T15:41:37.186687Z"
26}
Use cases
Products you can build with Data API
Personal Finance
Help users fully understand their cash flow.
Digital Accounting
Automate business finances for maximum efficency.
Robo-Advisory
Help users invest and manage their finances.
Why Lean?
Lean adheres to bank-grade standards
Secure
We adhere to bank-grade cybersecurity and encryption standards to ensure all data remains secure.
One integration
Designed with developers in mind, our Data and Payments APIs are easy to consume and have broad adaptability.
Direct Connection
We operate as close to the rails as possible, building on top of existing bank APIs and delivering best-in-class reliability for you and your customers.
Fully compliant
Lean is fully regulated in each market we operate in to navigate the complex regulatory frameworks across the region.