momoapi-node icon indicating copy to clipboard operation
momoapi-node copied to clipboard

MTN MoMo API Client for Node

Results 13 momoapi-node issues
Sort by recently updated
recently updated
newest added

Hi, Can we please consider the support of Delivery notification endpoints as below: https://momoapi.mtn.com/docs/services/collection/operations/requesttopay-referenceId-deliverynotification-POST?

The readme does not talk in detail simulate real-world cases using the sandbox - We need to add information about the request bodies and headers made to the callback URLs...

`import momo from "mtn-momo" import { config } from "dotenv"; config() const { Collections, Disbursements } = momo.create({ baseUrl: "https://sandbox.momodeveloper.mtn.com", environment: "sandbox", callbackHost: process.env.CALLBACK_HOST }); const collections = Collections({ userSecret:...