All tax wrappers related paths
/isa/wrappersCreates a tax wrapper for ISA account.
account_group_idstringrequired
The ID of the account group to which the tax wrapper belongs.
typestringrequired
Types of the ISA tax wrapper
is_flexiblebooleanrequired
True if ISA is flexible.
{
"account_group_id": "0d68fea2-66e8-4ea8-b507-276e7a1eb4aa",
"type": "STOCKS_AND_SHARES_ISA",
"is_flexible": true
}ISA tax wrapper created.
{
"id": "f1a57a04-1a89-4dab-ae3a-ff9b2a9377c1",
"created_at": "2025-10-05T14:48:00.000Z",
"updated_at": "2025-10-05T14:48:00.000Z",
"account_group_id": "0d68fea2-66e8-4ea8-b507-276e7a1eb4aa",
"is_flexible": true,
"status": "NEW",
"type": "STOCKS_AND_SHARES_ISA"
}/isa/wrappers/{tax_wrapper_id}/allowancesRetrieves ISA allowances
tax_yearstringFilter allowances by tax_year YYYY/YYYY
sortstringSort the result by created_at or valid_from
orderstringSort order of the result list if the sort parameter is specified. Use ASC for ascending or DESC for descending sort order.
offsetintUse the offset argument to specify where in the list of results to start when returning items for a particular query.
limitintUse the limit argument to specify the maximum number of items returned.
OK
{
"meta": {
"offset": 0,
"limit": 100,
"count": 1,
"total_count": 1,
"sort": "valid_from",
"order": "DESC"
},
"data": [
{
"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",
"used_amount": "0.00",
"remaining_amount": "20000.00",
"valid_from": "2025-04-06T00:00:00.000Z",
"valid_to": "2026-04-05T23:59:59.000Z",
"first_subscription_at": "2025-04-06T00:00:00.000Z"
}
]
}idstringrequired
Event unique identifier
created_atstringrequired
Date and time when the event was created. RFC 3339-5, ISO8601 UTC
typestringrequired
The type of ISA tax wrapper event
objectobject (Tax Wrappers - ISA Tax Wrapper)required
idstringrequired
Tax wrapper unique identifier.
created_atstringrequired
The date and time the tax wrapper was created.
updated_atstringrequired
The date and time the tax wrapper was last updated.
account_group_idstringrequired
Account group unique identifier.
is_flexiblebooleanrequired
True if tax wrapper is flexible.
statusstringrequired
Status of the tax wrapper
typestringrequired
Types of the ISA tax wrapper
webhook_idstringrequired
Webhook unique identifier.
{
"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"
}Request has been processed successfully.
Empty response
idstringrequired
Event unique identifier
created_atstringrequired
Date and time when the event was created. RFC 3339-5, ISO8601 UTC
typestringrequired
The type of ISA allowance event:
objectobject (Tax Wrappers - ISA Allowance)required
idstringrequired
Allowance unique identifier.
created_atstringrequired
The date and time the tax wrapper was created.
updated_atstringrequired
The date and time the tax wrapper was last updated.
tax_wrapper_idstringrequired
Tax wrapper unique identifier.
tax_yearOne OfMust match one of
typestringrequired
Type of the allowance:
statusstringrequired
Status of the allowance:
currencystringrequired
Alphabetic three-letter ISO 4217 currency code.
used_amountstringrequired
remaining_amountstringrequired
valid_fromstringrequired
The date from which the allowance is valid.
valid_toOne OfMust match one of
first_subscription_atOne OfMust match one of
webhook_idstringrequired
Webhook unique identifier.
{
"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",
"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"
}Request has been processed successfully.
Empty response
Was this page helpful?