You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: fix typos, update README, and add integration test documentation
- Fixed typo in docs/api-reference1.md (specifed -> specified)
- Added typo exceptions to .typos.toml for upstream code typos
- Updated README.md with documentation improvements
- Added tests/INTEGRATION_TESTS.md with integration test suite documentation
- Updated config/prometheus.yaml with config examples
Copy file name to clipboardExpand all lines: README.md
+10-14Lines changed: 10 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,16 @@
1
-
# Decision Engine
2
-
## Overview
1
+
# Decision Engine
2
+
3
+
## Overview
3
4
4
5
The 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.
5
6
6
-
## Vision
7
+
## Vision
7
8
8
9
Build a reliable, open source payments software for the world \- which is interoperable, collaborative and community-driven.
9
10
10
11
## Features
11
12
12
-
The Decision Engine comes with the following features out-of-the box for your payment routing needs.
13
+
The Decision Engine comes with the following features out-of-the box for your payment routing needs.
13
14
✅ Eligibility Check – Ensures only eligible gateways are used, reducing payment failures and improving transaction success.
14
15
15
16
📌 Rule-Based Ordering – Routes transactions based on predefined merchant rules, ensuring predictable and obligation-driven payment processing.
@@ -20,8 +21,7 @@ The Decision Engine comes with the following features out-of-the box for your pa
20
21
21
22
To 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)
Check the [SETUP.md](/docs/setup-guide-mysql.md) for detailed steps to try out the application.
35
-
36
33
34
+
Check the [SETUP.md](/docs/setup-guide-mysql.md) for detailed steps to try out the application.
37
35
38
-
## API Reference :
36
+
## API Reference
39
37
40
38
Check the [API_REFERENCE.md](/docs/api-reference1.md) for more details
41
39
40
+
## Support, Feature Requests, Bugs
42
41
43
-
## Support, Feature Requests, Bugs
42
+
For any support, join the conversation in [Slack](https://hyperswitch.io/join-slack)
44
43
45
-
For any support, join the conversation in [Slack](https://join.slack.com/t/hyperswitch-io/shared_invite/zt-2jqxmpsbm-WXUENx022HjNEy~Ark7Orw)
46
-
47
44
For new product features, enhancements, roadmap discussions, or to share queries and ideas, visit our [GitHub Discussions](https://github.com/juspay/decision-engine/discussions)
48
45
49
46
For 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].
50
47
51
48
[existing and closed issues]: https://github.com/juspay/decision-engine/issues
52
49
[open a new issue]: https://github.com/juspay/decision-engine/issues/new/choose
0 commit comments