Retrieve account agreements and generate PDF documents for account-related contracts.
Fondo Partner API (2.0.0)
Download OpenAPI description
Overview
E-mail
License
Languages
Servers
Mock server
https://docs.fondo.se/_mock/openapi/api_3.0.3
Production
https://api.fondo.se
Sandbox
https://api.sandbox.fondo.se
Transactions
Transactions record movements of money and units.
- Cash transactions (CT): deposits, withdrawals, cash legs of fund orders (with settlement dates).
- Fund transactions (FT): unit movements from subscriptions/redemptions (trade & settlement dates). Use these endpoints to reconcile ledgers and statements.
Operations
Subscriptions (WebSocket & Webhooks)
Receive real-time updates from Fondo without polling.
- WebSocket: open a persistent stream for
.create,.update,.delete, andheartbeatevents. - Webhooks: register a callback URL to get signed POSTs with
current/previouspayloads. Include replay/retry handling in your consumers.
Operations
- Mock serverhttps://docs.fondo.se/_mock/openapi/api_3.0.3/ping
- Productionhttps://api.fondo.se/ping
- Sandboxhttps://api.sandbox.fondo.se/ping
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://docs.fondo.se/_mock/openapi/api_3.0.3/pingResponse
application/json
{ "pong": "2019-11-10T01:20:00.000Z" }