From 4a970d80d219bb1d3bf7c1b0f2b9f4c276bcc6af Mon Sep 17 00:00:00 2001 From: Vedant Khairnar Date: Tue, 13 Jun 2023 13:22:10 +0530 Subject: [PATCH 1/5] Added HyperSwitch to Payment Processors --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9ace28e9..3a5a853d 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ See [Contributing](.github/CONTRIBUTING.md). - [Office Suites](#office-suites) - [Password Managers](#password-managers) - [Pastebins](#pastebins) + - [Payment Processors](#payment-processors) - [Personal Dashboards](#personal-dashboards) - [Photo and Video Galleries](#photo-and-video-galleries) - [Polls and Events](#polls-and-events) @@ -1537,6 +1538,15 @@ A [pastebin](https://en.wikipedia.org/wiki/Pastebin) is a type of online content - [Wastebin](https://github.com/matze/wastebin) - Lightweight, minimal and fast pastebin with an SQLite backend. ([Demo](https://bin.bloerg.net)) `MIT` `Rust` +### Payment Processors + +**[`^ back to top ^`](#awesome-selfhosted)** + +A payment processor is a system that enables financial transactions, commonly employed by a merchant, to handle transactions with customers from various channels such as credit cards and debit cards or bank accounts. + +- [HyperSwitch](https://github.com/juspay/hyperswitch) - An Open Source Financial Switch to make Payments fast, reliable & affordable. + ([Demo](https://app.hyperswitch.io/)) `Apache` `Rust` + ### Personal Dashboards **[`^ back to top ^`](#awesome-selfhosted)** From 4ce5603e6eea7132ae6104c74ce3f56d9ccb7d75 Mon Sep 17 00:00:00 2001 From: Vedant Khairnar Date: Tue, 13 Jun 2023 13:52:29 +0530 Subject: [PATCH 2/5] Added HyperSwitch in Payment Processors --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a5a853d..4e0cb91e 100644 --- a/README.md +++ b/README.md @@ -1545,7 +1545,7 @@ A [pastebin](https://en.wikipedia.org/wiki/Pastebin) is a type of online content A payment processor is a system that enables financial transactions, commonly employed by a merchant, to handle transactions with customers from various channels such as credit cards and debit cards or bank accounts. - [HyperSwitch](https://github.com/juspay/hyperswitch) - An Open Source Financial Switch to make Payments fast, reliable & affordable. - ([Demo](https://app.hyperswitch.io/)) `Apache` `Rust` + `Apache-2.0` `Rust` ### Personal Dashboards From a33f9b83700c00bf1d3392e63c27e2b173ba391a Mon Sep 17 00:00:00 2001 From: Vedant Khairnar Date: Mon, 3 Jul 2023 14:49:18 +0530 Subject: [PATCH 3/5] Updated Hyperswitch to Money, Budgeting & Management --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e0cb91e..7a622223 100644 --- a/README.md +++ b/README.md @@ -1400,6 +1400,7 @@ _Related: [Inventory Management](#inventory-management), [Resource Planning - En - [Ghostfolio](https://ghostfol.io/) - Wealth management software to keep track of stocks, ETFs and cryptocurrencies. ([Source Code](https://github.com/ghostfolio/ghostfolio)) `AGPL-3.0` `Docker/Nodejs` - [GRR](https://grr.devome.com/?lang=en) - Assets management and booking for small/medium companies. ([Source Code](https://github.com/JeromeDevome/GRR)) `GPL-2.0` `PHP` - [Hub20](https://hub20.io/) - A self-hosted payment processor for Ethereum and ERC20 Tokens. ([Source Code](https://gitlab.com/mushroomlabs/hub20/)) `AGPL-3.0` `Docker/Python` +- [HyperSwitch](https://hyperswitch.io/) - HyperSwitch is an Open Source Financial Switch to make payments Fast, Reliable and Affordable. It lets you connect with multiple payment processors and route traffic effortlessly, all with a single API integration. ([Source Code](https://github.com/juspay/hyperswitch)) `Apache-2.0` `Docker/Rust` - [IHateMoney](https://ihatemoney.org/) - Manage your shared expenses, easily. ([Demo](https://ihatemoney.org/demo/), [Source Code](https://github.com/spiral-project/ihatemoney)) `BSD-3-Clause` `Docker/Python` - [Invoice Ninja](https://www.invoiceninja.org/) - Powerful tool to invoice clients online. ([Demo](https://app.invoiceninja.com/invoices/create), [Source Code](https://github.com/invoiceninja/invoiceninja)) `AAL` `PHP` - [InvoicePlane](https://github.com/InvoicePlane/InvoicePlane) - Manage quotes, invoices, payments and customers for your small business. `MIT` `PHP` From 7d4237f839e67279b657f138fe5ec18c92ab4e0f Mon Sep 17 00:00:00 2001 From: Vedant Khairnar Date: Mon, 3 Jul 2023 14:53:30 +0530 Subject: [PATCH 4/5] Removed Hyperswitch from Payments --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 9f82dbf6..c5438391 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,6 @@ See [Contributing](.github/CONTRIBUTING.md). - [Office Suites](#office-suites) - [Password Managers](#password-managers) - [Pastebins](#pastebins) - - [Payment Processors](#payment-processors) - [Personal Dashboards](#personal-dashboards) - [Photo and Video Galleries](#photo-and-video-galleries) - [Polls and Events](#polls-and-events) @@ -1545,16 +1544,6 @@ A [pastebin](https://en.wikipedia.org/wiki/Pastebin) is a type of online content - [wantguns/bin](https://github.com/wantguns/bin) - Minimal pastebin for both textual and binary files shipped in a single statically linked binary. ([Demo](https://basedbin.fly.dev)) `GPL-3.0` `Rust` - [Wastebin](https://github.com/matze/wastebin) - Lightweight, minimal and fast pastebin with an SQLite backend. ([Demo](https://bin.bloerg.net)) `MIT` `Rust` - -### Payment Processors - -**[`^ back to top ^`](#awesome-selfhosted)** - -A payment processor is a system that enables financial transactions, commonly employed by a merchant, to handle transactions with customers from various channels such as credit cards and debit cards or bank accounts. - -- [HyperSwitch](https://github.com/juspay/hyperswitch) - An Open Source Financial Switch to make Payments fast, reliable & affordable. - `Apache-2.0` `Rust` - ### Personal Dashboards **[`^ back to top ^`](#awesome-selfhosted)** From 44b6be9ef2bf1930c4ba3f847c08e788c7e278b9 Mon Sep 17 00:00:00 2001 From: Vedant Khairnar Date: Tue, 4 Jul 2023 16:03:07 +0530 Subject: [PATCH 5/5] Updated Hyperswitch Co-authored-by: nodiscc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5438391..1618b720 100644 --- a/README.md +++ b/README.md @@ -1407,7 +1407,7 @@ _Related: [Inventory Management](#inventory-management), [Resource Planning - En - [Ghostfolio](https://ghostfol.io/) - Wealth management software to keep track of stocks, ETFs and cryptocurrencies. ([Source Code](https://github.com/ghostfolio/ghostfolio)) `AGPL-3.0` `Docker/Nodejs` - [GRR](https://grr.devome.com/?lang=en) - Assets management and booking for small/medium companies. ([Source Code](https://github.com/JeromeDevome/GRR)) `GPL-2.0` `PHP` - [Hub20](https://hub20.io/) - A self-hosted payment processor for Ethereum and ERC20 Tokens. ([Source Code](https://gitlab.com/mushroomlabs/hub20/)) `AGPL-3.0` `Docker/Python` -- [HyperSwitch](https://hyperswitch.io/) - HyperSwitch is an Open Source Financial Switch to make payments Fast, Reliable and Affordable. It lets you connect with multiple payment processors and route traffic effortlessly, all with a single API integration. ([Source Code](https://github.com/juspay/hyperswitch)) `Apache-2.0` `Docker/Rust` +- [HyperSwitch](https://hyperswitch.io/) `⚠` - HyperSwitch is an Open Source Financial Switch to make payments Fast, Reliable and Affordable. It lets you connect with multiple payment processors and route traffic effortlessly, all with a single API integration. ([Source Code](https://github.com/juspay/hyperswitch)) `Apache-2.0` `Docker/Rust` - [IHateMoney](https://ihatemoney.org/) - Manage your shared expenses, easily. ([Demo](https://ihatemoney.org/demo/), [Source Code](https://github.com/spiral-project/ihatemoney)) `BSD-3-Clause` `Docker/Python` - [Invoice Ninja](https://www.invoiceninja.org/) - Powerful tool to invoice clients online. ([Demo](https://app.invoiceninja.com/invoices/create), [Source Code](https://github.com/invoiceninja/invoiceninja)) `AAL` `PHP` - [InvoicePlane](https://github.com/InvoicePlane/InvoicePlane) - Manage quotes, invoices, payments and customers for your small business. `MIT` `PHP`