Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Introduction

On July 13, 2017, the Financial Secretary to the Treasury and Paymaster General in the United Kingdom announced that Making Tax Digital (MTD) for value-added tax (VAT) will take effect on April 1, 2019.

Dynamics 365 for Finance and Operations starting from version 10.0.1 supports MTD for VAT of the United Kingdom.

To support the MTD for VAT requirements on Dynamics 365 for Finance and Operations version 7.3 the hotfixes were released: #4492999, #4493076.

The documentation about setting up and usage Dynamics 365 for Finance and Operations for MTD for VAT is published on https://learn.microsoft.com/en-us/dynamics365/unified-operations/financials/localizations/emea-gbr-mtd-vat-integration.

Additionally, HM Revenue and Customs (HMRC) introduced compulsory to supply header information for VAT API from April 2019 to prevent fraud. For more information, see Fraud prevention.

First part of fraud prevention parameters is supported in Finance starting from versions (KB # 4504462):

Dynamics 365 for Finance and Operations version

Build number

10.0.1

10.0.51.30002

10.0.2

10.0.80.10022

10.0.3

10.0.107.0

For versions 7.3 of Dynamics 365 for Finance and Operations the KB # 4504462 must be installed.

Next part of fraud prevention parameters about originating device when “WEB_APP_VIA_SERVER” connection method is used for interoperation with HMRC is supported in Finance starting from version (KB # 4513878):

Dynamics 365 Finance

Build number

10.0.5

10.0.197

For versions 7.3 of Dynamics 365 for Finance and Operations the KB # 4513878 must be installed.

Current update provides additionally to the previously delivered scope of the fraud prevention parameters possibility for system admin to manually set up fraud prevention headers which cannot be defined by Finance automatically.

Overview

For “WEB_APP_VIA_SERVER” connection method following headers Finance can define automatically (KB4504462, KB4513878):

HTTP header

Description

Gov-Client-Device-ID

An identifier unique to an originating device.

Gov-Client-Timezone

The local time-zone of the originating device.

Gov-Client-Screens

Information related to the originating device’s screens.

Gov-Client-Window-Size

The number of pixels of the window on the originating device in which the user initiated (directly or indirectly) the API call to HMRC.

Gov-Client-Browser-Plugins

A list of browser plugins on the originating device.

Gov-Client-Browser-JS-User-Agent

JavaScript-reported user agent string from the originating device.

Gov-Client-Browser-Do-Not-Track

Whether the Do Not Track option is enabled on the browser.

Gov-Vendor-Version

A key-value data structure of software versions involved in handling a request.

For “BATCH_PROCESS_DIRECT” connection method following headers Finance can define automatically (KB4504462, KB4513878):

HTTP header

Description

Gov-Client-Timezone

The local time-zone of the originating device.

Gov-Vendor-Version

A key-value data structure of software versions involved in handling a request.

Gov-Client-MAC-Addresses

The list of MAC addresses available on the originating device.

For “WEB_APP_VIA_SERVER” connection method following headers are also requested to be supplied in header of requests to VAT API by HMRC to prevent fraud:

HTTP header

Description

Gov-Client-Public-IP

The public IP address (IPv4 or IPv6) from which the originating device makes the request.

Gov-Client-Public-Port

The public TCP port that the originating device uses when initiating the request.

Gov-Client-User-IDs

A key-value data structure containing the user identifiers.

Gov-Client-Local-IPs

A list of all local IP addresses (IPv4 and IPv6) available to the originating device.

Gov-Vendor-License-IDs

A key-value data structure of hashed license keys relating to the vendor software initiating the API request on the originating device.

Gov-Vendor-Public-IP

The public IP address of the servers to which the originating device sent their requests.

Gov-Vendor-Forwarded

A list that details hops over the internet between services that terminate TLS.

Values for these headers can be specified by system administrator.

For “BATCH_PROCESS_DIRECT” connection method following headers are also requested to be supplied in header of requests to VAT API by HMRC to prevent fraud:

HTTP header

Description

Gov-Client-Device-ID

An identifier unique to an originating device.

Gov-Client-Local-IPs

A list of all local IP addresses (IPv4 and IPv6) available to the originating device.

Gov-Client-User-IDs

A key-value data structure containing the user identifiers.

Gov-Vendor-License-IDs

A key-value data structure of hashed license keys relating to the vendor software initiating the API request on the originating device.

Values for these headers can be specified by system administrator.

Implementation details

System administrator can specify values of fraud prevention headers beyond those which can be defined automatically by Finance (KB4504462, KB4513878) on Supplementary headers fast tab of Web applications page starting from version 10.0.10 of Finance.

For versions 7.3 of Dynamics 365 for Finance and Operations the KB # 4541207 must be installed.

In Dynamics 365 Finance request headers for MTD VAT are composed by the “MTD VAT web request headers format (UK)” format in Electronic Reporting (ER) module. To include fraud prevention headers specified by system administrator on Supplementary headers fast tab of Web applications page to VAT MTD requests, the following or later versions of electronic reporting configurations must be used:

#

GER configuration name

Type

Version

1

Electronic Messages framework model

Model

28

2

MTD VAT model mapping (UK)

Model mapping (exporting, importing)

28.52

3

MTD VAT web request headers format (UK)

Format (exporting)

28.34

Setup

To prepare Finance to transmit fraud prevention headers beyond the list of automatically defined by Finance you must do additionally to pervious setup dedicated to fraud prevention the following steps:

  1. Specify fraud prevention headers which you want to transmit additionally and values for them on “Supplementary headers” fast tab of Web applications page.

  2. Import latest version (28.34 or later) of “MTD VAT web request headers format (UK)” electronic reporting configuration.

Supplementary headers setup

System administrator can specify fraud prevention headers to be transmitted to HMRC as part of request to VAT AP beyond the list of automatically defined.

  1. Open Tax > Setup > Electronic messages > Web applications page and select the web application for which you want to define fraud prevention parameters on the left side of the page.

  2. Open Supplementary headers fast tab and define headers names and their values.

It is important that names of the headers were defined exactly as required by HMRC. To avoid issues with naming of fraud prevention parameters, package of data entities for Electronic messaging – UK MTD VAT setup_v3 was extended with Supplementary headers.xlsx dataentity:

image.png

Download latest version of UK MTD VAT setup_v3 packagefrom Shared Asset library of LCS:

image.png

Import predefined data from the Supplementary headers.xlsx dataentity using Data management or if this is the first MTD feature setup – then this data entity will be imported to the system within the whole package.

image.png

Electronic reporting configurations setup

Import mentioned in Overview section or higher versions of the ER configurations.

Electronic reporting configuration download instruction from Lifecycle Services: https://learn.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/analytics/download-electronic-reporting-configuration-lcs

Important note!  When new versions of ER configurations are imported, check that following configurations are marked as Default for model mapping:

  • Tax declaration model mapping

  • MTD VAT model mapping (UK)

Starting from version 34 MTD VAT web request headers format (UK) provides possibility to extend the list of fraud prevention headers transmitting to HMRC as part of request to VAT API with values defined by system admin on “Supplementary headers” fast tab of Web applications page:

image.png

Headers for which no headers or values are setup on “Supplementary headers” fast tab of Web applications page these headers will not be included to the header of the request.

Important note!  API requests without fraud prevention headers may be rejected by HMRC. It is strictly recommended to address API requests to HMRC with fraud prevention headers.




Hotfix information

Electronic reporting configuration download instruction from Lifecycle Services: https://learn.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/analytics/download-electronic-reporting-configuration-lcs

How to obtain the Microsoft Dynamics AX updates files

This update is available for manual download and installation from the Microsoft Download Center for version 7.3:

Prerequisites

You must have one of the following products installed to apply this hotfix:

  • Microsoft Dynamics 365 for Finance and Operations (7.3)

Restart requirement

You must restart the Application Object Server (AOS) service after you apply the hotfix.

If you are encountering an issue downloading, installing this hotfix, or have other technical support questions, contact your partner or, if enrolled in a support plan directly with Microsoft, you can contact technical support for Microsoft Dynamics and create a new support request. To do this, visit the following Microsoft website:

https://mbs.microsoft.com/support/newstart.aspx

More information

You can contact technical support for Microsoft Dynamics by phone using these links for country specific phone numbers. To do this, visit one of the following Microsoft websites:

Partners

https://mbs.microsoft.com/partnersource/resources/support/supportinformation/Global+Support+Contacts

Customers

https://mbs.microsoft.com/customersource/northamerica/help/help/contactus

In special cases, charges that are ordinarily incurred for support calls may be canceled if a Technical Support Professional for Microsoft Dynamics and related products determines that a specific update will resolve your problem. The usual support costs will apply to any additional support questions and issues that do not qualify for the specific update in question.

Note This is a "FAST PUBLISH" article created directly from within the Microsoft support organization. The information contained here in is provided as-is in response to emerging issues. As a result of the speed in making it available, the materials may include typographical errors and may be revised at any time without notice. See Terms of Use for other considerations.

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×