/v0.5/consent-requests/on-init Callback not receive

Hello,
I am calling https://dev.abdm.gov.in/gateway/v0.5/consent-requests/init
With input as below:-
{
“requestId”: “83394851-ea34-44f5-bc37-4e23bb5f5fde”,
“timestamp”: “2023-09-15T07:05:02.817488900Z”,
“consent”: {
“purpose”: {
“text”: “Care Management”,
“code”: “CAREMGT”
},
“patient”: {
“id”: “XXX@sbx”
},
“hiu”: {
“id”: “test-ninto-locker”
},
“requester”: {
“name”: “Dr. Ayush Admin”
},
“hiTypes”: [
“OPConsultation”,
“DischargeSummary”
],
“permission”: {
“accessMode”: “VIEW”,
“dateRange”: {
“from”: “2023-09-07T18:30:00Z”,
“to”: “2023-09-14T18:30:00Z”
},
“dataEraseAt”: “2023-09-16T07:04:47.691Z”,
“frequency”: {
“unit”: “HOUR”,
“value”: 1,
“repeats”: 0
}
}
}
}

And Receive Response as below:-
Response Status: 202 ACCEPTED

But after this I am expect call in /v0.5/consent-requests/on-init . But not receving.
Kidly help me for complete consent request flow.

Thank You.

@mbshingala Hello, this is working fine. Can you check the endpoint url that you have registered to receive call back responses?

@SARCH1
Thank you for your response.
Except this URL’s callback, other callbacks are working fine.
So endpoint url that I have registered to receive call back responses is ok

okay, tomorrow will try n connect; can u plz share your email id ? @mbshingala

@SARCH1
My email id = manish.shingala@hops.healthcare

In my given object, Identifier is missing and Need to USE Hospital’s HIU Id in hiu > id key.
Based on this my issue is resolved.

@mbshingala
can u please provide or share me the the latest ABHA SBX app

@Bhaskar1
Plz refer https://sandbox.abdm.gov.in/docs/phr_app
In this webpage there is link for ABHA SBX app

@mbshingala

how can u solve or resolve these issue

my issue is for the first time I am clicking on pull records in ABHA SBX app response was coming in webhook.
and again I am clicking on pull records response was not coming in webhook How can u solve these issue

   can u please tell me or help me regarding on this