An open API service indexing awesome lists of open source software.

https://github.com/pavankpdev/paytm-gateway


https://github.com/pavankpdev/paytm-gateway

Last synced: about 1 month ago
JSON representation

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.