Upvest Investment API.
Upvest Investment API (1.75.0)
Overview
Languages
Servers
Sandbox environment
https://sandbox.upvest.co/
Live environment
https://api.upvest.co/
Bodyapplication/json
The type of ISA tax wrapper event
- NEW - The tax wrapper is newly created and not yet active due to pending checks.
- ACTIVE - The tax wrapper is currently active and in use.
- INACTIVE - The tax wrapper is not currently active. New subscriptions not allowed.
- CLOSED - The tax wrapper has been closed and is no longer available.
Enum"ISA_WRAPPER.NEW""ISA_WRAPPER.ACTIVE""ISA_WRAPPER.INACTIVE""ISA_WRAPPER.CLOSED"
Status of the tax wrapper
- NEW - The tax wrapper is newly created and not yet active due to pending checks.
- ACTIVE - The tax wrapper is currently active and in use.
- INACTIVE - The tax wrapper is not currently active. New subscriptions not allowed.
- CLOSED - The tax wrapper has been closed and is no longer available.
Enum"NEW""ACTIVE""INACTIVE""CLOSED"
Date and time when the event was created. RFC 3339-5, ISO8601 UTC
- Sandbox environment
https://sandbox.upvest.co/ISA tax wrapper events
- Live environment
https://api.upvest.co/ISA tax wrapper events
application/json
{ "id": "295cf14f-368c-450e-b57e-48d115d30fe4", "created_at": "2025-08-01T10:34:43Z", "type": "ISA_WRAPPER.NEW", "object": { "id": "f1a57a04-1a89-4dab-ae3a-ff9b2a9377c1", "created_at": "2025-08-01T10:33:43Z", "updated_at": "2025-08-01T10:33:43Z", "account_group_id": "d4b5c6e7-89f0-4a1b-9c2d-3e4f5a6b7c8d", "is_flexible": true, "status": "NEW", "type": "STOCKS_AND_SHARES_ISA" }, "webhook_id": "4a80c45f-204c-4498-ac20-d900a846e166" }
Bodyapplication/json
The type of ISA allowance event:
- CREATED: Allowance was created.
- UPDATED: Allowance was updated.
- EXPIRED: Allowance is no longer valid.
Enum"ISA_WRAPPER_ALLOWANCE.CREATED""ISA_WRAPPER_ALLOWANCE.UPDATED""ISA_WRAPPER_ALLOWANCE.EXPIRED"
Type of the allowance:
- ANNUAL - Allowance valid for a tax year.
Default "ANNUAL"
Value"ANNUAL"
Status of the allowance:
- ACTIVE - Current allowance.
- EXPIRED - Allowance from previous years.
Enum"ACTIVE""EXPIRED"
Alphabetic three-letter ISO 4217 currency code.
- GBP - British Pound Sterling
Default "GBP"
Value"GBP"
Date and time when the event was created. RFC 3339-5, ISO8601 UTC
- Sandbox environment
https://sandbox.upvest.co/ISA allowance events
- Live environment
https://api.upvest.co/ISA allowance events
application/json
{ "id": "295cf14f-368c-450e-b57e-48d115d30fe4", "created_at": "2025-08-01T10:34:43Z", "type": "ISA_WRAPPER_ALLOWANCE.UPDATED", "object": { "id": "f1a57a04-1a89-4dab-ae3a-ff9b2a9377c1", "created_at": "2025-10-05T14:48:00.000Z", "updated_at": "2025-10-05T14:48:00.000Z", "tax_wrapper_id": "0d68fea2-66e8-4ea8-b507-276e7a1eb4aa", "tax_year": "2025/2026", "type": "ANNUAL", "status": "ACTIVE", "currency": "GBP", "total_amount": "20000.00", "used_amount": "1000.00", "remaining_amount": "19000.00", "valid_from": "2025-04-06T00:00:00.000Z", "valid_to": "2026-04-05T23:59:59.000Z", "first_subscription_at": "2025-05-13T00:00:00.000Z" }, "webhook_id": "4a80c45f-204c-4498-ac20-d900a846e166" }