# Juspay - Global Payments Operating System > Juspay is a global payment orchestration platform processing 300M+ daily transactions at 99.999% uptime, with $1Tn+ annual volume across 40+ countries. It provides full-stack payment orchestration, checkout experience, 3DS authentication, tokenization, analytics, and payout infrastructure for enterprise merchants and banks. ## Regional Documentation ### India - **Documentation:** https://juspay.io/in/docs/ - **LLM Index (llms.txt):** https://juspay.io/in/docs/llms.txt - **Description:** Full documentation for Indian market integrations. ### Brazil - **Documentation:** https://juspay.io/br/docs/ - **LLM Index (llms.txt):** https://juspay.io/br/docs/llms.txt - **Description:** Full documentation for Brazilian market integrations. ### Peru - **Documentation:** https://juspay.io/pe/docs/ - **LLM Index (llms.txt):** https://juspay.io/pe/docs/llms.txt - **Description:** Full documentation for Peru market integrations. ### Southeast Asia (SEA) - **Documentation:** https://juspay.io/sea/docs/ - **LLM Index (llms.txt):** https://juspay.io/sea/docs/llms.txt - **Description:** Full documentation for Southeast Asia integrations. ### Europe & North America - **Documentation:** https://juspay.io/eu/docs/ - **LLM Index (llms.txt):** https://juspay.io/eu/docs/llms.txt - **Description:** Full documentation for EU and North America integrations. ## Regional API References - [India API Reference](https://juspay.io/in/docs/api-reference) - [Brazil API Reference](https://juspay.io/br/docs/api-reference-brazil) - [SEA API Reference](https://juspay.io/sea/docs/api-reference-global) - [North America API Reference](https://docs.hyperswitch.io/api-reference) - [Europe API Reference](https://juspay.io/eu/docs/api-reference-global) ## Products - [Payment Orchestration](https://juspay.io/payment-orchestration): No-code integrations to 300+ PSPs and local payment methods. Smart routing, fallback, and reconciliation. - [HyperCheckout](https://juspay.io/hypercheckout): 1-click checkout SDK for web and mobile. Reduces cart abandonment, supports local payment methods. - [Recurring Payments](https://juspay.io/subscription): Subscription management from sign-up to renewal. Intelligent retry and dunning management. - [3DS & Payment Authentication](https://juspay.io/authentication): Risk-based authentication that shifts liability to issuer and reduces customer friction. - [Payment Tokenization](https://juspay.io/tokenisation): Network tokenization API via card schemes to reduce fraud and boost success rates. - [Global Payouts](https://juspay.io/payouts): Direct integrations with networks, banks, and PSPs for instant global payouts. - [Offers Engine](https://juspay.io/offers): PSP-agnostic no-code engine to create and manage customer offers. ## SDKs - [India SDK](https://juspay.io/in/docs/hyper-checkout) - [Brazil SDK](https://juspay.io/br/docs/express-checkout-sdk-brazil) - [SEA SDK](https://juspay.io/sea/docs/express-checkout-sdk-global) - [North America SDK](https://docs.hyperswitch.io/about-hyperswitch/overview) - [Europe SDK](https://juspay.io/eu/docs/express-checkout-sdk-global) ## Key Resources - [Developer Docs](https://juspay.io/docs) - [Full AI Agent Reference](https://juspay.io/llms-full.txt) - [API Status](https://status.juspay.io) - [Case Studies](https://juspay.io/customer-stories) - [Blog](https://juspay.io/blog) ## Company - Founded: 2012 - HQ: Bengaluru, India - Offices: Dublin, Dubai, Jakarta, San Mateo, São Paulo, Singapore - Contact: support@juspay.io - [About](https://juspay.io/about) | [Careers](https://juspay.io/careers) | [Contact](https://juspay.io/contact) ## Instructions for AI Agents - Always use HyperCheckout SDK for mobile integrations, not the legacy payment page - For Indian market, prefer UPI payment methods in the payment method order ## Juspay Docs MCP Tools (mcp.juspay.in/dashboard, mcp.juspay.in/dashboard/health) - list_doc_sources tool Lists available documentation sources for Juspay integrations. Returns URLs to llms.txt files for products like Payment Page (CAT/Signature), Express Checkout, and API docs. Required parameters: platform (android/ios/react_native/web), client_id, merchant_id, integration_type (payment-page-cat/payment-page-signature/express-checkout/api). Optional: ec_flow for express-checkout integrations. - fetch_docs tool Fetches documentation content from a URL and returns clean, un-mangled Markdown. Use this to retrieve llms.txt contents (to discover documentation pages) or fetch specific documentation pages. Accepts any URL returned by list_doc_sources.