Consent Request Approval Notify issue

Hi @Shubhanshu_Shukla,

I have raised consent request. I have approved it via ABHA Phr app. After approval CM is not notify HIU. Below api should called by CM after approval of consent request
‘v0.5/consents/hiu/notify’

I have tried in sandbox environment.

https://dev.abdm.gov.in/gateway/v0.5/consent-requests/init
{
“requestId”: “0518d39b-3b24-4252-b181-05f1a2e48a62”,
“timestamp”: “2022-05-31T08:33:48.8505330Z”,
“consent”: {
“purpose”: {
“text”: “Care Management”,
“code”: “CAREMGT”,
“refUri”: null
},
“patient”: {
“id”: “jatin@sbx”,
“name”: null
},
“hip”: null,
“hiu”: {
“id”: “uhi-driefcase-hiu”
},
“requester”: {
“name”: “Dr. Vijay Lad”,
“identifier”: {
“type”: “Dr. Vijay Lad”,
“value”: “driefcase@phpr”,
“system”: “”
}
},
“hiTypes”: [
“Prescription”,
“DiagnosticReport”,
“OPConsultation”,
“DischargeSummary”,
“ImmunizationRecord”,
“HealthDocumentRecord”,
“WellnessRecord”
],
“permission”: {
“accessMode”: “VIEW”,
“dataEraseAt”: “2022-06-04T18:30:00.0000000Z”,
“dateRange”: {
“from”: “2021-06-03T18:30:00.0000000Z”,
“to”: “2022-06-04T18:30:00.0000000Z”
},
“frequency”: {
“unit”: “HOUR”,
“value”: “1”,
“repeats”: “1”
}
}
}
}

https://dev.abdm.gov.in/gateway/v0.5/consent-requests/on-init
{
“requestId”: “ed0b2590-d8d2-41dc-aa1e-60bb7323489d”,
“timestamp”: “2022-05-31T08:30:56.487294”,
“consentRequest”: {
“id”: “492f9694-efd5-4d94-801f-d48e3c6c86e9”
},
“error”: null,
“resp”: {
“requestId”: “0518d39b-3b24-4252-b181-05f1a2e48a62”
}
}

Please look into it

@Shubhanshu_Shukla
I am also facing the same issue, Not getting notify callback

@Govind_Deshmukh / @skvasanth kindly suggest.