API Docs / Schemas / VatDetailsDto

VatDetailsDto

VAT registration and scheme details for a business

Properties

Name Type Description
registeredboolean

Indicates whether the business is registered for VAT

Indicates whether the business is registered for VAT

numberstring

VAT registration number

VAT registration number

registrationDatestring

Date when the business registered for VAT

Date when the business registered for VAT

schemeenum

Standard FlatRate CashAccounting AnnualAccounting MarginScheme

Standard FlatRate CashAccounting AnnualAccounting MarginScheme

reportingPeriodenum

Monthly QuarterlyJanAprJulOct QuarterlyFebMayAugNov QuarterlyMarJunSepDec Annual

Monthly QuarterlyJanAprJulOct QuarterlyFebMayAugNov QuarterlyMarJunSepDec Annual

verifiedboolean

Whether the VAT number has been verified against HMRC. Read-only: set by the verification
endpoint, and cleared automatically whenever the VAT number changes — values sent on an
update are ignored.

Whether the VAT number has been verified against HMRC. Read-only: set by the verification
endpoint, and cleared automatically whenever the VAT number changes — values sent on an
update are ignored.

verifiedDatestring

When the VAT number was last verified with HMRC. Read-only.

When the VAT number was last verified with HMRC. Read-only.

verifiedNamestring

The name HMRC holds the registration under, captured at verification. Read-only.

The name HMRC holds the registration under, captured at verification. Read-only.

consultationNumberstring

HMRC's consultation number for a verified check — proof the check was made. Present only
when the practice's own VAT number was on record at verification time. Read-only.

HMRC's consultation number for a verified check — proof the check was made. Present only
when the practice's own VAT number was on record at verification time. Read-only.

JSON Example

{
  "registered": false,
  "number": "string",
  "registrationDate": "2024-01-01T00:00:00Z",
  "scheme": "Standard",
  "reportingPeriod": "Monthly"
}

Contained in Schemas