node-pesa
node-pesa copied to clipboard
Pesa SDK
This package was intended for Node Enviroment this is to run in a controlled backend environment After several communication with users Current name `pesa-js` implies this packages can be used...
Add and improve documentation and examples(example will include expressjs app)
Allow optional input for not required fields in a request.
If fields are not provided then generate a random string for 'input_ThirdPartyConversationID' and 'input_TransactionReference'
When using the @openpesa/pesa-js to initiate a C2B transaction, the request fails with the following error: output_error: 'Origin not allowed' ```json { output_error: 'Origin not allowed' } ``` **Code Sample**...