Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 3
Next »
Use Case Step | USE CASE: Unconditional Social Cash Transfer STEP: TYPE: USCT disbursement |
Preconditions | A beneficiary is enrolled to the G2P programme and assigned a unique Functional ID Their eligibility for the social benefit program is confirmed Communication occurs through the Information Mediation block The for involved government entities and users Either a national-level Payment System handles fund clearance and settlement or a bilateral payment channel between the different FSPs, this assumption is for this particular use case but may not always be the case. The Functional ID is issued to the beneficiary The source building block (payer) is in the Payments Building Block (PBB), this may be a onetime manual configuration. Batch file is created and authorised by the Payments Building Block Bulk Payment API is called in which the instructions from the batch file are passed for processing. (the Pay-BB is designed to take input in the form of a JSON array in the Bulk Payments API. It does take a csv or likewise file for processing). There must be maker-checker flows and thus actors in the Reg BB which eventually leads to calling the Pay-BB API with Payment Instructions against functional IDs.
|
Data inputs | |
Actors (the people, organization, computer systems - hardware and software, and building blocks that participate in the activity) | Human: System: Source Building Block (SBB) Information Mediator (IM) Payments Building Block (PBB) Messaging BB Payer Bank (PrBank) Payee Bank (PyBank)
|
Normal Course (what happens if the event is triggered and the preconditions have been met) | Provides a step-by-step description of the normal flow of the implementation of a UCST payment: Step 1: Beneficiary onboarding to the account mapperThe normal course of this use case step describes the process of onboarding beneficiaries in the Account Mapper, which is a prerequisite step before any payment processing can occur. The workflow represents the interactions between the Source Building Block (SBB), Information Mediator (IM), Payments Building Block (PBB), and Account Mapper (AM) during the beneficiary onboarding process. SBB sends "Register_Beneficiary" request to IM (Request ID, SBB ID, beneficiary details) IM forwards request to PBB (same parameters) PBB validates API parameters, checks SBB configuration in Payments BB PBB sends valid "Register_Beneficiary" request to AM (same parameters) AM checks for duplicate Functional IDs, registers unique beneficiaries AM sends "Register_Beneficiary_Response" to PBB (Request ID, response code, failed cases) PBB forwards response to IM (same parameters) IM sends response to SBB (final response code, list of failed cases)
Step 2: Pre-validation of Accounts prior to Bulk DisbursementThe normal course of this use case step describes the pre-validation process of accounts in a bulk disbursement scenario. The workflow represents the interactions between the Source Building Block (SBB), Payments Building Block (PBB), Payer Bank (PrBank), and Payee Bank (PyBank) to ensure that accounts involved in a bulk disbursement transaction are valid and capable of receiving the specified credits before processing payments. SBB prepares bulk disbursement instructions (Functional ID, amount, description, instruction ID) SBB sends prepayment validation request (Prepayment_Validation) to PBB PBB debulks instructions, checks payee's Functional ID, records failed instructions PBB sends bank-wise sub-batches for validation (Bulk_ValidateAccount) to PrBank (batch ID, destination BIC, payment instructions) PrBank forwards account validation request to PyBank (incumbent scheme norm) PyBank performs validation checks (account existence, credit reception, credit limit) PyBank sends account validation response to PrBank (incumbent scheme norm) PrBank sends bulk validate account response (BulkValidateAccount_Response) to PBB (batch ID, failed instructions)
PBB sends prepayment validation response (Prepayment_Validation_Response) to SBB (batch ID, failed instructions)
Step 3: Disbursement into a Financial Address pre-registered in the Account MapperThe normal course of this use case step describes the process of disbursement into financial addresses, such as bank accounts or mobile wallets, that are pre-registered in the Account Mapper. SBB sends BulkPayment request to PBB (Batch_ID, payment instructions) PBB checks liquidity provision and debulks crediting batches by receiving institution PBB requests authorization from PrBank (getAuthorization() message) PrBank grants authorization to PBB (getAuthorization_Response() message) PBB sends payee bank-wise sub-batches to PrBank in loop (BulkPayment_ReceiverFI message, Batch_ID, Destination_BIC, payment instructions) PrBank executes batches through existing rails
PBB sends BulkPayment_StatusPush(BatchID, Credit Instructions) to the Source building block which will show status of the transactions.
|
Alternative Course (links to other use cases in case there are different ways how to solve the same use case) | Description of alternate paths or flows that may be needed for this example implementation. These alternates should include links to test files, APIs, and data structures as well |
Data output | Register_Beneficiary_Response containing: Prepayment_Validation_Response containing: |
Post-Conditions (the success criteria) | |
Exceptions (error situations) | |
Related BBs (working groups related to this implementation example) | Identity BB Consent BB Registration BB Digital Registries BB
|
Sequence Diagram |
|
Links to Code | Provide any links to relevant code that has been developed for automated tests or example implementations |