Skip to content

Module for Express.js that accepts and checks HTTP-notifications from Yandex.Money

Notifications You must be signed in to change notification settings

alexeimoisseev/yamoney-http-notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Yandex.Money HTTP notifications module for express.js.
http://api.yandex.com/money/doc/dg/reference/notification-p2p-incoming.xml

Usage:

var yamoney-http = require('yamoney-http-notifications');
...
app.post('/yamoney', yamoney-http('YOUR_SECRET', function(err, body) {
    console.log(body); // here will be body of the notification
});

About

Module for Express.js that accepts and checks HTTP-notifications from Yandex.Money

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published