From 56eaf887f639479e1f07748f4f1d67c8c58db64b Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 08:59:58 +0000 Subject: [PATCH] docs: sync CNY_ACCOUNT support with OpenAPI schema Add CNY_ACCOUNT to Grid Visualizer data files and update country support documentation to reflect China support added in #552. Co-Authored-By: Claude Opus 4.5 --- components/grid-visualizer/src/data/account-types.ts | 8 ++++++++ components/grid-visualizer/src/data/currencies.ts | 10 ++++++++++ mintlify/snippets/country-support.mdx | 4 ++-- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/components/grid-visualizer/src/data/account-types.ts b/components/grid-visualizer/src/data/account-types.ts index d0860fc8..232a7bed 100644 --- a/components/grid-visualizer/src/data/account-types.ts +++ b/components/grid-visualizer/src/data/account-types.ts @@ -368,4 +368,12 @@ export const accountTypeSpecs: Record = { ], beneficiaryRequired: true, }, + CNY_ACCOUNT: { + accountType: 'CNY_ACCOUNT', + fields: [ + { name: 'phoneNumber', example: '+8613812345678' }, + { name: 'bankName', example: 'Industrial and Commercial Bank of China' }, + ], + beneficiaryRequired: true, + }, }; diff --git a/components/grid-visualizer/src/data/currencies.ts b/components/grid-visualizer/src/data/currencies.ts index f9a43916..a0933be9 100644 --- a/components/grid-visualizer/src/data/currencies.ts +++ b/components/grid-visualizer/src/data/currencies.ts @@ -265,4 +265,14 @@ export const currencies: FiatCurrency[] = [ allRails: ['Bank Transfer', 'Mobile Money'], examplePerson: { fullName: 'Carlos Morales', nationality: 'SV' }, }, + { + code: 'CNY', + name: 'Chinese Yuan', + countryCode: 'cn', + accountType: 'CNY_ACCOUNT', + accountLabel: 'Chinese Bank Account', + instantRails: [], + allRails: ['Bank Transfer'], + examplePerson: { fullName: 'Wei Zhang', nationality: 'CN' }, + }, ]; diff --git a/mintlify/snippets/country-support.mdx b/mintlify/snippets/country-support.mdx index e7f8e971..a6ea1778 100644 --- a/mintlify/snippets/country-support.mdx +++ b/mintlify/snippets/country-support.mdx @@ -24,6 +24,7 @@ import { FeatureCard, FeatureCardGrid, FeatureCardList, FeatureCardContainer } f | 🇧🇷 Brazil | BR | `PIX` | | 🇧🇬 Bulgaria | BG | `SEPA` `SEPA Instant` | | 🇨🇲 Cameroon | CM | `Bank Transfer` | +| 🇨🇳 China | CN | `Bank Transfer` | | 🇨🇴 Colombia | CO | `Bank Transfer` | | 🇭🇷 Croatia | HR | `SEPA` `SEPA Instant` | | 🇨🇾 Cyprus | CY | `SEPA` `SEPA Instant` | @@ -87,7 +88,7 @@ Regional Summary Primary: Bank Transfer - + Various instant payment systems @@ -102,6 +103,5 @@ Grid is rapidly expanding. These corridors are next on our roadmap — get in to | Country | ISO Code | |---|---| | 🇨🇦 Canada | CA | -| 🇨🇳 China | CN | | 🇭🇰 Hong Kong | HK | | 🇰🇷 South Korea | KR |