Example 1: Disability Cash Transfer Scheme
Last updated
Was this helpful?
Last updated
Was this helpful?
This process workflow provides an example of a generic use case PRS.IBR.01 (SP-MIS queries the IBR to verify if a beneficiary or household is enrolled in a specific scheme). The example used is a scheme that provides cash transfer benefits to people with disabilities.
In this example, enrolment in the scheme is initiated by a disabled person (through a portal or in person at the scheme office). The process workflow describes interoperability between the SP-MIS for the scheme and several registries (disability registry, social registry, integrated beneficiary registry, and payments system) that are necessary to verify if the disabled person meets the eligibility criteria.
For the purpose of this example we include a general cash transfer scheme that operates in parallel to the disability cash transfer scheme. Enrolment in this scheme would make a disabled person ineligible for enrolment in the disability scheme. Therefore, the SP-MIS must verify with the IBR whether or not the person applying is already enrolled in this scheme.
To verify this, the SP-MIS can use the API to transmit the UIN of the person applying to the IBR, as well as the identifier for the general cash transfer scheme. The IBR will provide a ‘yes’ or ‘no’ response.
This information (along with responses from the other registries) will provide the SP-MIS with the information needed to determine if the person meets the eligibility criteria or not.
Actors and Entities
Applicant, self-registration portal (if available), SP-MIS, disability registry, social registry, IBR, payments system
Prerequisites
Refer to Assumption page for prerequisites.
UIN provided by applicant
Applicant is previously registered in the social registry
Applicant is previously registered in the disability registry
Process Inputs
UIN, which is provided as an input
or
Disability ID
Process Flow Steps
Step 1: Initiate registration. Applicants have the option to either access the self-registration portal or the social protection office to initiate the enrolment process. They can submit their UIN through the portal or provide their identification and relevant documents in person at the social protection office.
Step 2: Verify disability details. The SP-MIS securely transmits the applicant's UIN or disability ID to the disability registry using an API and requests verification of their disability status.
The disability registry responds with the required disability details.
Step 3: Retrieve poverty score. The SP-MIS securely transmits the applicant’s UIN to the social registry using an API and requests verification of their poverty score.
The social registry responds with the poverty score for the applicant.
Step 4: Verify if enrolled in another scheme. The SP-MIS securely transmits the applicant’s UIN and the identifier for the other scheme to the IBR using an API and requests verification of their enrolment.
The IBR responds with a ‘no’ confirming that they are not currently enrolled in the other scheme.
Step 5: Verify bank account. The SP-MIS securely transmits the applicant’s UIN to the payments system using an API and requests verification of their bank account status.
The payments system responds with a ‘yes’ to confirm that their bank account is verified and can receive payments.
Step 6: Confirm enrolment. The SP-MIS processes the responses from the other registries and verifies that the applicant meets the eligibility criteria. It proceeds with enrolment in the disability cash transfer scheme.
A confirmation notification is then sent to the applicant, acknowledging their enrolment in the programme.
Outputs
The applicant is enrolled in the scheme in the minimum possible time.
Control Points
The final decision to register a beneficiary or not lies with the SP-MIS, based on the information received from the IBR and other sources. The SP-MIS system takes into account the data provided by the IBR and applies its own registration criteria and guidelines to determine the eligibility of the beneficiary for enrolment. This ensures that the registration process is carried out accurately and in accordance with the established protocols and requirements set by the SP-MIS.
Exception Handling
Refer to for alternate flow.
Refer to for alternate flow.