Git Product home page Git Product logo

bridgewaveconnect's Introduction

Bridgewave Connect

Bridgewave Connector is a versatile library designed to seamlessly integrate with the M-Pesa Daraja API while offering robust connectivity solutions. Empowering developers with streamlined access to M-Pesa's mobile money services, BridgeWaveConnector serves as the essential bridge between your application and the world of digital transactions.

Table of Contents

Installation

To install BridgeWaveConnector, you can use npm , yarn or pnpm:

npm install bridgewaveconnect
yarn add bridgewaveconnect
pnpm install bridgewaveconnect

Usage

Once installed, you can import BridgeWaveConnector into your project and start using it to integrate with the M-Pesa Daraja API. Here's a basic example:

const BridgeWaveConnector = require('bridgewaveconnect');

// Initialize BridgeWaveConnector with your API credentials
const connector = new BridgeWaveConnector({
  apiKey: 'YOUR_API_KEY',
  apiSecret: 'YOUR_API_SECRET'
});

// Use BridgeWaveConnector methods to perform M-Pesa transactions
connector.sendMoney({
  recipient: '+254XXXXXXXXX',
  amount: 1000,
  message: 'Payment for services'
})
  .then(response => console.log(response))
  .catch(error => console.error(error));

For detailed usage instructions and API documentation, please refer to the full documentation.

Features

  • Seamless integration with M-Pesa Daraja API.
  • Simplified mobile finance development.
  • Secure handling of API credentials.
  • Robust connectivity solutions.

Contributing

Contributions are welcome! Please feel free to submit issues and pull requests.

License

This project is licensed under the MIT License - see the License file for details.

bridgewaveconnect's People

Contributors

levos-snr avatar

Stargazers

Pascal Muthama avatar Elsie Thande avatar

Watchers

 avatar

bridgewaveconnect's Issues

Structure the project

Checklist

  • Project structure is established.
  • Dependencies are added and configured.
  • Initial scripts are set up.
  • README.md is structured with project overview and instructions.

Global Typings for the project

Global Typings :

  • AccessTokenResponse
  • AccountReference
  • AccountBalanceBody
  • AccountBalanceResponse
  • AccountBalanceResult
  • Amount
  • BusinessShortCode
  • BusinessRequestBody
  • B2CRequestBody
  • B2CRequestResponse
  • B2CRequestError
  • B2CRequestResult
  • B2CResultParameter
  • BusinessRequestResponse
  • B2BExpressCheckoutBody
  • B2BBuyGoodsBody
  • B2BBuyGoodsResponse
  • B2BBuyGoodsAndPaybillSuccessfulResponse
  • B2BErrorResponse
  • BillManagerOptin
  • BillManagerOptInResponse
  • BillManagerSingleInvoicingBody
  • BillManagerSingleInvoicingResponse
  • ConfirmationResponse
  • CallBackURL
  • ContextData
  • InitOptions
  • PhoneNumber
  • Result
  • RegisterUrlBody
  • RegisterUrlResponse
  • ReverseC2BTransactionBody
  • ReverseC2BTransactionResponse
  • ScannableQrParamsInternal
  • ScannableQrCodeResponse
  • StateOfAllLipaNaMpesqOnlinePaymentBody
  • StateOfAllLipaNaMpesqOnlinePaymentResponse
  • StkPushBody
  • StkPushResponse
  • StkPushSuccessfulCallbackBody
  • StkPushErrorCallbackBody
  • TransactionType
  • TransactionDesc
  • TransactionStatusBody
  • TransactionStatusResult
  • TaxRemittanceResponse
  • TaxRemittanceBody
  • TransactionStatusResponse
  • ValidationOrConfirmationRequest
  • ValidationResponse
  • ValidationOrConfirmationErrorResponse

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.