{
  "id": "7e48f03e-0aab-4d69-9dcf-434c2ae807e9",
  "slug": "finverse",
  "name": "Finverse",
  "provider": "Finverse",
  "category_slug": "finance-banking",
  "description": "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.",
  "base_url": "https://api.prod.finverse.net",
  "docs_url": "https://docs.finverse.com/",
  "openapi_url": null,
  "auth_type": "oauth2",
  "auth_guide": [
    "Sign up on the Finverse Developer Portal and obtain your customer_app_id, client_id and client_secret.",
    "Exchange 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.",
    "Use the customer token to create Link tokens / Link URLs that end users open to connect their bank accounts.",
    "After a user links an institution, exchange the returned code for a login_identity token.",
    "Call data endpoints (accounts, transactions, statements) with 'Authorization: Bearer <token>'."
  ],
  "pricing": "contact",
  "rate_limit": null,
  "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_snippet": "{\"access_token\":\"eyJhbGciOi...\",\"token_type\":\"Bearer\",\"expires_in\":3600}",
  "agent_notes": "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.",
  "status": "live",
  "tags": [
    "open-banking",
    "aggregation",
    "transactions",
    "asia",
    "linked-accounts"
  ],
  "sg_official": false,
  "created_at": "2026-07-05T09:15:27.230Z",
  "updated_at": "2026-07-05T09:15:27.230Z",
  "page_url": "https://singaporeapi.com/apis/finverse"
}