Hi @adnan_360,
We are receiving an empty “sources” array in Webhook response sent on the route: “v0.5/subscription-requests/hiu/notify” when we send a PUT request at:
https://dev.abdm.gov.in/cm/patients/subscription-requests/a096801a-2184-41f6-959e-3caccc261720
even though we get a success api response. Below-mentioned is the Webhook response:
{
subscriptionRequestId: ‘2e6a21f5-6c94-4290-b583-24d306d3ffdc’,
status: ‘GRANTED’,
subscription: {
id: ‘a096801a-2184-41f6-959e-3caccc261720’,
patient: [Object],
hiu: [Object],
sources: [] // this is the empty array
}
}
}
Since, data received via Webhooks response is the source-of-truth for updating our DB, this is proving to be a blocker. Please look into this.