Finverse
Commercialby Finverse
Open-banking aggregation and payments API for Asia, providing linked-account data (balances, transactions, statements) and recurring payment rails. Coverage includes major Singapore banks such as DBS, UOB and Standard Chartered, accessed through a hosted Link flow that end users authorise.
How to authenticate
- 1Sign up on the Finverse Developer Portal and obtain your customer_app_id, client_id and client_secret.
- 2Exchange them for a customer access token: POST https://api.prod.finverse.net/auth/customer/token with client_id, client_secret and grant_type=client_credentials.
- 3Use the customer token to create Link tokens / Link URLs that end users open to connect their bank accounts.
- 4After a user links an institution, exchange the returned code for a login_identity token.
- 5Call data endpoints (accounts, transactions, statements) with 'Authorization: Bearer <token>'.
Example request
curl -X POST 'https://api.prod.finverse.net/auth/customer/token' -H 'Content-Type: application/json' -H 'X-Request-Id: unique-id-123' -d '{"client_id":"YOUR_CLIENT_ID","client_secret":"YOUR_CLIENT_SECRET","grant_type":"client_credentials"}'Example response
{"access_token":"eyJhbGciOi...","token_type":"Bearer","expires_in":3600}Notes for AI agents
Developer Portal signup is self-serve with test institutions for sandboxing; production bank connections use credential-based linking since Singapore has no regulated open-banking mandate. Two token types matter: customer tokens (your app) vs login_identity tokens (a linked user). Pricing is not published in the docs.
Machine-readable version: /api/apis/finverse
Related APIs
Aspire API
Aspire
Singapore-headquartered business finance platform offering APIs for payouts, FX conversions, account balances and transaction data on Aspire business accounts. Lets finance teams automate payment operations from their own systems.
DBS Developer APIs
DBS Bank
DBS's corporate API suite (DBS RAPID) covering real-time payments and collections including PayNow, account balances, transaction notifications and FX. The most mature bank API program in Singapore.
MAS APIs (Exchange Rates and Statistics)
Monetary Authority of Singapore (MAS)
Official MAS data APIs covering daily SGD exchange rates, interest rates (SORA), monthly statistical bulletin tables and financial institution directories. Served from the MAS eservices API gateway.
OCBC API Developer Platform
OCBC Bank
OCBC's API platform (api.ocbc.com), the first open banking portal launched by a Singapore bank, offering corporate payment, account and product APIs plus sandbox access. Aimed at fintechs and OCBC business customers.