HIU Services - Not working well as before

@IntegrationSupport @Sachin @Ramandeep1

HIU services were working well till yesterday. Now HIU On Notify is showing an error

‘Invalid Response’

HIU Notify Call Back:

{
“timestamp”: “2024-02-01T08:23:56.405532”,
“requestId”: “c032029f-5a07-442f-b76e-154fa62bbd7a”,
“notification”: {
“consentRequestId”: “e54a2b63-a526-49a7-bac2-0ea69994544a”,
“status”: “GRANTED”,
“consentArtefacts”: [
{
“id”: “008ea8b9-610d-4e36-b9ce-fadc438a0d45”
},
{
“id”: “f99c436b-d0c6-4d62-9514-641c2ad1ea37”
}
]
}
}

HIU On Notify :

Url - https://dev.abdm.gov.in/gateway/v0.5/consents/hiu/on-notify

{
“requestId”: “e588b287-7a41-49e3-8c80-f39f102930db”,
“timestamp”: “2024-02-01T08:23:57.659Z”,
“acknowledgement”: [{
“status”: “OK”,
“consentId”: “e54a2b63-a526-49a7-bac2-0ea69994544a”
}],
“resp”: {
“requestId”: “c032029f-5a07-442f-b76e-154fa62bbd7a”
},
“error”: null
}

Response :

‘Invalid Response’

  1. Consent Fetch

Url - https://dev.abdm.gov.in/gateway/v0.5/consents/fetch

{
“requestId”: “85d5fa11-bd2f-4b54-b453-ede241a6e9e7”,
“timestamp”: “2024-02-01T08:23:57.927Z”,
“consentId”: “f99c436b-d0c6-4d62-9514-641c2ad1ea37”
}

Response :

{“error”:{“code”:“403”,“message”:“Access Denied”}}