Hi @IntegrationSupport, @abha_AID_integration,
Not getting callback(/request) after /on-notify call in data transfer flow
the reponse form the /notify call from gateway to the HIP:
{“notification”:{“consentDetail”:{“consentId”:“a8bc5000-f480-4a11-b3b0-be1a94c7b7ea”,“createdAt”:“2023-11-30T09:04:55.787486”,“purpose”:{“text”:“Self Requested”,“code”:“PATRQT”,“refUri”:null},“patient”:{“id”:“phaneendhar@sbx”},“consentManager”:{“id”:“sbx”},“hip”:{“id”:“UC-01”,“name”:null},“hiTypes”:[“DiagnosticReport”,“Prescription”,“ImmunizationRecord”,“DischargeSummary”,“OPConsultation”,“HealthDocumentRecord”,“WellnessRecord”],“permission”:{“accessMode”:“VIEW”,“dateRange”:{“from”:“2016-11-30T09:04:55.759667”,“to”:“2023-11-30T09:04:55.759702”},“dataEraseAt”:“2024-01-30T09:04:53.437118”,“frequency”:{“unit”:“HOUR”,“value”:1,“repeats”:0}},“careContexts”:[{“patientReference”:“PAT-000”,“careContextReference”:“WI-1234”}]},“status”:“GRANTED”,“signature”:“mST/QekfkS/n75+S273+55GkOOLqSyqsAhwfy18Ie7qRTs9Az0mi5ZGL/+bZ2OMG7ccdnniOqawg2Q7kOchy/aOXlmrzy/Bk5Pok0wsamKThonZqI1C0JSug//V7lu5tsGS1UVNyVD2S42ev/Pe6KbMG030Bk65se0qnT0Z9oKBQQ9ud5+BH74iBQReirv8JwhlOV9JBbdnM8viuwR8tPh7pn5YtKWvuJ+Q1efgOmp1bGus6BX9HtPKQlIwJblXoisttWwCCt21w3YgVMxweNw3dT/dLN6IhEt5+JpRh8WNyjh/tMiXnNlQSeuHKwrOO3bewhFDYhZn6TlWcXi8tKQ==”,“consentId”:“a8bc5000-f480-4a11-b3b0-be1a94c7b7ea”,“grantAcknowledgement”:false},“requestId”:“d6304792-aeeb-49d3-85bf-b6f403383263”,“timestamp”:“2023-11-30T09:04:55.822062”}
we took the requestId and consentId from this and we made /on-notify call from postman
with requestBody
{
“requestId”: “{{$guid}}”,
“timestamp”: “{{$isoTimestamp}}”,
“acknowledgement”: {
“status”: “OK”,
“consentId”: “a8bc5000-f480-4a11-b3b0-be1a94c7b7ea”
},
“resp”: {
“requestId”: “d6304792-aeeb-49d3-85bf-b6f403383263”
}
}
we are getitng 202 Accepted in postman but we need to get the /request call from the gateway to our HIP, but we are not receiving the call, can you help us here.
we got struck in the middle of our integration of ABDM into our HIMS application.
can you please help us in unblocking in this issue.
Thanks