VAT Submission Issue -Token needs clearing as incorrect details used.

VAT Submission Issue -Token needs clearing as incorrect details used.

Problem: The customer has multiple accounts with HMRC for MTD and has accidentally linked an incorrect account to his system.

Solution: Remove the token using a connection via PGAdmin to the customers database

SQL Statements:
select * into  __kcsldrb_oathtoken from oauth_token

Identify the HMRC specific entry and then delete it

delete from oauth_token where token_id = 'ER59C0001C2R3JZ'

    • Related Articles

    • EU Vat Import One Stop Shop (IOSS)

      IMPORTANT This is a complex issue, and each business must review and understand EU VAT and IOSS as it applies to their own circumstances. We will be reviewing all the feedback from customers and updating this page as and when new information is ...
    • Preparing and Submitting a Digital Tax Return (MTD)

      Overview This video covers the selecting of data ready to submit your VAT Return and then the process of submitting your VAT Return using Making Tax Digital (MTD). There are instruction below the video. HMRC - New Numbering System Please be aware ...
    • Setup Country Specific VAT

      Overview Khaos Control Cloud has the ability to track country specific VAT and this guide explains how to set this up. Please note that the values required for each country will be dependent on your tax agreements with the country in question - we ...
    • Issue Credit Notes in Sales Invoice Manager

      Overview Once a credit note has been printed, you then need to issue it. Once it has been issued the credit note will appear on the customer's statement screen and can then be used. A step by step guide can be found below the video. Steps Open Sales ...
    • Channel Orders Not Importing (Token Expiry)

      Question/Problem Channel orders not importing from channel but were importing yesterday. Resolution/Solution Although this could be for a number of reasons, a sudden stop of orders importing suggests an authentication issue. Certain channels only ...