- Get a managed account statement
Get all managed accounts
Create a managed account
Get a managed account
Update a managed account
Upgrade a managed account with IBAN
Get a managed account IBAN
Block a managed account
Unblock a managed account
Download a managed account statement as a PDF
Get transaction activity for a managed account
Get a specific transaction for a managed account
Remove a managed account
Get a managed account statement (legacy)
Get a managed account sta...
Returns a statement for the managed account identified by the id path parameter.
The statement contains only posted/completed transactions where funds have definitively moved (the actual balance of the instrument changed). In progress transactions are not included but can be retrieved via the transaction activity endpoint.
Repeated requests for the same statement period will return the same result.
Deprecated: requesting this endpoint with Accept: application/pdf is superseded by GET /managed_accounts/{id}/statement/pdf, which supports a timezone parameter and returns the complete period rather than a single page. The JSON response is not deprecated.
Security
auth_token and api-key
- Weavr Sandbox Environmenthttps://sandbox.weavr.io/multi/managed_accounts/{id}/statement
- Mock serverhttps://api.weavr.io/_mock/products/multi/openapi/managed_accounts/{id}/statement
curl -i -X GET \
'https://sandbox.weavr.io/multi/managed_accounts/{id}/statement?offset=0&limit=1&startPeriod=0&endPeriod=0&sortOrder=ASC&transaction.type=card_payments&executingAccessInstrument.id=string&executingAccessInstrument.type=managed_cards' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'accept: string' \
-H 'api-key: YOUR_API_KEY_HERE' \
-H 'x-api-version: LATEST'Response
- application/json
- application/pdf
{ "openingBalance": { "currency": "str", "amount": 0 }, "closingBalance": { "currency": "str", "amount": 0 }, "entries": [ { … } ], "count": 0, "responseCount": 0, "footer": "string" }