OCBC API Developer Platform
Commercialby 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.
How to authenticate
- 1Register a developer account at api.ocbc.com.
- 2Create an app to get client id and secret with sandbox access.
- 3Use the OAuth 2.0 client credentials or authorization flows per API product.
- 4Production/live APIs require OCBC partnership or corporate banking onboarding.
Example request
curl -H 'Authorization: Bearer SANDBOX_TOKEN' 'https://api.ocbc.com/transactional/corporateaccount/1.0/balance?accountNo=SANDBOX'Example response
{"Results":{"AccountNo":"501123456001","AvailableBalance":"88000.00","Currency":"SGD"}}Notes for AI agents
Sandbox is self-serve; live corporate APIs are gated behind bank onboarding. Catalogue has thinned over the years, so confirm the specific product still exists before committing.
Machine-readable version: /api/apis/ocbc-api
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.
Finverse
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.
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.