https://github.com/pavankpdev/paytm-gateway
https://github.com/pavankpdev/paytm-gateway
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pavankpdev/paytm-gateway
- Owner: pavankpdev
- License: mit
- Created: 2021-07-22T06:54:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-22T07:03:23.000Z (almost 4 years ago)
- Last Synced: 2025-01-30T09:22:16.680Z (3 months ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Note: This is an HTML form post integration method and it has been [deprecated by paytm](https://developer.paytm.com/docs/v1/payment-gateway/deprecated-flow-integration/). The flow is available only for existing integrations.
Updated Repo is available [here](https://github.com/amljs/paytm-nodejs-updated)
# Paytm-Node.js Demo App
This is a Paytm payment gateway demo app using Node.js.
Check out the [Medium tutorial](https://medium.com/@amljs/integrate-paytm-payment-gateway-using-node-js-2e7f04587aad) to know how it's implemented.
For the Demo App,
## Usage
`git clone https://github.com/amljs/paytm-node.js.git`
`cd paytm-node.js`
`npm install`
`node index.js`
In `config.js` update the credentials with your test API keys.
## Testing Credentials
For testing credentials, visit
## License
The MIT License (MIT). Please see [License File](https://github.com/amljs/paytm-node.js/blob/master/LICENSE) for more information.