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 |