Code Monkey home page Code Monkey logo

airtel-money-smart-api-sdk-gateway's Introduction

Airtel Telecommunications Smart REST API SDK

Provides a set of classes to build subscription, transactions funnel, payment gateway and operator discovery enterprise APIs

Export environment variables

$ export SERVER_IP = <server_ip>
$ export SERVER_PORT = <server_port>

This package seeks to help Python developers implement the various Airtel Money APIs without much Challenges

string json = "{"InitiatorName":" here"," + ""SecurityCredential":" here "," + ""CommandID":" here "," + ""Amount":" here "," + ""PartyA":" here "," + ""PartyB":" here "," + ""Remarks":" here "," + ""QueueTimeOutURL":"http://your_timeout_url"," + ""ResultURL":"http://your_result_url"," + ""Occasion":" here "}";

Write the json string to a Stream which will be sent along with your request.

using (var streamWriter = new StreamWriter(request.GetRequestStream())) { //the string (json) should be here streamWriter.Write(json); streamWriter.Flush(); streamWriter.Close(); }

How to use ?

Insert data to the API request body as stated above example. Insert the actual token to "ACCESS_TOKEN"; Use your application consumer key for this field "YOUR_APP_CONSUMER_KEY" Use your application consumer secret for this field "YOUR_APP_CONSUMER_SECRET". Development

Python ^ Pycharm 2021 & .NET Framework 4.6.4 & Visual Studio Code 2020 are required. JayDwayne™

airtel-money-smart-api-sdk-gateway's People

Contributors

jaydwayne avatar

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.