Call Back not received for consent request on-init

Related to M3 HIU Implementation:
I have triggered a call /gateway/v0.5/consent-requests/init to initiate consent request. Once the call was triggered i got the notification in the PHR app for the raised consent request. But i didn’t received the callback “v0.5/consent-requests/on-init” for the initiated consent request. @IntegrationSupport Kindly help me to identify why it was not received.
My request for consent request init:
{
“requestId”: “{{$guid}}”,
“timestamp”: “{{timestamp}}”,
“consent”: {
“purpose”: {
“text”: “Care Management”,
“code”: “CAREMGT”
},
“patient”: {
“id”: “spriyagk@sbx”
},
“hiu”: {
“id”: “manojiqvia”
},
“requester”: {
“name”: “Dr. Manju”,
“identifier”: {
“type”: “REGNO”,
“value”: “MH1001”,
“system”: “https://www.mciindia.org
}
},
“hiTypes”: [
“OPConsultation”
],
“permission”: {
“accessMode”: “VIEW”,
“dateRange”: {
“from”: “2020-09-25T12:52:34.925Z”,
“to”: “2020-10-25T12:52:34.925Z”
},
“dataEraseAt”: “2023-10-25T12:52:34.925Z”,
“frequency”: {
“unit”: “HOUR”,
“value”: 1,
“repeats”: 0
}
}
}
}

If there is any error in the request which i have sent im getting the callback API with error message. But for the success case i didn’t received callback API.

@IntegrationSupport Can you please help me to identify the above issue

@shanmugapriyar Please check and rectify the payload as per the example value here

post https://dev.abdm.gov.in/gateway/v0.5/consent-requests/init

{“requestId”:“90d5ba0d-bf55-4ebd-b70e-056f2ebd434a”,“timestamp”:“2023-08-01T12:19:55.616Z”,“consent”:{“purpose”:{“text”:“Care Management”,“code”:“CAREMGT”},“patient”:{“id”:“agneeshat900@sbx”},“hiu”:{“id”:“IN3210000020”},“requester”:{“name”:“adt”,“identifier”:{“type”:“REGNO”,“value”:“MH1001”,“system”:“https://www.mciindia.org”}},“hiTypes”:[“OPConsultation”],“permission”:{“accessMode”:“VIEW”,“dateRange”:{“from”:“2023-07-30T18:30:00.000Z”,“to”:“2023-08-01T18:30:00.000Z”},“dataEraseAt”:“2023-08-02T06:30:00.000Z”,“frequency”:{“unit”:“HOUR”,“value”:1,“repeats”:0}}}} headers: {“Content-Type”:“application/json”,“Accept”:“application/json”,“Authorization”:“Bearer eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJBbFJiNVdDbThUbTlFSl9JZk85ejA2ajlvQ3Y1MXBLS0ZrbkdiX1RCdkswIn0.eyJleHAiOjE2OTA5MDY2ODgsImlhdCI6MTY5MDg4NTA4OCwianRpIjoiYThiNDBkZGQtMGUxZC00YjE5LWI1OWQtOGVkYjVjZmI5ODA1IiwiaXNzIjoiaHR0cHM6Ly9kZXYubmRobS5nb3YuaW4vYXV0aC9yZWFsbXMvY2VudHJhbC1yZWdpc3RyeSIsImF1ZCI6ImFjY291bnQiLCJzdWIiOiJiZWM5NmI4YS05MjUxLTQ3ZmUtYTE1OS0xY2RkOWViN2Y2YWUiLCJ0eXAiOiJCZWFyZXIiLCJhenAiOiJTQlhfMDAxNTMyIiwic2Vzc2lvbl9zdGF0ZSI6IjBiMmRlZjY2LWRlZDItNGVmMy05ZjNmLTdjMTMwNTQ2NGE0MSIsImFjciI6IjEiLCJhbGxvd2VkLW9yaWdpbnMiOlsiaHR0cDovL2xvY2FsaG9zdDo5MDA3Il0sInJlYWxtX2FjY2VzcyI6eyJyb2xlcyI6WyJoaXUiLCJvZmZsaW5lX2FjY2VzcyIsImhlYWx0aElkIiwicGhyIiwiT0lEQyIsImhpcCJdfSwicmVzb3VyY2VfYWNjZXNzIjp7IlNCWF8wMDE1MzIiOnsicm9sZXMiOlsidW1hX3Byb3RlY3Rpb24iXX0sImFjY291bnQiOnsicm9sZXMiOlsibWFuYWdlLWFjY291bnQiLCJtYW5hZ2UtYWNjb3VudC1saW5rcyIsInZpZXctcHJvZmlsZSJdfX0sInNjb3BlIjoib3BlbmlkIGVtYWlsIHByb2ZpbGUiLCJjbGllbnRIb3N0IjoiMTAuMjMzLjY5LjkiLCJlbWFpbF92ZXJpZmllZCI6ZmFsc2UsImNsaWVudElkIjoiU0JYXzAwMTUzMiIsInByZWZlcnJlZF91c2VybmFtZSI6InNlcnZpY2UtYWNjb3VudC1zYnhfMDAxNTMyIiwiY2xpZW50QWRkcmVzcyI6IjEwLjIzMy42OS45In0.Xt7uZ7dK6NpkIstrhOjILZY_NH5fxFCy2TvjLD5cpW7g8GpdCkzuErolML5AaktmdkNc67dBZznL1mBRyu22IlKhem1f4m8UA4XUagzlgMKd5epnz1OkFfAzYiCa7F73XAQ3XpOviOARKu3jNMmfHhepzi2V4mPxRIEu5ZNNFZ5iKyxcAvMFWPK8MbNQN3BXsGXWbKcAi0tGPBxYxMZMenE0jfduuvoAS8M3TKpEg3uzMa3AQDcUpSnVrAqIexa23pgxmpmbAxv16jXKLTUgPXsl1YYGMb8KCSRB4yRIdJ1_61j1JYZxGSyiF0cQyf7LvvQUQNZ_h5Atkh4lmP7PUw”,“X-CM-ID”:“sbx”}