Check MTD VAT Status
hmrc_check_mtd_statusVerify a business's Making Tax Digital VAT mandate status using HMRC API to determine compliance requirements and effective dates.
Instructions
Check a business's Making Tax Digital VAT mandate status via the HMRC API.
NOTE: Connects to the HMRC sandbox by default. Set HMRC_API_BASE env var to 'https://api.service.hmrc.gov.uk' for production. Requires HMRC_CLIENT_ID and HMRC_CLIENT_SECRET environment variables (OAuth 2.0). Returns whether the business is mandated for MTD, effective date, and trading name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | HMRCMTDStatusInput with the 9-digit VAT Registration Number. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vrn | Yes | VAT Registration Number queried | |
| mandated | Yes | Whether this business is mandated for MTD VAT | |
| effective_date | No | Date from which MTD obligation applies | |
| trading_name | No | Registered trading name if available |