Skip to content

Commit 9b0e6f8

Browse files
venky-ganapathygitbook-bot
authored andcommitted
GITBOOK-1627: No subject
1 parent 8f4c5e6 commit 9b0e6f8

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@
368368
* [1.1.0](spar/releases/release-notes-1.md)
369369
* [G2P Bridge](g2p-bridge/README.md)
370370
* [Features](g2p-bridge/features/README.md)
371+
* [Cash, goods & services](g2p-bridge/features/cash-goods-and-services.md)
371372
* [Extensibility Layer](g2p-bridge/features/extensibility-connect-to-sponsor-banks.md)
372373
* [Account Mapper Resolution](g2p-bridge/features/account-mapper-resolution.md)
373374
* [Reconciliation with Sponsor Bank](g2p-bridge/features/reconciliation-with-sponsor-bank.md)
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Cash, goods & services
2+
3+
The G2P Bridge subsystem of OpenG2P handles all kinds of commodities and services that a benefit program wishes to disburse. All commodities and services are internally classified into 5 types
4+
5+
1. **Cash - Digitally transferred** (into beneficiary bank accounts or mobile wallets)
6+
2. **Cash - Physically** given to beneficiaries by on field agents (G2P Bridge transfers money into accounts or wallets of agents)
7+
3. **Goods** - Staples, fuels, books and other goods
8+
4. **Services** - Any kind of services delivered as part of benefit delivery
9+
5. **Combination** - A combination of goods & services 
10+
11+
A single benefit program in the PBMS system might deliver more than one benefit (of varying types). However, prior to handing over the disbursement information to G2P Bridge, the upstream PBMS has to split the disbursement into distinct disbursement envelopes. Each envelope handles exactly one benefit code. Thus if a benefit program is configured to distribute 3 products, let's say, Wheat, Soy Beans and Oil, the PBMS will create 3 envelopes in G2P Bridge and hand over the individual disbursements under each of these distinct envelopes.
12+
13+
The processing of disbursement instructions within an envelope depends on the envelope's benefit code type (one of the 5 types given above).
14+
15+
The following diagram shows the detailed workflow within G2P Bridge for each of these product types.
16+
17+
\
18+
\
19+
\

0 commit comments

Comments
 (0)