Securely bridge the gap between AI-driven wealth management platforms and your enterprise systems via compliant protocol analysis.
We provide robust protocol analysis, automated account authentication, and reliable API endpoints to extract comprehensive data from Plum. Harness Open Finance capabilities to pull details such as recurring deposits, Cash ISA performance, over 3,000 US stock holdings, and AI-powered transaction tracking seamlessly.
Establish secure connections mimicking the official app's login sequence, including biometric handshake parameters and multi-factor verification. This module maintains persistent sessions by actively refreshing OAuth tokens without requiring repeated user intervention.
Download detailed spending records that fuel the AI automation engine. Extract categorical breakdowns, merchant names, amounts, and dates. This data is essential for personal finance management applications aiming to offer hyper-personalized budgeting advice.
Programmatically access the user’s entire investment profile. Pull current market values, unit holdings, and unrealized gains across fractional shares and managed funds. Use this feature to consolidate external brokerage accounts into a single net-worth view.
Track the performance of Easy-Access Interest Pockets and the BlackRock ICS Sterling Government Liquidity Fund. By parsing the daily accrued interest and base rate changes, your system can trigger yield-optimization alerts for high-net-worth clients.
| Data Type | Source / Screen | Granularity | Typical Use Case |
|---|---|---|---|
| User Profile & KYC | Settings > Account | Name, Email, Verified Status | Identity verification and cross-platform onboarding |
| Savings Pockets Balance | Home > Savings | Exact balances, interest rate applied (up to 4.70% AER) | Liquidity assessment and net worth calculation |
| Stock Portfolio | Investments > Stocks | Ticker symbol, fractional shares, average buy price | Tax reporting and automated risk analysis |
| Transaction Feed | Recent Activity | Date, Merchant, Amount, Category | Expense reconciliation and credit scoring |
| Pension (SIPP) Data | Retirement > SIPP | Total value, fund allocation, tax relief history | Retirement planning and long-term wealth modeling |
Business Context: Financial aggregators need to show users their complete net worth, including micro-savings and fractional stocks held in AI-driven apps.
API Involvement: Utilizing the Portfolio Sync and Savings Pocket APIs, the system pulls daily valuations of Cash ISAs, mutual funds, and US equities.
Open Finance Mapping: Translates proprietary investment metrics into standard Open Wealth formats for seamless display alongside traditional bank accounts like Barclays or Monzo.
Business Context: Lenders require granular data on a borrower's saving discipline and disposable income to offer better loan rates.
API Involvement: Extracting the Transaction Feed and AI Auto-Saver history to demonstrate consistent, positive cash flow and responsible financial behavior.
Open Finance Mapping: Acts as an Open Data supplement to standard credit bureaus, proving liquidity through automated, regular deposits into 95-day notice accounts.
Business Context: Accounting platforms (like Xero or QuickBooks) need accurate records of dividend payouts, capital gains from US stocks, and SIPP tax relief.
API Involvement: Implementing specific endpoints to fetch buy/sell order executions and dividend credits from the General Investment Account.
Open Finance Mapping: Bypasses manual CSV uploads by creating a direct Open Finance pipeline from the investment broker directly to the accountant's ledger.
Business Context: Sophisticated retail investors want to apply their own quantitative models on top of their existing fractional share portfolio.
API Involvement: Creating a secure webhook that listens for price alerts and automatically pushes "buy/sell" intent triggers back to the trading module.
Open Finance Mapping: Elevates read-only Open Banking to read-write capabilities, enabling programmatic portfolio rebalancing based on external market data.
Exchange user credentials for an active access token.
POST /auth/v1/login
Content-Type: application/json
User-Agent: PlumApp/4.5.1 (iOS 17.1)
{
"email": "user@example.com",
"device_id": "UUID-STR-1234",
"auth_method": "biometric_fallback"
}
// Response
{
"access_token": "eyJh...",
"refresh_token": "d8f9...",
"expires_in": 3600,
"user_id": "usr_998877"
}
Retrieve current holdings across all pockets and investments.
GET /api/v2/users/usr_998877/portfolio
Authorization: Bearer eyJh...
X-App-Version: 4.5.1
// Response
{
"total_value_gbp": 12450.75,
"accounts": [
{
"type": "CASH_ISA",
"balance": 4000.00,
"interest_rate": 3.63
},
{
"type": "STOCKS_GIA",
"holdings": [
{"ticker": "TSLA", "shares": 2.5, "value": 450.25},
{"ticker": "AMZN", "shares": 10.0, "value": 1200.50}
]
}
]
}
As Plum Fintech Ltd is authorized as an AISP by the Financial Conduct Authority (FCA FRN: 836158) and operates under the UK Open Banking Standard, any integration we build adheres strictly to these regulatory frameworks. We implement endpoints that respect GDPR data minimization principles, ensuring you only retrieve the data the end-user explicitly consents to share. Furthermore, integrations involving investment data (regulated via Saveable Ltd) utilize secure, read-only scopes by default to protect FSCS-eligible funds from unauthorized alterations.
The target application is deeply embedded in the UK and European personal finance landscape. Its user base primarily consists of millennial and Gen Z retail investors seeking automated, hands-off wealth accumulation. These mobile-first users frequently utilize competitor apps like Moneybox, Emma, or Cleo, making cross-platform data integration highly valuable for aggregating fragmented micro-investments and open banking insights into one holistic financial picture.
Click on the thumbnails below to view the interface screens from which we extract financial data, including the savings dashboard, investment portfolio, and transaction history.
We are a dedicated technical service studio specializing in App interface integration and authorized API integration. With deep roots in fintech, mobile reverse engineering, and cloud architecture, we deliver compliant, scalable, and highly reliable Open Data solutions to global enterprise clients.
Description only relevant for UK customers. Plum’s on a mission to help you grow your money for life with automated deposits, accessible investing and smart saving.