docs: sync country coverage with Grid Switch Corridor List#556
Conversation
Add Egypt (EG) as a new Live destination via Thunes (Bank Transfer). Total Live destinations 60 -> 62 (matches table row count after add); Middle East and Africa 14 -> 15. Total now matches: 32+15+10+5 = 62. Coming Soon (Canada, Hong Kong, South Korea) already matches the spreadsheet filter (Public Roadmap = Yes AND Status != Live). China (CN) remains Live per sheet row 66 (Status="Live", Thunes, "successful prod test on 6/5/2026"). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
Greptile SummaryThis PR syncs
Confidence Score: 5/5Documentation-only change; all counts and alphabetical ordering have been verified to be internally consistent. The single changed file adds one table row and updates three numeric strings. The table now has exactly 62 rows, the regional totals sum to 62, and Egypt is correctly placed between Denmark and Estonia alphabetically. No logic, APIs, or runtime behaviour is affected. No files require special attention.
|
| Filename | Overview |
|---|---|
| mintlify/snippets/country-support.mdx | Adds Egypt (EG) as a live Bank Transfer destination, bumps headline count from 60→62, and updates Middle East & Africa regional count from 14→15; all numbers cross-check correctly. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
Total["62 Live Countries"]
Total --> EU["🌍 Europe\n32 countries\nSEPA / SEPA Instant"]
Total --> MEA["🌍 Middle East & Africa\n15 countries ← +1 Egypt\nBank Transfer"]
Total --> APAC["🌏 Asia-Pacific\n10 countries\nVarious rails"]
Total --> AM["🌎 Americas\n5 countries\nPIX / SPEI / ACH / FedNow"]
MEA --> EG["🇪🇬 Egypt (EG)\nBank Transfer\n✅ Newly Live via Thunes"]
Reviews (1): Last reviewed commit: "docs: sync country coverage with Grid Sw..." | Re-trigger Greptile
Summary
Sync
mintlify/snippets/country-support.mdxwith the Grid Switch Corridor List source of truth.Bank Transfer).FeatureCardtags + "Send payments to N countries" copy). This also reconciles a prior off-by-one in the headline (the table on main already had 61 rows while the header said 60).Note on #534
This PR supersedes #534, which was opened on 2026-06-05 and demoted China (CN) from Live to Coming Soon. As of the current sheet, China's Thunes row (row 66) is Status = "Live" with the note "successful prod test on 6/5/2026" — so China should remain in the Live table. Recommend closing #534.
Live destinations were derived from rows with Status = "Live" (column J), deduped on ISO code; Egypt was the only delta vs. the current published table.
Test plan
make lint-markdown(no OpenAPI changes, no rebundle needed)mint dev🤖 Generated with Claude Code