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
- Mock serverhttps://docs.fondo.se/_mock/openapi/api_3.0.3/v2/partner/client/{client_id}/account/{account_id}/agreement-types
- Productionhttps://api.fondo.se/v2/partner/client/{client_id}/account/{account_id}/agreement-types
- Sandboxhttps://api.sandbox.fondo.se/v2/partner/client/{client_id}/account/{account_id}/agreement-types
- 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/v2/partner/client/49ad7378-121c-4a53-9894-dfd14a7b4877/account/49ad7378-121c-4a53-9894-dfd14a7b4877/agreement-types \
-H 'Authorization: Bearer <YOUR_Token_HERE>'Response
application/json
[ { "key": "account", "swe": "Kontoavtal" }, { "key": "power_of_attorney", "swe": "Fullmakt" } ]
- Mock serverhttps://docs.fondo.se/_mock/openapi/api_3.0.3/v2/partner/client/{client_id}/account/{account_id}/agreement/{agreement_type_key}
- Productionhttps://api.fondo.se/v2/partner/client/{client_id}/account/{account_id}/agreement/{agreement_type_key}
- Sandboxhttps://api.sandbox.fondo.se/v2/partner/client/{client_id}/account/{account_id}/agreement/{agreement_type_key}
- 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/v2/partner/client/49ad7378-121c-4a53-9894-dfd14a7b4877/account/49ad7378-121c-4a53-9894-dfd14a7b4877/agreement/account \
-H 'Authorization: Bearer <YOUR_Token_HERE>'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