API Docs / Schemas / AddMtdSavingsAccountRequest

AddMtdSavingsAccountRequest

Registers a UK savings account for the client at HMRC. Accounts are registered once rather than
per tax year, and HMRC issue the identifier every later call uses.

Properties

Name Type Description
accountName*string

The account's display name. HMRC require it to be unique for the client, and cap it at 32
characters — the same cap is applied here so the user is told before the round trip.

The account's display name. HMRC require it to be unique for the client, and cap it at 32
characters — the same cap is applied here so the user is told before the round trip.

JSON Example

{
  "accountName": "string"
}

Used By Operations