Skip to content

Commit 44429f7

Browse files
authored
Amlan-reserve-update (#234)
* Copy changes on reserve main page * adding no-PDN tip in Reserve > Execute * updated the hero image in reserve main page
1 parent cffb4ed commit 44429f7

File tree

2 files changed

+27
-30
lines changed

2 files changed

+27
-30
lines changed

content/payments/umap/mandates/reserve.mdx

+23-30
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ order: 2
55
visible_in_sidebar: true
66
---
77

8-
## Reserve (UPI IPO)
8+
## Reserve (One Time Mandates)
99

1010
<Text size="small" weight="600">
1111
PREREQUISITES&nbsp;
@@ -18,15 +18,19 @@ visible_in_sidebar: true
1818

1919
### What is a UPI Reserve?
2020

21-
UPI Reserve is a specialized subproduct within our UPI OneShot (UPI Autopay) solution, designed specifically for Initial Public Offerings (IPOs). It is purpose-built to cater to brokers' and financial institutions' unique needs involved in the IPO process.
22-
23-
UPI Reserve leverages the UPI infrastructure to facilitate higher-value transactions, making it easier for customers to participate in IPOs through a streamlined, digital process.
21+
UPI Reserve is a specialized One-Time Mandate product within our UPI Autopay Solution that enables any merchant to provide "Auth & Capture" over UPI.
22+
<br />
23+
Reserve allows a merchant to block funds upto ₹1 lakh for all MCCs except 6211 and debit either the full amount or a partial amount from the customer. If a partial debit is done, remaining funds are unblocked in the customer bank A/C without any additional need for refund/reversal.
24+
<br /><br />
25+
<Callout type="tip">
26+
MCC 6211 - Capital Markets & Securities Brokers merchants can block upto ₹5 lakhs on UPI via Reserve
27+
</Callout>
2428

2529
<br />
2630

2731
<img
28-
src="https://storage.googleapis.com/strapi-assets/latest/UPI_IPO_customer_flow_diagramwith_person/UPI_IPO_customer_flow_diagramwith_person.png"
29-
alt="UPI_IPO"
32+
src="https://storage.googleapis.com/strapi-assets/latest/UPI-IPO-customer-flow-diagram/UPI%20IPO%20customer%20flow%20diagram.png"
33+
alt="UPI_Reserve_Flow"
3034
/>
3135

3236
<br />
@@ -35,9 +39,9 @@ UPI Reserve leverages the UPI infrastructure to facilitate higher-value transact
3539

3640
### What can I do with this product?
3741

38-
- Provide seamless digital IPO Journeys supporting upto ₹5 lakhs per transaction
39-
- Leverage the efficiency and wide userbase of the robust UPI ecosystem
40-
- Single API integration as a sub-product within our UPI Recur Solution
42+
- Provide seamless digital IPO Journeys supporting upto ₹5 lakhs per transaction via UPI
43+
- Replace deposits with non-revocable fund blocks for rental use cases with variable debit
44+
- Integrate conditional payments where funds are debited only on confirmation of delivery
4145

4246
<hr class="primary" />
4347

@@ -47,22 +51,12 @@ UPI Reserve leverages the UPI infrastructure to facilitate higher-value transact
4751

4852
###### Step 1 — Create a recurring mandate
4953

50-
1. **Merchant** sends UPI IPO mandate details to **UPI Setu** and receives a unique recurring mandate creation intent link / QR to send to their Customer
51-
2. **Customer** clicks the recurring mandate creation intent link, chooses the preferred UPI app / scans the QR on the preferred UPI app, and enters mPIN to initiate IPO Mandate Creation.
52-
3. **UPI Setu** triggers a webhook notification on recurring mandate creation initiation which the merchant can use to update recurring mandate status at their end.
53-
4. **UPI Setu**, gets confirmation from NPCI on Mandate Creation, and funds are blocked in the customer’s bank account for the IPO.
54+
1. **Merchant** sends UPI Reserve mandate details to **UPI Setu** and receives a unique one time mandate creation intent link / QR to send to their Customer
55+
2. **Customer** clicks the one-time mandate creation intent link, chooses their UPI app / scans the QR on their UPI app, and enters mPIN to initiate Reserve Creation.
56+
3. **UPI Setu** triggers a webhook notification on one-time mandate creation initiation which the merchant can use to update recurring mandate status at their end.
57+
4. **UPI Setu**, gets confirmation from NPCI on Mandate Creation, and funds are blocked in the customer’s bank account for the Reserve usecase.
5458
5. Once the mandate is **LIVE**, **UPI Setu** triggers another webhook notification which the merchant can use to mark the mandate status as **LIVE** at their end.
5559

56-
<br />
57-
58-
###### Mandatory Conditions for UPI IPO
59-
60-
| Condition | Value |
61-
| ----------------- | ----- |
62-
| MCC code | 6211 |
63-
| Purpose code | 01 |
64-
| BlockFunds | Yes |
65-
| Mandate frequency | one |
6660

6761
<hr class="tertiary" />
6862

@@ -76,11 +70,11 @@ UPI Reserve leverages the UPI infrastructure to facilitate higher-value transact
7670

7771
<br />
7872

79-
- **Merchant** triggers a call to the execution API only if IPO is allotted and the customer’s account is debited depending on the level of allocation.
73+
- **Merchant** triggers a call to the execution API only if serice is provided and the customer’s account is debited depending on the level of usage.
8074

81-
- If IPO is partially allotted, merchant can trigger execution API and specify execution amount according to the value of partially allotted shares.
75+
- If Block is partially used, merchant can trigger execution API and specify execution amount according to the value of partially used funds.
8276

83-
- If IPO is not allotted to customer, then merchant can cancel the mandate to unblock the customer’s funds
77+
- If Block is not used by customer, then merchant can cancel the mandate to unblock the customer’s funds in their bank account.
8478

8579
<hr class="tertiary" />
8680

@@ -97,10 +91,9 @@ Other operations that can be performed on a single block multi-debit mandate onc
9791

9892
<Text>
9993
<ul>
100-
<li>Updating a single block multi debit mandate</li>
101-
<li>Revoking a single block multi debit mandate</li>
102-
<li>Pausing a single block multi debit mandate</li>
103-
<li>Unpausing a paused single block multi debit mandate</li>
94+
<li>Revoking a Reserve mandate</li>
95+
<li>Pausing a Reserve mandate</li>
96+
<li>Unpausing a paused Reserve mandate</li>
10497
</ul>
10598
</Text>
10699

content/payments/umap/mandates/reserve/execute.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ visible_in_sidebar: true
1515
</a>
1616

1717
<hr class="primary" />
18+
<Callout type="tip">
19+
Pre-debit Notifications are not required for executed Reserve Mandates since funds are already blocked
20+
</Callout>
21+
<br /><br />
1822

1923
Once the mandate creation is **successful**, the merchant can execute
2024
the mandate on the `executionDate` mentioned.

0 commit comments

Comments
 (0)