Issue with Pull records-HIP

Hi Team,
When the “Pull Records” button is clicked, I receive a request on the /v0.5/consents/hip/notify callback API. In response, I reply to the /v0.5/consents/hip/on-notify API. However, I am not receiving the subsequent request on the /0.5/health-information/hip/request API.

Request for /notify api
{“notification”:{“consentDetail”:{“consentId”:“35369974-f938-4c6a-b16d-fb2fa2d5aa4a”,“createdAt”:“2023-10-16T06:43:10.934339159”,“purpose”:{“text”:“Self Requested”,“code”:“PATRQT”,“refUri”:null},“patient”:{“id”:“lokesh8987@sbx”},“consentManager”:{“id”:“sbx”},“hip”:{“id”:“ReMeDi-s3test2”,“name”:null},“hiTypes”:[“DiagnosticReport”,“Prescription”,“ImmunizationRecord”,“DischargeSummary”,“OPConsultation”,“HealthDocumentRecord”,“WellnessRecord”],“permission”:{“accessMode”:“VIEW”,“dateRange”:{“from”:“2016-10-16T06:43:10.909841547”,“to”:“2023-10-16T06:43:10.909843667”},“dataEraseAt”:“2023-12-16T06:43:10.797124”,“frequency”:{“unit”:“HOUR”,“value”:1,“repeats”:0}},“careContexts”:[{“patientReference”:“PID-9341”,“careContextReference”:“Visit-65379”}]},“status”:“GRANTED”,“signature”:“DTW6ZNsaCju27XWUAfwxiE2Of+vqiBEF5TeewWW5Zq9UefNDhTx5Pci4Q5nKD1F5eFHXiwVtW1GOl/bHpWQqo5zw3q0mlMITvSjLgODhKQty1HVzQrn4qH3FLb55lMwLkqZfey9tFDbydP1xqa2ZSZmQWiFKxZ6apNpbBhYO1E40PLG2hKOFFITZpOMSSLX3B7UqNZawvWVA7iuewNLt2EPI0dc1ZhirFnzOc89b5tIX3LRPPDAVMgmVTwBDahUtFKlBv6K2pdtKnqGnGQ1XOVllaywluBOKH3rgKpf6s41E+OUyGieo3wbVGpEgxbbv3xzah6qMFo8SD1KcG0lSlw==”,“consentId”:“35369974-f938-4c6a-b16d-fb2fa2d5aa4a”,“grantAcknowledgement”:false},“requestId”:“5bcd3fb2-c645-4eea-bdc0-9f02b30eb814”,“timestamp”:“2023-10-16T06:43:10.970035556”}

Request for /on-notify
{“requestId”: “991531f4-95bd-4046-9abd-25ef83ba6750”,“timestamp”: “2023-10-16T06:43:13.289000”,“acknowledgement”: {“status”: “OK”,“consentId”: “null”},“resp”: {“requestId”: “5bcd3fb2-c645-4eea-bdc0-9f02b30eb814”}}

Can you please tell me what I am doing wrong here and guide me on this issue.

Regards,
Lokesh

@VenuAjitesh Please assist in this issue thread.

Hello, There is no mistake in your on-notify api call, the server is working but you didn’t received request api call because the server might be busy when you are requesting, so you can check again, you will receive the request api.