{"id":28932320,"url":"https://github.com/juspay/decision-engine","last_synced_at":"2025-09-06T22:36:56.899Z","repository":{"id":284163644,"uuid":"954011573","full_name":"juspay/decision-engine","owner":"juspay","description":"open-source routing system designed for payment processing","archived":false,"fork":false,"pushed_at":"2025-09-01T09:25:06.000Z","size":2093,"stargazers_count":87,"open_issues_count":26,"forks_count":20,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-09-01T11:45:50.250Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://juspay.io/blog/juspay-orchestrator-and-merchant-controlled-routing-engine","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juspay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-24T12:34:52.000Z","updated_at":"2025-09-01T09:25:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"934a0042-36f0-4b83-a318-0b89a5f65714","html_url":"https://github.com/juspay/decision-engine","commit_stats":null,"previous_names":["juspay/decision-engine"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/juspay/decision-engine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juspay%2Fdecision-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juspay%2Fdecision-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juspay%2Fdecision-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juspay%2Fdecision-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juspay","download_url":"https://codeload.github.com/juspay/decision-engine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juspay%2Fdecision-engine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273973961,"owners_count":25200578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-22T16:41:19.965Z","updated_at":"2025-09-06T22:36:56.890Z","avatar_url":"https://github.com/juspay.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Decision Engine \n## Overview \n\nThe Decision Engine system helps in choosing the most optimal payment gateway in real-time for every transaction based on pre-defined rules, success rate, latency and other business requirements. It is a fully modular service that can work with any orchestrator and any PCI-compliant vaults.\n\n## Vision \n\nBuild a reliable, open source payments software for the world \\- which is interoperable, collaborative and community-driven.\n\n## Features\n\nThe Decision Engine comes with the following features out-of-the box for your payment routing needs. \n✅ Eligibility Check – Ensures only eligible gateways are used, reducing payment failures and improving transaction success.\n\n📌 Rule-Based Ordering – Routes transactions based on predefined merchant rules, ensuring predictable and obligation-driven payment processing.\n\n🔄 Dynamic Gateway Ordering – Uses real-time success rates and ML-driven optimization to route transactions to the best-performing gateway.\n\n⚠️ Downtime Detection – Monitors gateway health, dynamically reordering or pausing routing to prevent transaction failures during downtime.\n\nTo learn more, refer to this blog: [https://juspay.io/blog/juspay-orchestrator-and-merchant-controlled-routing-engine](https://juspay.io/blog/juspay-orchestrator-and-merchant-controlled-routing-engine)  \n\n\n## Architecture \n\n![](https://cdn.sanity.io/images/9sed75bn/production/fd872ae5b086e7a60011ad9d4d5c7988e1084d03-1999x1167.png)  \n\n### How it can fit into your existing architecture\n\n\u003cimg width=\"639\" alt=\"image\" src=\"https://github.com/user-attachments/assets/272ad222-8a91-4bb2-aa3a-e1fc9c28e3da\" /\u003e\n\n## Try it out\n \n Check the [SETUP.md](/docs/setup-guide-mysql.md) for detailed steps to try out the application.\n\n\n\n## API Reference : \n\nCheck the [API_REFERENCE.md](/docs/api-reference1.md) for more details\n\n\n## Support, Feature Requests, Bugs \n\nFor any support, join the conversation in [Slack](https://join.slack.com/t/hyperswitch-io/shared_invite/zt-2jqxmpsbm-WXUENx022HjNEy~Ark7Orw)\n     \nFor new product features, enhancements, roadmap discussions, or to share queries and ideas, visit our [GitHub Discussions](https://github.com/juspay/decision-engine/discussions)\n\nFor reporting a bug, please read the issue guidelines and search for [existing and closed issues]. If your problem or idea is not addressed yet, please [open a new issue].\n\n[existing and closed issues]: https://github.com/juspay/decision-engine/issues\n[open a new issue]: https://github.com/juspay/decision-engine/issues/new/choose\n \n\n## Contributing\n\nWe welcome contributions from everyone\\! Here's how you can help:\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines.\n\n## Versioning\n\nCheck the [CHANGELOG.md](CHANGELOG.md) file for details.\n\n## Copyright and License\n\nThis product is licensed under the [AGPL V3](LICENSE) License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuspay%2Fdecision-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuspay%2Fdecision-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuspay%2Fdecision-engine/lists"}