daraja:与Safaricom的Daraja M-Pesa API交互的NodeJS库

时间:2024-05-29 01:53:19
【文件属性】:

文件名称:daraja:与Safaricom的Daraja M-Pesa API交互的NodeJS库

文件大小:465KB

文件格式:ZIP

更新时间:2024-05-29 01:53:19

npm typescript mpesa c2b safaricom

一个NodeJS库,可简化与Safaricom的Daraja M-Pesa API的集成 例子 const { Mpesa } = require ( 'daraja' ) ; // instantiate Mpesa with the organization's shortcode and app's Consumer Key // and Consumer Secret const mpesa = new Mpesa ( 123456 , 'yourConsumerKey' , 'yourConsumerSecret' ) ; // then make the call to the API passing the required arguments mpesa . mpesaExpressRequest ( 100 , 254712345678 , 1


【文件预览】:
daraja-main
----.eslintrc.json(312B)
----.gitignore(918B)
----package.json(2KB)
----tslint.json(227B)
----package-lock.json(111KB)
----src()
--------index.ts(37B)
--------lib()
----.travis.yml(167B)
----jsdoc()
--------README.md(2KB)
----LICENSE(1KB)
----tsconfig.json(332B)
----README.md(3KB)
----conf.json(296B)
----certificates()
--------sandbox.cer(2KB)
--------production.cer(2KB)
----.npmignore(973B)
----docs()
--------Mpesa.html(33KB)
--------fonts()
--------scripts()
--------index.html(3KB)
--------daraja.png(4KB)
--------styles()
--------img()
----img()
--------daraja.png(4KB)
--------img()
----test()
--------api.test.js(20KB)
--------mpesa.test.js(10KB)
--------logic.test.js(14KB)
----.prettierrc(26B)

网友评论