# Integration Guide

- [Payments Flows](https://docs.hyperswitch.io/integration-guide/payment-suite.md): Open, Modular, Self-Hostable Payment Infrastructure
- [Pay-Then-Vault](https://docs.hyperswitch.io/integration-guide/payment-suite/payments.md): Comprehensive guide to card payment processing patterns including one-time payments, manual capture, 3DS authentication, and recurring payment flows.
- [Instant Payment (Auto Capture)](https://docs.hyperswitch.io/integration-guide/payment-suite/payments/instant-payment-auto-capture.md): Authorize and capture a card payment in a single step — the simplest and most common one-time payment pattern.
- [Manual Capture](https://docs.hyperswitch.io/integration-guide/payment-suite/payments/manual-capture.md): Understand how to place a hold on your customers' funds and capture them later either fully or partially and either in one-go or multiple times
- [Overcapture](https://docs.hyperswitch.io/integration-guide/payment-suite/payments/manual-capture/overcapture.md): Capture amounts greater than the originally authorized amount in manual capture payments
- [Copy of Subscriptions](https://docs.hyperswitch.io/integration-guide/payment-suite/payments/copy-of-subscriptions.md): Augment your subscriptions with payments orchestration capabilities
- [Saving Payment Method](https://docs.hyperswitch.io/integration-guide/payment-suite/payments/save-a-payment-method.md): Setting up and managing recurring payments
- [Saved Card](https://docs.hyperswitch.io/integration-guide/payment-suite/payments/save-a-payment-method/saved-card.md): Secure card vaulting with Hyperswitch SDK for PCI-DSS compliant payment processing
- [Recurring payments](https://docs.hyperswitch.io/integration-guide/payment-suite/payments/recurring-payments.md): Set up and manage recurring payments with Card-on-File and MIT support
- [Authorizations](https://docs.hyperswitch.io/integration-guide/payment-suite/payments/authorizations.md): Overview of specialized authorization flows including zero-auth, estimate, incremental, extended, and partial authorizations
- [Incremental Authorization](https://docs.hyperswitch.io/integration-guide/payment-suite/payments/authorizations/incremental-authorization.md): Request additional funds after initial authorization for variable-cost transactions
- [$0 Authorization](https://docs.hyperswitch.io/integration-guide/payment-suite/payments/authorizations/zero-amount-authorization-1.md): Best way to validate customer payment data and charge the customer later
- [Extended Authorization](https://docs.hyperswitch.io/integration-guide/payment-suite/payments/authorizations/extended-authorization.md): Extend authorization hold periods beyond standard windows for flexible transaction capture
- [Vault-Then-Pay](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card.md): Vault a payment method first, then use the token to execute payments via Server-to-Server API — giving you granular control over the payment lifecycle
- [Token Led Payment](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/payments.md): Process payments using Payment Method SDK with guest checkout, customer checkout, and repeat purchase flows via S2S APIs
- [Proxy Payment](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/proxy.md): Vault your card and use proxy endpoint for payment processing
- [Payment Methods Management](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/payment-methods-management.md): Integrate Hyperswitch's Vault service to store customer payment methods securely and eliminate PCI DSS compliance burden
- [Web](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/web.md): Integrate Juspay Hyperswitch unified checkout with your web app for a seamless payment experience
- [React with REST API Integration](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/web/react-with-rest-api-integration.md): Integrate Hyperswitch SDK with React and REST API for web checkout
- [HTML with REST API Integration](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/web/html-with-rest-api-integration.md): Integrate Hyperswitch SDK to your HTML Web App using REST API for a seamless payment experience
- [JS with REST API Integration](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/web/vanilla-js-and-rest-api-integration.md): Integrate Juspay Hyperswitch SDK to any Web App using hyperswitch-node for seamless payment processing
- [Headless SDK](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/web/headless.md): Juspay Hyperswitch is designed to facilitate the integration and management of payment-related functionalities in a decoupled or headless architecture with flexibility to customize your checkout UI.
- [Customization](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/web/customization.md): Customize your Web unified checkout for Juspay Hyperswitch
- [Error Codes](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/web/error-codes.md): Reference table of client error codes returned by the SDK for graceful error handling in your web application.
- [Mobile](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile.md): Integrate secure, customizable payments into iOS and Android apps with Juspay Hyperswitch mobile SDKs for native and cross-platform frameworks.
- [Android](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile/android.md): Integrate unified checkout on your Android app
- [Kotlin with REST API Integration](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile/android/kotlin-with-rest-api-integration.md): Integrate hyper SDK to your Kotlin App using hyperswitch-node
- [Lite SDK](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile/android/lite-sdk.md): Integrate Hyperswitch Lite SDK to your Kotlin App
- [Widgets](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile/android/widgets.md): Integrate Juspay Hyperswitch SDK using individual payment widgets for granular control over your payment flow.
- [Card Element](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile/android/widgets/card-element.md): Learn how to integrate the Card Element widget for accepting card payments in your Android app using Juspay Hyperswitch SDK.
- [Google Pay](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile/android/widgets/google-pay.md): Learn how to integrate the Google Pay widget for accepting Google Pay payments in your Android app using Juspay Hyperswitch SDK.
- [PayPal](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile/android/widgets/paypal.md): Learn how to integrate the PayPal widget for accepting PayPal payments in your Android app using Juspay Hyperswitch SDK.
- [Express Checkout](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile/android/widgets/express-checkout.md): Learn how to integrate the Express Checkout widget for one-click payments using saved payment methods with Juspay Hyperswitch SDK.
- [Headless SDK](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile/android/headless.md): Hyperswitch is designed to facilitate the integration and management of payment-related functionalities in a decoupled or headless architecture with flexibility to customize your checkout UI.
- [Customization](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile/android/customization.md): Customize your Android Unified checkout with fonts, colors, shapes and layouts to match your brand guidelines.
- [iOS](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile/ios.md): Integrate unified checkout with your iOS app
- [Swift with REST API Integration](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile/ios/swift-with-rest-api-integration.md): Integrate hyper SDK to your Swift App using hyperswitch-node
- [Lite SDK](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile/ios/lite-sdk.md): Integrate Hyperswitch Lite SDK to your iOS app
- [Headless SDK](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile/ios/headless.md): Hyperswitch is designed to facilitate the integration and management of payment-related functionalities in a decoupled or headless architecture with flexibility to customize your checkout UI.
- [Customization](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile/ios/customization.md): Customize your iOS Unified Checkout with fonts, colors, shapes and layouts to match your brand guidelines.
- [Cross Platform](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile/cross-platform.md): Build cross-platform payments with React Native and Flutter SDKs
- [React Native](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile/cross-platform/react-native.md): Integrate unified checkout with your react native app
- [React Native with REST API Integration](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile/cross-platform/react-native/react-native-with-rest-api-integration.md): Integrate Juspay Hyperswitch SDK to your React Native App using hyperswitch-node
- [Payment Widget](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile/cross-platform/react-native/react-native-with-node-backend-1.md): Implement embedded payment widget in React Native applications
- [Headless SDK](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile/cross-platform/react-native/headless.md): Juspay Hyperswitch is designed to facilitate the integration and management of payment-related functionalities in a decoupled or headless architecture with flexibility to customize your checkout UI.
- [Customization](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile/cross-platform/react-native/customization.md): Visual customization: Colors, shapes, specific UI components
- [Expo integration](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile/cross-platform/react-native/expo-integration.md): Integrate Juspay Hyperswitch SDK with Expo for React Native apps
- [Troubleshooting](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile/cross-platform/troubleshooting.md): Troubleshoot common issues with React Native and Flutter SDKs
- [Flutter](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile/cross-platform/flutter.md): Integrate unified checkout with your Flutter app
- [Flutter with REST API Integration](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile/cross-platform/flutter/flutter-with-node-backend.md): Integrate Juspay Hyperswitch SDK to your Flutter App using hyperswitch-node
- [Headless SDK](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile/cross-platform/flutter/headless.md): Juspay Hyperswitch is designed to facilitate the integration and management of payment-related functionalities in a decoupled or headless architecture with flexibility to customize your checkout UI.
- [Customization](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/mobile/cross-platform/flutter/customization.md): Visual customization: Colors, shapes, specific UI components
- [Server Setup](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/server-setup.md): Set up server-side payment creation and SDK integration for Juspay Hyperswitch
- [Payment Links](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/payment-links.md): Low-code solution to accept payments
- [Configurations](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/payment-links/configurations.md): Configure Payment Links UI
- [Theme configurations Guide](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/payment-links/theme-configurations-guide.md): Payment Links & Theme Customization Guide
- [Create Payment Links](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/payment-links/create-payment-links.md): Create Payment Links
- [Secure Payment Links](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/payment-links/secure-payment-links.md): Learn how to configure and use secure payment links embedded within iframes of trusted domains for safe payment method storage.
- [Setup Custom Domain](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/payment-links/setup-custom-domain.md): Learn how to configure custom domains for payment links with DNS records, CNAME, and TXT verification for secure payment processing.
- [Over-the-Air (OTA) Updates](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/over-the-air-ota-updates.md): Airborne is an open-source project by Juspay designed to help developers integrate Over-The-Air (OTA) update capabilities into Android, iOS, and React Native applications effortlessly.
- [Android](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/over-the-air-ota-updates/android.md): Configure over-the-air updates for Hyperswitch SDK on Android using HyperOTAReact for seamless app updates without store releases.
- [iOS](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/over-the-air-ota-updates/ios.md): Configure iOS Over-the-Air (OTA) updates for the Hyperswitch SDK using HyperOTA endpoints and release configurations.
- [Server setup](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/over-the-air-ota-updates/server-setup.md): Set up server infrastructure for over-the-air SDK updates with config.json and bundle hosting.
- [Card Scanning](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/features.md): Hyperswitch's card scanning feature uses OCR technology to accurately extract credit card details in real-time, reducing manual entry errors and speeding up checkout.
- [App Clips](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/app-clips.md): Hyperswitch App Clip is a lightweight version of your iOS app that launches instantly (via QR code, NFC, or link) to let users complete payments quickly without installing the full app.
- [Alternate Payment Method Widgets](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/enable-alternate-payment-method-widgets.md): Modular, embeddable alternate payment methods (APMs) known as Hyperwidgets that merchants can use to augment their existing checkout with minimal code.
- [Hyperwidget Integration Guide](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/enable-alternate-payment-method-widgets/hyperwidget-integration-guide.md): Guide to integrating Hyperwidgets for enabling alternate payment methods (APMs) across multiple PSPs with minimal code changes.
- [Vault-Then-Pay](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method.md): Learn about Hyperswitch Payment Method flows for flexible payment processing, including S2S integration, tokenization, and the two-step payment pattern.
- [Vault SDK - React with REST API Integration](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method/vault-sdk-react-with-rest-api-integration.md): Secure tokenization using Hyperswitch's PCI compliant Vault SDK for React applications with REST API integration.
- [Vault SDK - JS with REST API Integration](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method/vault-sdk-js-with-rest-api-integration.md): Secure tokenization using Hyperswitch's PCI compliant Payment Methods Management SDK for JavaScript applications with REST API integration.
- [SDK Reference](https://docs.hyperswitch.io/integration-guide/payment-suite/sdk-reference.md): SDK method details
- [Node](https://docs.hyperswitch.io/integration-guide/payment-suite/sdk-reference/node.md): Node to access the Hyperswitch API
- [React](https://docs.hyperswitch.io/integration-guide/payment-suite/sdk-reference/react.md)
- [JS](https://docs.hyperswitch.io/integration-guide/payment-suite/sdk-reference/js.md)
- [Custom Events](https://docs.hyperswitch.io/integration-guide/payment-suite/sdk-reference/custom-events.md)
- [Workflows](https://docs.hyperswitch.io/integration-guide/workflows.md): Configure and manage payment workflows including 3DS authentication, fraud detection, vault integration, smart retries, and intelligent routing.
- [3DS / Strong Customer Authentication](https://docs.hyperswitch.io/integration-guide/workflows/3ds-decision-manager.md): Implement 3D Secure and Strong Customer Authentication for payments
- [Authenticate with 3D Secure via PSP](https://docs.hyperswitch.io/integration-guide/workflows/3ds-decision-manager/authenticate-with-3d-secure-via-psp.md): Authenticate payments using 3D Secure via payment service providers
- [Import 3D Secure results](https://docs.hyperswitch.io/integration-guide/workflows/3ds-decision-manager/import-3d-secure-results.md): Process payments when 3D Secure runs outside Juspay Hyperswitch
- [Native 3DS Authentication](https://docs.hyperswitch.io/integration-guide/workflows/3ds-decision-manager/native-3ds-authentication-for-mobile-payments.md): Implement native 3DS authentication for seamless mobile checkout
- [Standalone 3D Secure (via Hyperswitch)](https://docs.hyperswitch.io/integration-guide/workflows/3ds-decision-manager/external-authentication-for-3ds.md): Use any Standalone 3DS server to run 3D Secure (3DS) authentication and authorize the payment with any payment provider (PSP).
- [Copy of Standalone 3D Secure (via Hyperswitch)](https://docs.hyperswitch.io/integration-guide/workflows/3ds-decision-manager/external-authentication-for-3ds-1.md): Use any Standalone 3DS server to run 3D Secure (3DS) authentication and authorize the payment with any payment provider (PSP).
- [3DS Intelligence Engine](https://docs.hyperswitch.io/integration-guide/workflows/3ds-decision-manager/3ds-intelligence-engine.md): Use Rules and SCA exemptions to reduce cardholder friction on eligible transactions
- [3DS Decision Manager](https://docs.hyperswitch.io/integration-guide/workflows/3ds-decision-manager/3ds-intelligence-engine/get-started-with-3ds-decision-manager.md): Use Rules to reduce cardholder friction on transactions
- [Fraud & Risk Management](https://docs.hyperswitch.io/integration-guide/workflows/fraud-and-risk-management.md): Effectively enhance fraud detection with your preferred FRM engine
- [Activating FRM in Hyperswitch](https://docs.hyperswitch.io/integration-guide/workflows/fraud-and-risk-management/activating-frm-in-hyperswitch.md): Activate fraud risk management solutions in Juspay Hyperswitch
- [Fraud Blocklist](https://docs.hyperswitch.io/integration-guide/workflows/fraud-and-risk-management/fraud-blocklist.md): Blocking card bins selectively based on observed fraudulent activity
- [Vault](https://docs.hyperswitch.io/integration-guide/workflows/vault.md): Juspay Hyperswitch Vault — secure, modular payment method storage with flexible PCI compliance options
- [Integration](https://docs.hyperswitch.io/integration-guide/workflows/vault/integration.md): Two integration paths for storing payment methods in Juspay Hyperswitch Vault: Server-to-Server API or the Vault SDK
- [Server to Server](https://docs.hyperswitch.io/integration-guide/workflows/vault/integration/server-to-server-vault-tokenization.md): Server to Server tokenization with Hyperswitch Vault Service for PCI compliant merchants
- [SDK](https://docs.hyperswitch.io/integration-guide/workflows/vault/integration/sdk-integration.md): Tokenize cards and manage saved payment methods using Juspay Hyperswitch's PCI-compliant Vault SDK - available for React and Vanilla JS
- [Vault Deployment Models](https://docs.hyperswitch.io/integration-guide/workflows/vault/deployment-models.md): Choose the right Vault deployment model based on your hosting preference and PCI compliance posture
- [Vault Standalone with SaaS Hyperswitch Vault (PCI)](https://docs.hyperswitch.io/integration-guide/workflows/vault/deployment-models/vault-standalone-saas-vault-pci.md): Deploy Vault Standalone with SaaS Hyperswitch Vault for PCI-compliant merchants to store and retrieve raw payment method data for use with their own payment engine
- [Vault Standalone with SaaS Hyperswitch Vault (Non-PCI)](https://docs.hyperswitch.io/integration-guide/workflows/vault/deployment-models/vault-standalone-saas-vault-non-pci.md): Standalone vaulting service for non-PCI merchants with their own payment engine using tokenization and proxy payments
- [Vault Standalone with Third-Party Vault](https://docs.hyperswitch.io/integration-guide/workflows/vault/deployment-models/connect-external-vaults-to-hyperswitch-orchestration.md): Connect third-party vaults to store cards with Hyperswitch SaaS orchestration
- [SaaS Orchestration with Juspay Vault](https://docs.hyperswitch.io/integration-guide/workflows/vault/deployment-models/saas-orchestration-with-juspay-vault.md): Leverage the integrated vault that comes with Hyperswitch Orchestration account to store cards
- [SaaS Orchestration with Third-Party Vault](https://docs.hyperswitch.io/integration-guide/workflows/vault/deployment-models/saas-orchestration-with-third-party-vault.md): Connect third-party vaults to store cards
- [Self-hosted & In-house PCI](https://docs.hyperswitch.io/integration-guide/workflows/vault/deployment-models/self-hosted-and-in-house-pci.md): Self-host Hyperswitch with your own PCI DSS compliance using the native Hyperswitch Vault deployed within your infrastructure
- [Self-hosted Orchestration with SaaS Vault](https://docs.hyperswitch.io/integration-guide/workflows/vault/deployment-models/self-hosted-orchestration-with-saas-vault.md): Self-host Hyperswitch orchestration while using SaaS Hyperswitch Vault for PCI compliance
- [Self-hosted & Outsourced PCI](https://docs.hyperswitch.io/integration-guide/workflows/vault/deployment-models/self-hosted-orchestration-with-external-or-third-party-pci-vault.md): Self-host Hyperswitch orchestration while outsourcing PCI compliance to an external vault provider like VGS or Tokenex
- [Hyperswitch SDK + External Vault](https://docs.hyperswitch.io/integration-guide/workflows/vault/deployment-models/hyperswitch-sdk-+-external-vault.md): Ideal for teams seeking to continue with their existing vault provider and avoid data migration
- [Configuration](https://docs.hyperswitch.io/integration-guide/workflows/vault/configuration.md): Configure Juspay Hyperswitch Vault on the dashboard — API key generation, profile settings, and external vault connections
- [Smart Retries](https://docs.hyperswitch.io/integration-guide/workflows/smart-retries.md): Automatically retry payments with an alternative processor
- [3DS Step-up Retries](https://docs.hyperswitch.io/integration-guide/workflows/smart-retries/3ds-step-up-retries.md): Automatically retry failed non-3DS payments by stepping them up to 3DS authentication
- [Manual/User triggered Retries](https://docs.hyperswitch.io/integration-guide/workflows/smart-retries/manual-user-triggered-retries.md): Allow customers to retry failed payments under the same Payment Intent
- [Processor error code mapping](https://docs.hyperswitch.io/integration-guide/workflows/smart-retries/processor-error-code-mapping.md): Understand how error codes are classified for Smart Retry decisions
- [Intelligent Routing](https://docs.hyperswitch.io/integration-guide/workflows/intelligent-routing.md): Dynamically switch between processors in real-time to maximize first attempt auth rates and minimize processing cost
- [Self-Deployment Guide](https://docs.hyperswitch.io/integration-guide/workflows/intelligent-routing/self-deployment-guide.md): Self-deploy the intelligent routing engine with Docker
- [Auth Rate Based Routing](https://docs.hyperswitch.io/integration-guide/workflows/intelligent-routing/auth-rate-based-routing.md): Optimize transaction success across multiple gateways using ML-driven Multi-Armed Bandit with Delayed Feedback approach
- [Least Cost Routing](https://docs.hyperswitch.io/integration-guide/workflows/intelligent-routing/least-cost-routing.md): Optimize processing fees on debit payments by routing traffic to the cheapest available debit network
- [Rule Based Routing](https://docs.hyperswitch.io/integration-guide/workflows/intelligent-routing/rule-based-routing.md): Route transactions through processors with advanced rules on the basis of various payment parameters
- [Volume Based Routing](https://docs.hyperswitch.io/integration-guide/workflows/intelligent-routing/volume-based-routing.md): Route transactions through processors based on volume distribution
- [Default Fallback Routing](https://docs.hyperswitch.io/integration-guide/workflows/intelligent-routing/default-fallback-routing.md): Fallback is a priority order of all the configured processors which is used to route traffic standalone or when other routing rules are not applicable.
- [Surcharge](https://docs.hyperswitch.io/integration-guide/workflows/surcharge.md): Configure advanced rules with various payment parameters
- [Surcharge Setup guide](https://docs.hyperswitch.io/integration-guide/workflows/surcharge/surcharge-setup-guide.md): Surcharge Manager Setup
- [Account & Operations](https://docs.hyperswitch.io/integration-guide/account-management.md): Manage your Hyperswitch account end to end: setup and structure, team management, analytics, disputes, reconciliation, surcharge, and multi-tenancy.
- [Account Setup and Structure](https://docs.hyperswitch.io/integration-guide/account-management/multiple-accounts-and-profiles.md): Set up your Hyperswitch account, choose between Standard and Platform setups, and configure organizations, merchants, and profiles for your business.
- [Quick Start: Create Your Hyperswitch Account](https://docs.hyperswitch.io/integration-guide/account-management/multiple-accounts-and-profiles/quick-start.md): Sign up to Hyperswitch, generate your first API key, and connect a payment processor.
- [Pick the Right Setup for Your Business](https://docs.hyperswitch.io/integration-guide/account-management/multiple-accounts-and-profiles/pick-the-right-setup.md): Decide between a Standard Organization and a Platform Organization based on how your business operates.
- [Organization, Merchant, and Profile](https://docs.hyperswitch.io/integration-guide/account-management/multiple-accounts-and-profiles/hyperswitch-account-structure.md): Understand Hyperswitch's three-level hierarchy of Organization, Merchant Account, and Profile.
- [Standard Organization](https://docs.hyperswitch.io/integration-guide/account-management/multiple-accounts-and-profiles/standard-organization.md): Set up and operate a Standard Organization in Hyperswitch.
- [Platform Organization](https://docs.hyperswitch.io/integration-guide/account-management/multiple-accounts-and-profiles/platform-organization-concepts.md): Conceptual reference for Platform Organizations, Platform Merchants, and Connected and Standard sub-merchants.
- [Setting Up a Platform Organization](https://docs.hyperswitch.io/integration-guide/account-management/multiple-accounts-and-profiles/platform-organization-concepts/setting-up-platform-organization.md): Create a Platform Organization and add Connected Merchants from the Dashboard
- [Sharing Customers and Payment Methods](https://docs.hyperswitch.io/integration-guide/account-management/multiple-accounts-and-profiles/platform-organization-concepts/sharing-customers-and-payment-methods.md): How customers and saved payment methods are shared across Connected Merchants in a Platform Organization.
- [On-Behalf-of Operations](https://docs.hyperswitch.io/integration-guide/account-management/multiple-accounts-and-profiles/platform-organization-concepts/on-behalf-of-operations.md): How the Platform Merchant initiates operations on behalf of a Connected Merchant using the Platform API Key.
- [Manage Your Team](https://docs.hyperswitch.io/integration-guide/account-management/manage-your-team.md): Assign roles and permission to users
- [Analytics & operations](https://docs.hyperswitch.io/integration-guide/account-management/analytics-and-operations.md): Explore analytics dashboards and operational tools to monitor payment conversion, manage refunds, and streamline workflows
- [Export Payments Data To Redshift for Analytics](https://docs.hyperswitch.io/integration-guide/account-management/analytics-and-operations/exporting-payments-data.md): Export your payments data to Amazon Redshift for advanced analytics and business intelligence reporting
- [Disputes / Chargebacks](https://docs.hyperswitch.io/integration-guide/account-management/disputes.md): Track, accept, and challenge disputes across multiple processors from one unified interface using Juspay Hyperswitch's Disputes module
- [Multi-Tenancy](https://docs.hyperswitch.io/integration-guide/account-management/multi-tenancy-with-hyperswitch.md): Understand multi-tenancy architecture to manage multiple tenants with customized and logically isolated Hyperswitch stack environments
- [Data migration](https://docs.hyperswitch.io/integration-guide/account-management/data-migration.md): Securely migrate payment data to or from Hyperswitch with zero business interruption, in coordination with your current payment service provider.
- [Data Migration from PSP to Hyperswitch](https://docs.hyperswitch.io/integration-guide/account-management/data-migration/import-data-to-hyperswitch.md): Import customer records and payment data from your current processor to ensure uninterrupted business operations
- [Data Migration From Hyperswitch](https://docs.hyperswitch.io/integration-guide/account-management/data-migration/export-data-from-hyperswitch.md): Learn how to safely export your payment data from Hyperswitch to a PCI-DSS compliant payment processor.
- [Embeddable Components](https://docs.hyperswitch.io/integration-guide/account-management/beta-embeddable-components.md): Embed pre-built white-labeled UI components into your application to integrate Hyperswitch payment orchestration seamlessly without redirecting users
- [Integration Guide](https://docs.hyperswitch.io/integration-guide/account-management/beta-embeddable-components/integration-guide.md): Learn how to integrate Hyperswitch embeddable components into your React application using the SDK with JWT-based authentication for secure connector configuration.
- [Integration Reference](https://docs.hyperswitch.io/integration-guide/account-management/beta-embeddable-components/integration-reference.md): Learn how to integrate Hyperswitch embeddable components into your React application using the SDK provider pattern for secure connector configuration management.
- [Webhooks](https://docs.hyperswitch.io/integration-guide/webhooks.md): Configure outgoing webhooks from Hyperswitch


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hyperswitch.io/integration-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
