Integrate mobilPay with Node.JS – Public package
I’ve made a simple way to integrate mobilPay payment gateway with Node JS.
It’s a lightweight NodeJs library that does the following functions:
- build mobilPay requests from the input data
- split payments field to the request to send part of the payment to another account
- validate mobilPay response based on the private key associated with the account
Follow the installation and usage guide