Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ishivanshgoel/trustpay
TrustPay is a platform for small businesses to maintain their customer accounts digitally.
https://github.com/ishivanshgoel/trustpay
digital-accounts ejs express javascript mongodb mongoose nodejs razorpay-api razorpay-payment
Last synced: about 2 months ago
JSON representation
TrustPay is a platform for small businesses to maintain their customer accounts digitally.
- Host: GitHub
- URL: https://github.com/ishivanshgoel/trustpay
- Owner: ishivanshgoel
- License: mit
- Created: 2021-12-02T10:53:19.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-26T16:49:54.000Z (over 2 years ago)
- Last Synced: 2024-10-12T12:12:34.558Z (3 months ago)
- Topics: digital-accounts, ejs, express, javascript, mongodb, mongoose, nodejs, razorpay-api, razorpay-payment
- Language: JavaScript
- Homepage:
- Size: 812 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TrustPay
TrustPay is a platform for small businesses to maintain their customer accounts digitally. The sole vision behind the idea is to digitalise the accounts from RED book to the online portal/ application along with making it really easy for merchants to generate new invoices and accept payments directly in their bank account.
## Features for Merchants
1. It makes it `easy for merchants` to generate a `digital invoice` for customer.
2. Merchants can `directly receive payment in their bank account` from customer `(EasyPay do not hold payment/ recieve payments as a middleman)` which makes the application more `reliable` for the merchants.
3. Merchants can send payment `reminders` to customers through `SMS and Email` in just one click from merchant dashboard (Along with the `one click payment link`).
5. Merchants can charge `interest` on the payment `after the due date`.
6. Merchants make generate `Recurring Payments invoice` for the customers (Montly/ Quaterly/ Semi-Anually/ Yearly Subscriptions).
7. Easy to maintain accounts without paper.## Features for Customer
1. Keep `track of all the payments` on a single dashboard.
2. Make Bill `Payments Digitally` without hassle.
3. `Reliable`, becuase payment is directly transfered to merchants account.
4. Can pay using one click payment link received in SMS/ email from the merchant.## LICENSE
MIT LicenseCopyright (c) 2021 Shivansh Goel
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.