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'

Did you find this article helpful?