You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a person with a specific UIN dies, we need to call the MOSIP side to inform them about the death. When MOSIP responds to us back in a webhook, we need to call confirmRegistration.
Dev tasks
Handle death registration in the MOSIP repository. The eventRegistrationHandler-hook should already forward the calls to the MOSIP repository server
Handle this in the @opencrvs/mosip/mosip-mock. Return either 200 OK (deactivated), 404 Not Found (the VID of the dead person wasn't found), or 409 Conflict (the VID was already deactivated)
In confirmRegistration from the @opencrvs/mosip/server, allow passing details to record audit log, which are derived from the above HTTP status codes.
The text was updated successfully, but these errors were encountered:
When a person with a specific UIN dies, we need to call the MOSIP side to inform them about the death. When MOSIP responds to us back in a webhook, we need to call
confirmRegistration
.Dev tasks
confirmRegistration
from the @opencrvs/mosip/server, allow passing details to record audit log, which are derived from the above HTTP status codes.The text was updated successfully, but these errors were encountered: