# TransFi > TransFi is a payments infrastructure and orchestration company offering secure, compliant cross-border payments on stablecoin rails for businesses and individuals, with a focus on emerging markets. This site is a **hybrid**: marketing and editorial content are served from **Webflow** (proxied when no Next.js route matches); **programmatic SEO** corridors, payment-method pages, and crypto token pages are rendered by **Next.js** in this repository. Important notes: - Canonical production origin: **https://www.transfi.com** (also used in sitemaps and metadata). - Unmatched paths fall through to Webflow CMS (`www.trans-fi.xyz` origin). - Programmatic pages use the corridor separator `-to-` (e.g. `india-to-philippines`). - **69** countries drive send/receive corridor pages; **1,892** fiat currency pairs drive convert pages. Webflow sitemap currently lists **9,916** URLs (**1,470** unique English-default paths after deduplicating locale copies). ## Core marketing (Webflow) - [Home](https://www.transfi.com/): Main marketing homepage (Webflow). - [About](https://www.transfi.com/about): Company overview. - [Newsroom](https://www.transfi.com/newsroom): Press and announcements. - [Careers](https://www.transfi.com/careers): Open roles and hiring. - [Blogs](https://www.transfi.com/blogs): Blog index; articles live under `/blog/{slug}`. - [Help Center](https://www.transfi.com/help-center): Support hub; articles under `/help-center-articles/{slug}`. - [Supported countries (overview)](https://www.transfi.com/supported-countries-payment-methods): High-level coverage map; detail corridors are on Next.js hubs. - [Login](https://www.transfi.com/login): Customer login. - [Sign up](https://www.transfi.com/signup): Account registration. - [Sales](https://www.transfi.com/sales): Talk to sales. ## Products (Webflow) - [BizPay](https://www.transfi.com/products/bizpay): B2B cross-border payments. - [BizPay Pro](https://www.transfi.com/products/bizpay-pro): Advanced BizPay tier. - [Checkout](https://www.transfi.com/products/checkouts): Hosted checkout for merchants. - [Wallet](https://www.transfi.com/products/wallet): Wallet infrastructure. - [Ramp](https://www.transfi.com/products/ramp): Fiat ↔ crypto on/off-ramp. - [Ramp widget](https://www.transfi.com/products/ramp-widget): Embeddable ramp UI. - [Single API](https://www.transfi.com/products/single-api): Unified payments API. - [Token listing](https://www.transfi.com/products/token-listing): List tokens on TransFi rails. - [Payouts](https://www.transfi.com/products/payouts): Global payout orchestration. - [Collections](https://www.transfi.com/products/collections): Collect funds across methods. ## Solutions (Webflow) - [Payment service providers](https://www.transfi.com/solutions/payment-service-provider): Digital banks, wallets, EMIs. - [Payment gateways](https://www.transfi.com/solutions/payment-gateway): Gateway partners. - [Payroll & remittances](https://www.transfi.com/solutions/payroll): Salary and payroll providers. - [Dollar-based apps](https://www.transfi.com/solutions/dollar-based-apps-payment): Apps denominated in USD. - [Web3 native businesses](https://www.transfi.com/solutions/web3-native-businesses-payment): Crypto-native merchants. - [Enterprises](https://www.transfi.com/solutions/enterprises): Enterprise programs. - [Startups](https://www.transfi.com/solutions/startups): Startup programs. ## Compliance & legal (Webflow) - [Policies](https://www.transfi.com/policies): Privacy, AML/KYC, and related policies (anchor sections on page). - [Terms and conditions](https://www.transfi.com/terms-and-conditions): Terms of use. - [Business services agreement](https://www.transfi.com/business-services-agreement): B2B services agreement. ## Programmatic hubs (Next.js) - [Payment methods](https://www.transfi.com/payment-methods): Hub plus **151** method pages (`/payment-methods/accept-{id}`) and **70** country hubs (`/payment-methods/online-payment-processors-in-{country-slug}`). - [Send money](https://www.transfi.com/send-money): Hub plus **4,692** country-to-country corridors (`/send-money/{origin}-to-{destination}`), e.g. `united-states-to-india`. - [Receive money](https://www.transfi.com/receive-money): Hub plus **4,692** corridors (same slug pattern as send money). - [Convert](https://www.transfi.com/convert): Hub plus **1,892** fiat pair pages (`/convert/{from}-to-{to}` with ISO currency codes), e.g. `usd-to-eur`. - [Supported tokens](https://www.transfi.com/supported-tokens): Hub lists coins and networks; SEO detail pages at `/supported-tokens/{coin-id}` (CoinGecko markets, ~250 coins). Network hub items open a lighter detail page without rate charts. ## URL patterns (Next.js — use sitemap for full lists) | Pattern | Example | Scale | | --- | --- | --- | | `/payment-methods/accept-{methodId}` | `/payment-methods/accept-pix` | 151 methods | | `/payment-methods/online-payment-processors-in-{country}` | `/payment-methods/online-payment-processors-in-india` | 70 countries | | `/send-money/{origin}-to-{destination}` | `/send-money/united-states-to-india` | 4,692 corridors | | `/receive-money/{origin}-to-{destination}` | `/receive-money/united-states-to-india` | 4,692 corridors | | `/convert/{code}-to-{code}` | `/convert/usd-to-eur` | 1,892 pairs | | `/supported-tokens/{coinId}` | `/supported-tokens/bitcoin` | ~250 CoinGecko market coins (sitemap) | ## Editorial & support (Webflow) - [Blog index](https://www.transfi.com/blogs): **~1,100+** articles at `/blog/{slug}` (payment rails, stablecoins, country guides, product updates). - [Blog categories](https://www.transfi.com/blog-post-categories/all): Category hubs under `/blog-post-categories/{slug}`. - [Help Center](https://www.transfi.com/help-center): **~165+** articles at `/help-center-articles/{slug}`; categories under `/help-center-categories/{slug}`. ## Localization (Webflow) Localized copies of many marketing and legal pages use a leading locale segment: **`/id/`, `/jp/`, `/es/`, `/ph/`, `/pt/`, `/vi/`** (Indonesian, Japanese, Spanish, Tagalog, Portuguese, Vietnamese). English default omits the prefix (e.g. `/policies` vs `/id/policies`). ## Developer documentation (external) - [Developer Hub](https://docs.transfi.com/docs/welcome-to-transfi-developer-hub): Integration guides and onboarding. - [API reference](https://docs.transfi.com/reference/getsupportedcurrencies-1): REST endpoints and schemas. - [Contact support](https://contact.transfi.com/support/tickets/new): Open a support ticket. ## Site discovery & indexing - [Combined sitemap index](https://www.transfi.com/new-sitemap.xml): Submit to Search Console — includes Webflow `/sitemap.xml` plus Next child sitemaps. - [Webflow sitemap](https://www.transfi.com/sitemap.xml): All Webflow URLs (staging host rewritten to canonical domain). - [Payment methods sitemap](https://www.transfi.com/sitemap/payment-methods.xml): Next.js payment-method and country hub URLs. - [Convert sitemap](https://www.transfi.com/sitemap/convert.xml): Next.js convert hub and pair URLs. - [Send money sitemap index](https://www.transfi.com/sitemap/send-money.xml): Hub plus chunked corridor urlsets (`/sitemap/send-money/{n}.xml`). - [Receive money sitemap index](https://www.transfi.com/sitemap/receive-money.xml): Hub plus chunked corridor urlsets. - [Send crypto sitemap index](https://www.transfi.com/sitemap/send-crypto.xml): Master (`/sitemap/send-crypto`), per-token urlsets (`/sitemap/send-crypto/{token}`), plus corridor chunks (`/sitemap/send-crypto/{n}.xml`). - [Receive crypto sitemap index](https://www.transfi.com/sitemap/receive-crypto.xml): Master, per-token urlsets, plus corridor chunks. - [Convert crypto sitemap index](https://www.transfi.com/sitemap/convert-crypto.xml): Master (`/sitemap/convert-crypto`) plus corridor chunks (`/sitemap/convert-crypto/{n}.xml`). - [Buy crypto sitemap](https://www.transfi.com/sitemap/buy-crypto.xml): Hub plus every `/buy-crypto/{token}` page. - [Sell crypto sitemap](https://www.transfi.com/sitemap/sell-crypto.xml): Hub plus every `/sell-crypto/{token}` page. - [Supported tokens sitemap](https://www.transfi.com/sitemap/supported-tokens.xml): Hub plus CoinGecko asset and network detail pages. - [Robots.txt](https://www.transfi.com/robots.txt): Crawl rules; points to `/new-sitemap.xml`. ## Optional - [Next.js URL inventory (internal)](https://www.transfi.com/sitemap-next-url): Human-readable list of **199,582** Next-generated paths for SEO QA (`noindex`). - [Sitemap index API alias](https://www.transfi.com/api/sitemap-index): Same XML as `/new-sitemap.xml`.