API Docs / Operations / Client - MTD Savings / Add Savings Account

Add Savings Account

POST /tenants/{tenant}/clients/{client}/mtd/savings/accounts

Registers a UK savings account with HMRC and returns the identifier they issue. Accounts are registered once rather than per tax year, and the name must be unique for the client. HMRC provide no way to delete an account once registered.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
{
  "accountName": "string"
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found