hmrc / vat-api

Apache License 2.0
66 stars 17 forks source link

VAT Penalty API - Discrepancy in API JSON names or keys #967

Closed dev-efr closed 1 year ago

dev-efr commented 1 year ago

Bug report

Describe the bug There are two discrepancies observed as below :

Responses

  1. Retrieve VAT penalties : Partial JSON from API Documentation pasted { "totalisations": { "lateSubmissionPenaltyTotalValue": 400, "penalisedPrincipalTotal": 10000, "latePaymentPenaltyPostedTotal": 425.21, "latePaymentPenaltyEstimateTotal": 30.68 }, "lateSubmissionPenalty": { "summary": { "activePenaltyPoints": 4,

Actual JSON response from the Dev Hub API call { "totalisations" : { "lateSubmissionPenaltyTotalValue" : 0, "penalisedPrincipalTotal" : 7014.02, "latePaymentPenaltyPostedTotal" : 805.21, "latePaymentPenaltyEstimateTotal" : 4762.36 }, "lateSubmissionPenalty" : { "summary" : { "activePoints" : 1,


  1. Retrieve financial details : Partial JSON from API Documentation pasted { "totalisations": { "totalOverdue": 123.45, "totalNotYetDue": 12.34,

Actual JSON response from the Dev Hub API call { "totalisation" : { "totalOverdue" : 123.45, "totalNotYetDue" : 12.34,

DDCTLS-DEV-TEAM commented 1 year ago

Hi dev-efr, We are looking into this for you now.

DDCTLS-DEV-TEAM commented 1 year ago

Hi dev-efr, This issue has now been resolved