Hyperswitch
High-performance, open-source financial payment router and orchestration platform.
Why consider Hyperswitch?
Hyperswitch is an open-source payment orchestration switch written in Rust. It unifies connections to over 50 payment processors (Stripe, Adyen, PayPal, Apple Pay) into a single API with smart routing.
Learn Hyperswitch by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide3 sections
Overview of Hyperswitch
Hyperswitch by Juspay is an open-source payment router that eliminates single payment processor dependency. Developed in Rust for sub-100ms response times, it automatically routes transactions through the highest-converting and lowest-cost payment gateways.
Running Hyperswitch with Docker
git clone https://github.com/juspay/hyperswitch.gitcd hyperswitchdocker compose -f docker-compose-standalone.yml up -dAccess the Merchant Control Center on http://localhost:9000 to configure payment processors and smart routing rules.
Creating a Payment Intent
curl -X POST http://localhost:8080/payments \ -H "api-key: YOUR_ADMIN_KEY" \ -H "Content-Type: application/json" \ -d '{ "amount": 4999, "currency": "USD", "customer_id": "cust_12345" }'Hyperswitch is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.