https://github.com/devdhera/bsp-paymentgateway
Suite of BSP Applications
https://github.com/devdhera/bsp-paymentgateway
Last synced: about 1 year ago
JSON representation
Suite of BSP Applications
- Host: GitHub
- URL: https://github.com/devdhera/bsp-paymentgateway
- Owner: DevDHera
- License: mit
- Created: 2018-04-18T15:07:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-23T17:34:15.000Z (over 1 year ago)
- Last Synced: 2025-02-06T04:43:50.248Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 442 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BSP - Payment Gateway
>A simple payment gateway for BSP Customers. An initiative taken when creating BSP - Good Will Hunting.
### System Overview
A simple Gateway for BSPs. Receive the handle send by BSP through mail and just simply do your tasks.
### Technologies Used
* Node.js
* Express.js
* Passport.js
* MongoDB
* Nexmo
* Socket.io
### Steps To Run
1. Install the modules.
```bash
npm install
```
2. Simply Run the App.
```bash
npm start
```
### Sample Codings
Lot of times we are under the wrong preemption of paying money for free services. SMS sending through applications is like that.
Here is how I achived this for free.
#### How to send SMS
```javascript
nexmo.message.sendSms('NEXMO', number, smsmessage, {type: 'unicode'},
(err, responseData) => {
if(err){
console.log(err);
}else{
console.dir(responseData);
}
}
)
```
### Tasks To Achive
* [x] Nexmo Intergration
* [x] Socket.io intergration
* [ ] Real Time pushes