From 1f185d416779abb1cc27e0db006a3a77f1295e33 Mon Sep 17 00:00:00 2001 From: Pantheon Date: Mon, 2 Mar 2026 11:52:27 -0800 Subject: [PATCH] Remove IMPS as payment rail for INR accounts Co-Authored-By: Claude Opus 4.6 --- components/grid-visualizer/src/data/currencies.ts | 2 +- mintlify/openapi.yaml | 1 - mintlify/snippets/country-support.mdx | 2 +- openapi.yaml | 1 - openapi/components/schemas/common/InrAccountInfo.yaml | 1 - 5 files changed, 2 insertions(+), 5 deletions(-) diff --git a/components/grid-visualizer/src/data/currencies.ts b/components/grid-visualizer/src/data/currencies.ts index 5b3e6b6f..80ddfbaa 100644 --- a/components/grid-visualizer/src/data/currencies.ts +++ b/components/grid-visualizer/src/data/currencies.ts @@ -72,7 +72,7 @@ export const currencies: FiatCurrency[] = [ accountType: 'UPI', accountLabel: 'UPI', instantRails: ['UPI'], - allRails: ['UPI', 'IMPS'], + allRails: ['UPI'], examplePerson: { fullName: 'Priya Sharma', nationality: 'IN' }, }, { diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index e149e131..63d869f1 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -4783,7 +4783,6 @@ components: type: string enum: - UPI - - IMPS vpa: type: string description: The VPA of the bank diff --git a/mintlify/snippets/country-support.mdx b/mintlify/snippets/country-support.mdx index e608ff49..738423e1 100644 --- a/mintlify/snippets/country-support.mdx +++ b/mintlify/snippets/country-support.mdx @@ -42,7 +42,7 @@ import { FeatureCard, FeatureCardGrid, FeatureCardList, FeatureCardContainer } f | 🇭🇰 Hong Kong | HK | `Bank Transfer` | | 🇭🇺 Hungary | HU | `SEPA` `SEPA Instant` | | 🇮🇸 Iceland | IS | `SEPA` `SEPA Instant` | -| 🇮🇳 India | IN | `UPI` `IMPS` | +| 🇮🇳 India | IN | `UPI` | | 🇮🇩 Indonesia | ID | `Bank Transfer` | | 🇮🇪 Ireland | IE | `SEPA` `SEPA Instant` | | 🇮🇹 Italy | IT | `SEPA` `SEPA Instant` | diff --git a/openapi.yaml b/openapi.yaml index e149e131..63d869f1 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -4783,7 +4783,6 @@ components: type: string enum: - UPI - - IMPS vpa: type: string description: The VPA of the bank diff --git a/openapi/components/schemas/common/InrAccountInfo.yaml b/openapi/components/schemas/common/InrAccountInfo.yaml index 86c6d6ad..bcf7d040 100644 --- a/openapi/components/schemas/common/InrAccountInfo.yaml +++ b/openapi/components/schemas/common/InrAccountInfo.yaml @@ -14,7 +14,6 @@ properties: type: string enum: - UPI - - IMPS vpa: type: string description: The VPA of the bank