Integrations

Plays well with the stack you already have.

Investa is designed to slot into the systems your firm already runs — Odoo for ERP, your bank for cash, your custodian for valuations, your KYC vendor for screening. Pre-built adapters for the most common, an open API for the rest.

ODO
Odoo ERPGeneral ledger, journals
SAP
SAP S/4HANAEnterprise GL
QB
QuickBooksSmaller funds
XER
XeroSmaller funds
Investa Fund Operating System
SNB
SNB / SABBank cash & payments
RJI
Riyad / Riyad CapitalCustody, valuations
RFN
Refinitiv / LSEGPricing & market data
BBG
Bloomberg B-PIPEMarket data
By category

A directory of every integration we ship.

01

ERP & general ledger

Two-way sync of journals, accounts, periods. Investa stays the source of truth for fund-level events; the ERP holds firm-level books.

Odoov15-17 · Community & Enterprise
SAP S/4HANACloud + On-prem
Microsoft Dynamics365 F&O · Business Central
Oracle NetSuiteSuiteTalk REST
QuickBooksOnline · Desktop
XeroOAuth 2.0 API
02

Banks & payments

Cash movements, settlement instructions, reconciliation. SARIE for SAR domestic, SWIFT for cross-border. ISO 20022 native.

Saudi National BankSARIE · MT940 · MT103
Saudi Awwal BankHost-to-host · API
Riyad BankSARIE · ISO 20022
Al Rajhi BankSARIE · MT
HSBCHSBCnet · SWIFT
Standard CharteredS2B · SWIFT
03

Custodians & fund admins

Daily holdings, NAV files, corporate actions. Investa imports, validates row-by-row, surfaces breaks before they become close-cycle problems.

Riyad CapitalCustody · Valuation
HSBC Securities ServicesGlobal custody
CitiInvestment services
Apex GroupFund admin
BNY MellonAsset servicing
Northern TrustFund admin · Custody
04

Market data & pricing

Reference data, real-time and EOD prices, FX, benchmarks. Pulled into the NAV pipeline; cached and timestamped per snapshot.

Refinitiv / LSEGRKD · DataScope
BloombergB-PIPE · BLPAPI
S&P Capital IQReference data
FactSetMarket data
TadawulSaudi Exchange feeds
ICE Data ServicesPricing & analytics
05

KYC, AML & screening

Identity verification, sanctions and PEP screening, ongoing monitoring. Configurable rules per tenant; rescreen on schedule or on event.

Refinitiv World-CheckSanctions · PEP
LexisNexis BridgerSanctions · Adverse media
ComplyAdvantageReal-time monitoring
OnfidoIdentity verification
JumioID + biometrics
Absher / NafathSaudi national ID
06

Identity, comms & signatures

SSO into your IdP, e-signature for investor docs, transactional email/SMS for OTP, statements and approvals.

Microsoft EntraSAML 2.0 · OIDC
OktaSAML · SCIM
Google WorkspaceOIDC SSO
DocuSigne-Signature
Adobe Acrobat Signe-Signature
TwilioSMS OTP · WhatsApp
Open API

Anything we don't ship, you can build.

Investa exposes the same REST + Webhook surface our own portals use. Versioned, documented, tenant-scoped. OAuth 2.0, scoped tokens, full audit on every call. Fair-use rate limits; dedicated quotas on the Enterprise plan.

  • REST + JSON. All entities readable and (where appropriate) writable.
  • Webhooks. Subscribe to subscriptions, NAV, approvals, KYC events.
  • SDKs. TypeScript and Python first-class; community Go & Java.
  • Sandbox tenants. Provisioned in 60 seconds, populated with test data.
POST /v1/subscriptions 200 OK
curl https://api.investa.dev/v1/subscriptions \
  -H "Authorization: Bearer $INVESTA_TOKEN" \
  -H "X-Tenant: northstar" \
  -d '{
    "fund_id": "fnd_n7c2",
    "investor_id": "inv_8021",
    "amount": "2500000.00",
    "currency": "SAR",
    "settlement_date": "2026-03-31",
    "approval_chain": ["rm","compliance","fund_manager"]
  }'

# 200 OK
{
  "id": "sub_01HX9...",
  "status": "pending_approval",
  "next_step": "rm_review",
  "sla_due": "2026-03-15T14:30:00Z"
}
Don't see yours?

We build new adapters all the time.

If your bank, custodian or KYC vendor isn't on the list, tell us. We've never quoted more than four weeks for a new connector — usually two.