{
  "id": "5599099f-0dc2-433c-9b57-b4751cd2a382",
  "slug": "ocbc-api",
  "name": "OCBC API Developer Platform",
  "provider": "OCBC Bank",
  "category_slug": "finance-banking",
  "description": "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.",
  "base_url": "https://api.ocbc.com",
  "docs_url": "https://api.ocbc.com",
  "openapi_url": null,
  "auth_type": "oauth2",
  "auth_guide": [
    "Register a developer account at api.ocbc.com.",
    "Create an app to get client id and secret with sandbox access.",
    "Use the OAuth 2.0 client credentials or authorization flows per API product.",
    "Production/live APIs require OCBC partnership or corporate banking onboarding."
  ],
  "pricing": "contact",
  "rate_limit": null,
  "example_request": "curl -H 'Authorization: Bearer SANDBOX_TOKEN' 'https://api.ocbc.com/transactional/corporateaccount/1.0/balance?accountNo=SANDBOX'",
  "example_response_snippet": "{\"Results\":{\"AccountNo\":\"501123456001\",\"AvailableBalance\":\"88000.00\",\"Currency\":\"SGD\"}}",
  "agent_notes": "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.",
  "status": "live",
  "tags": [
    "ocbc",
    "bank",
    "open-banking",
    "corporate"
  ],
  "sg_official": false,
  "created_at": "2026-07-05T08:44:12.325Z",
  "updated_at": "2026-07-05T09:15:26.996Z",
  "page_url": "https://singaporeapi.com/apis/ocbc-api"
}