I am trying to send Data to an HIU, for that ABDM should call {{ BridgeURL }}/v0.5/health-information/hip/request. I am not getting this after HIU send a data fetch Request.
Can anyone please help me out with this.
@Yashasva_Sharma
Please use following API for Pull records. Data request and transfer API’s:
- {{HIP_HOST}}/v0.5/health-information/hip/request (Callback for this API : {GATEWAY_HOST}/v0.5/health-information/hip/on-request)
- {Data Push URL} received on above call /v0.5/health-information/hip/request
- {GATEWAY_HOST}/v0.5/health-information/notify
- {Data_push_url}/v0.5/health-information/transfer
- {GATEWAY_HOST}/v0.5/health-information/notify (Callback for this API : {HIU_HOST}/}/v0.5/health-information/on-notify
Thank you for reaching back,
The call in step 3 is getting stuck (not getting to HIP host url), the data push url provided by HIU which will be sent to HIP using " [{{ BridgeURL }}/v0.5/health-information/hip/request" which will be called by ABDM to HOST_URL this is not happening, i.e. not getting any request from ABDM.
@IntegrationSupport @Yashasva_Sharma also facing the same issue not been able to receive /v0.5/health-information/hip/request
my sequence is consent is been provided by /v0.5/consents/hip/notify
then our callback acknowldge by /v0.5/consents/hip/on-notify
but we didnt receive /v0.5/health-information/hip/request callback from hie-cm .