1.0.35 • Published 4 years ago

@coderafiki/mpesa-tsc v1.0.35

Weekly downloads
37
License
ISC
Repository
github
Last release
4 years ago

mpesa-tscwrapper

Wrapper for Mpesa Daraja Api using typescript

npm intall --save mpesa-tsc
yarn add mpesa-tsc  
import {Mpesa} from 'mpesa-tsc'
let mpesaService = new Mpesa(
    CONSUMER_KEY,  /* get this from mpesa */
    CONSUMER_SECRET,
    SANDBOX_SHORT_CODE,
    'random password',
    CALLBACK_URL /* to get responses from mpesa */
)
let response = mpesaService.lipaNaMpesaOnline({
     Amount: '500',
     PartyA: '254700123456',
     PhoneNumber: '254700123456',
     AccountReference: 'YOUR RANDOM REFERENCE CODE',
     TransactionDesc: 'description',
})
1.0.33

4 years ago

1.0.32

4 years ago

1.0.31

4 years ago

1.0.35

4 years ago

1.0.34

4 years ago

1.0.30

4 years ago

1.0.29

4 years ago

1.0.28

4 years ago

1.0.27

4 years ago

1.0.26

4 years ago

1.0.24

4 years ago